Searched refs:qla_tgt_mgmt_cmd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_target.h | 658 struct qla_tgt_mgmt_cmd; 672 int (*handle_tmr)(struct qla_tgt_mgmt_cmd *, u64, uint16_t, 677 void (*free_mcmd)(struct qla_tgt_mgmt_cmd *); 943 struct qla_tgt_mgmt_cmd { struct 1049 extern void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *); 1050 extern void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *);
|
H A D | tcm_qla2xxx.c | 236 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() 334 struct qla_tgt_mgmt_cmd *mcmd = container_of(se_cmd, in tcm_qla2xxx_release_cmd() 335 struct qla_tgt_mgmt_cmd, se_cmd); in tcm_qla2xxx_release_cmd() 571 static int tcm_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, u64 lun, in tcm_qla2xxx_handle_tmr() 733 struct qla_tgt_mgmt_cmd *mcmd = container_of(se_cmd, in tcm_qla2xxx_queue_tm_rsp() 734 struct qla_tgt_mgmt_cmd, se_cmd); in tcm_qla2xxx_queue_tm_rsp()
|
H A D | qla_target.c | 1728 static int qlt_build_abts_resp_iocb(struct qla_tgt_mgmt_cmd *mcmd) in qlt_build_abts_resp_iocb() 1890 struct qla_qpair *qpair, response_t *pkt, struct qla_tgt_mgmt_cmd *mcmd) in qlt_24xx_retry_term_exchange() 2030 struct qla_tgt_mgmt_cmd *mcmd = in qlt_do_tmr_work() 2031 container_of(work, struct qla_tgt_mgmt_cmd, work); in qlt_do_tmr_work() 2086 struct qla_tgt_mgmt_cmd *mcmd; in __qlt_24xx_handle_abts() 2209 struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code) in qlt_24xx_send_task_mgmt_ctio() 2255 void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in qlt_free_mcmd() 2330 void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *mcmd) in qlt_xmit_tm_rsp() 4396 struct qla_tgt_mgmt_cmd *mcmd; in qlt_issue_task_mgmt() 4483 struct qla_tgt_mgmt_cmd *mcm in __qlt_abort_task() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_target.h | 672 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 *); 954 struct qla_tgt_mgmt_cmd { struct 1059 extern void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *); 1060 extern void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *);
|
H A D | tcm_qla2xxx.c | 236 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() 575 static int tcm_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, u64 lun, in tcm_qla2xxx_handle_tmr() 730 struct qla_tgt_mgmt_cmd *mcmd = container_of(se_cmd, in tcm_qla2xxx_queue_tm_rsp() 731 struct qla_tgt_mgmt_cmd, se_cmd); in tcm_qla2xxx_queue_tm_rsp()
|
H A D | qla_target.c | 1758 static int qlt_build_abts_resp_iocb(struct qla_tgt_mgmt_cmd *mcmd) in qlt_build_abts_resp_iocb() 1920 struct qla_qpair *qpair, response_t *pkt, struct qla_tgt_mgmt_cmd *mcmd) in qlt_24xx_retry_term_exchange() 2049 struct qla_tgt_mgmt_cmd *mcmd = in qlt_do_tmr_work() 2050 container_of(work, struct qla_tgt_mgmt_cmd, work); in qlt_do_tmr_work() 2105 struct qla_tgt_mgmt_cmd *mcmd; in __qlt_24xx_handle_abts() 2231 struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code) in qlt_24xx_send_task_mgmt_ctio() 2277 void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in qlt_free_mcmd() 2352 void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *mcmd) in qlt_xmit_tm_rsp() 4445 struct qla_tgt_mgmt_cmd *mcmd; in qlt_issue_task_mgmt() 4532 struct qla_tgt_mgmt_cmd *mcm in __qlt_abort_task() [all...] |
Completed in 37 milliseconds