Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c693 return qlt_xmit_response(cmd, QLA_TGT_XMIT_DATA|QLA_TGT_XMIT_STATUS, in tcm_qla2xxx_queue_data_in()
740 return qlt_xmit_response(cmd, xmit_type, se_cmd->scsi_status); in tcm_qla2xxx_queue_status()
H A Dqla_target.h1144 extern int qlt_xmit_response(struct qla_tgt_cmd *, int, uint8_t);
H A Dqla_target.c3204 int qlt_xmit_response(struct qla_tgt_cmd *cmd, int xmit_type, in qlt_xmit_response() function
3363 EXPORT_SYMBOL(qlt_xmit_response);
6027 if (qlt_xmit_response(cmd, xmit_type, se_cmd->scsi_status)) { in qlt_handle_srr()