Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_target.h713 struct qla_tgt_mgmt_cmd;
727 int (*handle_tmr)(struct qla_tgt_mgmt_cmd *, uint32_t, uint8_t,
730 void (*free_mcmd)(struct qla_tgt_mgmt_cmd *);
1015 struct qla_tgt_mgmt_cmd { struct
1130 extern void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *);
1131 extern void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *);
Dtcm_qla2xxx.c262 struct qla_tgt_mgmt_cmd *mcmd = container_of(work, in tcm_qla2xxx_complete_mcmd()
263 struct qla_tgt_mgmt_cmd, free_work); in tcm_qla2xxx_complete_mcmd()
273 static void tcm_qla2xxx_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in tcm_qla2xxx_free_mcmd()
326 struct qla_tgt_mgmt_cmd *mcmd = container_of(se_cmd, in tcm_qla2xxx_release_cmd()
327 struct qla_tgt_mgmt_cmd, se_cmd); in tcm_qla2xxx_release_cmd()
530 static int tcm_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, uint32_t lun, in tcm_qla2xxx_handle_tmr()
605 struct qla_tgt_mgmt_cmd *mcmd = container_of(se_cmd, in tcm_qla2xxx_queue_tm_rsp()
606 struct qla_tgt_mgmt_cmd, se_cmd); in tcm_qla2xxx_queue_tm_rsp()
Dqla_target.c1365 struct qla_tgt_mgmt_cmd *mcmd; in __qlt_24xx_handle_abts()
1498 struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code) in qlt_24xx_send_task_mgmt_ctio()
1544 void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in qlt_free_mcmd()
1551 void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *mcmd) in qlt_xmit_tm_rsp()
3807 struct qla_tgt_mgmt_cmd *mcmd; in qlt_issue_task_mgmt()
3949 struct qla_tgt_mgmt_cmd *mcmd; in __qlt_abort_task()
6527 sizeof(struct qla_tgt_mgmt_cmd), __alignof__(struct in qlt_init()
6528 qla_tgt_mgmt_cmd), 0, NULL); in qlt_init()