Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_target.c2683 static inline int qlt_has_data(struct qla_tgt_cmd *cmd) in qlt_has_data() function
2757 if ((xmit_type & QLA_TGT_XMIT_DATA) && qlt_has_data(cmd)) { in qlt_pre_xmit_response()
2786 if (qlt_has_data(cmd)) { in qlt_pre_xmit_response()
3279 if (qlt_has_data(cmd) && (xmit_type & QLA_TGT_XMIT_DATA)) { in qlt_xmit_response()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_target.c2715 static inline int qlt_has_data(struct qla_tgt_cmd *cmd) in qlt_has_data() function
2789 if ((xmit_type & QLA_TGT_XMIT_DATA) && qlt_has_data(cmd)) { in qlt_pre_xmit_response()
2818 if (qlt_has_data(cmd)) { in qlt_pre_xmit_response()
3311 if (qlt_has_data(cmd) && (xmit_type & QLA_TGT_XMIT_DATA)) { in qlt_xmit_response()

Completed in 15 milliseconds