Searched refs:qlt_has_data (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_target.c1910 static inline int qlt_has_data(struct qla_tgt_cmd *cmd) qlt_has_data() function
1941 if ((xmit_type & QLA_TGT_XMIT_DATA) && qlt_has_data(cmd)) { qlt_pre_xmit_response()
1971 if (qlt_has_data(cmd)) { qlt_pre_xmit_response()
2045 if (qlt_has_data(cmd) && (cmd->sg_cnt > 1) && qlt_check_srr_debug()
2066 if (qlt_has_data(cmd) && ((qlt_srr_random() % 100) == 70)) { qlt_check_srr_debug()
2550 if (qlt_has_data(cmd) && (xmit_type & QLA_TGT_XMIT_DATA)) { qlt_xmit_response()
4492 if (qlt_has_data(cmd)) { qlt_handle_srr()
4525 if (qlt_has_data(cmd)) { qlt_handle_srr()

Completed in 64 milliseconds