Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_target.h672 struct qla_tgt_mgmt_cmd;
686 int (*handle_tmr)(struct qla_tgt_mgmt_cmd *, u64, uint16_t,
691 void (*free_mcmd)(struct qla_tgt_mgmt_cmd *);
959 struct qla_tgt_mgmt_cmd { struct
1065 extern void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *);
1066 extern void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *);
Dtcm_qla2xxx.c236 struct qla_tgt_mgmt_cmd *mcmd = container_of(work, in tcm_qla2xxx_complete_mcmd()
237 struct qla_tgt_mgmt_cmd, free_work); in tcm_qla2xxx_complete_mcmd()
247 static void tcm_qla2xxx_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in tcm_qla2xxx_free_mcmd()
339 struct qla_tgt_mgmt_cmd *mcmd = container_of(se_cmd, in tcm_qla2xxx_release_cmd()
340 struct qla_tgt_mgmt_cmd, se_cmd); in tcm_qla2xxx_release_cmd()
585 static int tcm_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, u64 lun, in tcm_qla2xxx_handle_tmr()
740 struct qla_tgt_mgmt_cmd *mcmd = container_of(se_cmd, in tcm_qla2xxx_queue_tm_rsp()
741 struct qla_tgt_mgmt_cmd, se_cmd); in tcm_qla2xxx_queue_tm_rsp()
Dqla_target.c1780 static int qlt_build_abts_resp_iocb(struct qla_tgt_mgmt_cmd *mcmd) in qlt_build_abts_resp_iocb()
1942 struct qla_qpair *qpair, response_t *pkt, struct qla_tgt_mgmt_cmd *mcmd) in qlt_24xx_retry_term_exchange()
2082 struct qla_tgt_mgmt_cmd *mcmd = in qlt_do_tmr_work()
2083 container_of(work, struct qla_tgt_mgmt_cmd, work); in qlt_do_tmr_work()
2138 struct qla_tgt_mgmt_cmd *mcmd; in __qlt_24xx_handle_abts()
2262 struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code) in qlt_24xx_send_task_mgmt_ctio()
2308 void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in qlt_free_mcmd()
2383 void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *mcmd) in qlt_xmit_tm_rsp()
4475 struct qla_tgt_mgmt_cmd *mcmd; in qlt_issue_task_mgmt()
4562 struct qla_tgt_mgmt_cmd *mcmd; in __qlt_abort_task()
[all …]