Home
last modified time | relevance | path

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

/linux-4.1.27/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 *);
1013 struct qla_tgt_mgmt_cmd { struct
1128 extern void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *);
1129 extern void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *);
Dtcm_qla2xxx.c379 struct qla_tgt_mgmt_cmd *mcmd = container_of(work, in tcm_qla2xxx_complete_mcmd()
380 struct qla_tgt_mgmt_cmd, free_work); in tcm_qla2xxx_complete_mcmd()
390 static void tcm_qla2xxx_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in tcm_qla2xxx_free_mcmd()
443 struct qla_tgt_mgmt_cmd *mcmd = container_of(se_cmd, in tcm_qla2xxx_release_cmd()
444 struct qla_tgt_mgmt_cmd, se_cmd); in tcm_qla2xxx_release_cmd()
654 static int tcm_qla2xxx_handle_tmr(struct qla_tgt_mgmt_cmd *mcmd, uint32_t 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()
Dqla_target.c1366 struct qla_tgt_mgmt_cmd *mcmd; in __qlt_24xx_handle_abts()
1499 struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code) in qlt_24xx_send_task_mgmt_ctio()
1546 void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in qlt_free_mcmd()
1553 void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *mcmd) in qlt_xmit_tm_rsp()
3819 struct qla_tgt_mgmt_cmd *mcmd; in qlt_issue_task_mgmt()
3962 struct qla_tgt_mgmt_cmd *mcmd; in __qlt_abort_task()
6539 sizeof(struct qla_tgt_mgmt_cmd), __alignof__(struct in qlt_init()
6540 qla_tgt_mgmt_cmd), 0, NULL); in qlt_init()