Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_target.h675 struct qla_tgt_mgmt_cmd;
689 int (*handle_tmr)(struct qla_tgt_mgmt_cmd *, u64, uint16_t,
692 void (*free_mcmd)(struct qla_tgt_mgmt_cmd *);
958 struct qla_tgt_mgmt_cmd { struct
1071 extern void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *);
1072 extern void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *);
Dtcm_qla2xxx.c260 struct qla_tgt_mgmt_cmd *mcmd = container_of(work, in tcm_qla2xxx_complete_mcmd()
261 struct qla_tgt_mgmt_cmd, free_work); in tcm_qla2xxx_complete_mcmd()
271 static void tcm_qla2xxx_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in tcm_qla2xxx_free_mcmd()
330 struct qla_tgt_mgmt_cmd *mcmd = container_of(se_cmd, in tcm_qla2xxx_release_cmd()
331 struct qla_tgt_mgmt_cmd, se_cmd); in tcm_qla2xxx_release_cmd()
584 static int tcm_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, u64 lun, in tcm_qla2xxx_handle_tmr()
750 struct qla_tgt_mgmt_cmd *mcmd = container_of(se_cmd, in tcm_qla2xxx_queue_tm_rsp()
751 struct qla_tgt_mgmt_cmd, se_cmd); in tcm_qla2xxx_queue_tm_rsp()
Dqla_target.c1950 struct qla_tgt_mgmt_cmd *mcmd = in qlt_do_tmr_work()
1951 container_of(work, struct qla_tgt_mgmt_cmd, work); in qlt_do_tmr_work()
2007 struct qla_tgt_mgmt_cmd *mcmd; in __qlt_24xx_handle_abts()
2136 struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code) in qlt_24xx_send_task_mgmt_ctio()
2184 void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in qlt_free_mcmd()
2261 void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *mcmd) in qlt_xmit_tm_rsp()
4403 struct qla_tgt_mgmt_cmd *mcmd; in qlt_issue_task_mgmt()
4490 struct qla_tgt_mgmt_cmd *mcmd; in __qlt_abort_task()
7224 sizeof(struct qla_tgt_mgmt_cmd), __alignof__(struct in qlt_init()
7225 qla_tgt_mgmt_cmd), 0, NULL); in qlt_init()