Home
last modified time | relevance | path

Searched refs:first_burst (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/scsi/
Dlibiscsi.h297 unsigned first_burst; member
Dscsi_transport_iscsi.h362 unsigned first_burst; member
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_iscsi.c690 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/
Dlibiscsi.c417 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/
Dql4_mbx.c2126 if (sess->first_burst) in qla4xxx_set_param_ddbentry()
2128 __constant_cpu_to_le16((sess->first_burst / BYTE_UNITS)); in qla4xxx_set_param_ddbentry()
Dql4_os.c3520 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/
Dbnx2i_iscsi.c114 if ((start_bd_offset > task->conn->session->first_burst) || in bnx2i_setup_write_cmd_bd_info()
Dbnx2i_hwi.c676 update_wqe->first_burst_length = conn->session->first_burst; in bnx2i_update_iscsi_conn()