Home
last modified time | relevance | path

Searched refs:iscsi_change_param_sprintf (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/target/iscsi/
Discsi_target_login.c187 __printf(2, 3) int iscsi_change_param_sprintf( in iscsi_change_param_sprintf() function
208 EXPORT_SYMBOL(iscsi_change_param_sprintf);
344 if (iscsi_change_param_sprintf(conn, "AuthMethod=%s", in iscsi_login_zero_tsih_s2()
356 if (iscsi_change_param_sprintf(conn, "TargetPortalGroupTag=%hu", sess->tpg->tpgt)) in iscsi_login_zero_tsih_s2()
364 if (iscsi_change_param_sprintf(conn, "ErrorRecoveryLevel=%d", na->default_erl)) in iscsi_login_zero_tsih_s2()
375 if (iscsi_change_param_sprintf(conn, "RDMAExtensions=Yes")) in iscsi_login_zero_tsih_s2()
407 if (iscsi_change_param_sprintf(conn, "MaxRecvDataSegmentLength=%lu\n", mrdsl)) in iscsi_login_zero_tsih_s2()
418 if (iscsi_change_param_sprintf(conn, "ImmediateData=No")) in iscsi_login_zero_tsih_s2()
421 if (iscsi_change_param_sprintf(conn, "InitialR2T=Yes")) in iscsi_login_zero_tsih_s2()
514 if (iscsi_change_param_sprintf(conn, "TargetPortalGroupTag=%hu", sess->tpg->tpgt)) in iscsi_login_non_zero_tsih_s2()
/linux-6.14.4/include/target/iscsi/
Discsi_transport.h146 extern __printf(2, 3) int iscsi_change_param_sprintf(
/linux-6.14.4/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c588 if (iscsi_change_param_sprintf( in cxgbit_validate_params()