Searched refs:first_burst (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/scsi/ |
D | libiscsi.h | 297 unsigned first_burst; member
|
D | scsi_transport_iscsi.h | 362 unsigned first_burst; member
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_iscsi.c | 690 if (session->first_burst > 8192) in beiscsi_set_param() 691 session->first_burst = 8192; in beiscsi_set_param() 939 params, session->first_burst); in beiscsi_set_params_for_offld()
|
/linux-4.4.14/drivers/scsi/ |
D | libiscsi.c | 417 if (transfer_length >= session->first_burst) in iscsi_prep_scsi_cmd_pdu() 418 task->imm_count = min(session->first_burst, in iscsi_prep_scsi_cmd_pdu() 428 r2t->data_length = min(session->first_burst, in iscsi_prep_scsi_cmd_pdu() 2995 session->first_burst > session->max_burst) { in iscsi_conn_start() 2998 session->first_burst, session->max_burst); in iscsi_conn_start() 3241 sscanf(buf, "%d", &session->first_burst); in iscsi_set_param() 3336 len = sprintf(buf, "%u\n", session->first_burst); in iscsi_session_get_param()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_mbx.c | 2126 if (sess->first_burst) in qla4xxx_set_param_ddbentry() 2128 __constant_cpu_to_le16((sess->first_burst / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()
|
D | ql4_os.c | 3520 sess->first_burst = BYTE_UNITS * in qla4xxx_copy_from_fwddb_param() 3650 cpu_to_le16(sess->first_burst / BYTE_UNITS); in qla4xxx_copy_to_fwddb_param() 3758 sess->first_burst = BYTE_UNITS * in qla4xxx_copy_to_sess_conn_params() 7913 rc = sprintf(buf, "%u\n", fnode_sess->first_burst); in qla4xxx_sysfs_ddb_get_param() 8179 fnode_sess->first_burst = in qla4xxx_sysfs_ddb_set_param()
|
/linux-4.4.14/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 114 if ((start_bd_offset > task->conn->session->first_burst) || in bnx2i_setup_write_cmd_bd_info()
|
D | bnx2i_hwi.c | 676 update_wqe->first_burst_length = conn->session->first_burst; in bnx2i_update_iscsi_conn()
|