Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/target/iscsi/
Discsi_target_login.c228 __printf(2, 3) int iscsi_change_param_sprintf( in iscsi_change_param_sprintf() function
249 EXPORT_SYMBOL(iscsi_change_param_sprintf);
385 if (iscsi_change_param_sprintf(conn, "AuthMethod=%s", in iscsi_login_zero_tsih_s2()
397 if (iscsi_change_param_sprintf(conn, "TargetPortalGroupTag=%hu", sess->tpg->tpgt)) in iscsi_login_zero_tsih_s2()
405 if (iscsi_change_param_sprintf(conn, "ErrorRecoveryLevel=%d", na->default_erl)) in iscsi_login_zero_tsih_s2()
416 if (iscsi_change_param_sprintf(conn, "RDMAExtensions=Yes")) in iscsi_login_zero_tsih_s2()
448 if (iscsi_change_param_sprintf(conn, "MaxRecvDataSegmentLength=%lu\n", mrdsl)) in iscsi_login_zero_tsih_s2()
459 if (iscsi_change_param_sprintf(conn, "ImmediateData=No")) in iscsi_login_zero_tsih_s2()
462 if (iscsi_change_param_sprintf(conn, "InitialR2T=Yes")) in iscsi_login_zero_tsih_s2()
555 if (iscsi_change_param_sprintf(conn, "TargetPortalGroupTag=%hu", sess->tpg->tpgt)) in iscsi_login_non_zero_tsih_s2()
/linux-6.12.1/include/target/iscsi/
Discsi_transport.h146 extern __printf(2, 3) int iscsi_change_param_sprintf(
/linux-6.12.1/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c588 if (iscsi_change_param_sprintf( in cxgbit_validate_params()