Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h673 struct qla_tgt_mgmt_cmd;
687 int (*handle_tmr)(struct qla_tgt_mgmt_cmd *, u64, uint16_t,
694 void (*free_mcmd)(struct qla_tgt_mgmt_cmd *);
988 struct qla_tgt_mgmt_cmd { struct
1149 extern void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *);
1150 void qlt_free_ul_mcmd(struct qla_hw_data *ha, struct qla_tgt_mgmt_cmd *mcmd);
1151 extern void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *);
H A Dqla_target.c1717 static int qlt_build_abts_resp_iocb(struct qla_tgt_mgmt_cmd *mcmd) in qlt_build_abts_resp_iocb()
1879 struct qla_qpair *qpair, response_t *pkt, struct qla_tgt_mgmt_cmd *mcmd) in qlt_24xx_retry_term_exchange()
2016 struct qla_tgt_mgmt_cmd *mcmd = in qlt_do_tmr_work()
2017 container_of(work, struct qla_tgt_mgmt_cmd, work); in qlt_do_tmr_work()
2049 struct qla_tgt_mgmt_cmd *mcmd; in __qlt_24xx_handle_abts()
2175 struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code) in qlt_24xx_send_task_mgmt_ctio()
2221 void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *mcmd) in qlt_free_mcmd()
2232 void qlt_free_ul_mcmd(struct qla_hw_data *ha, struct qla_tgt_mgmt_cmd *mcmd) in qlt_free_ul_mcmd()
2311 void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *mcmd) in qlt_xmit_tm_rsp()
4106 ((struct qla_tgt_mgmt_cmd *)cmd)-> in qlt_ctio_to_cmd()
[all …]
H A Dqla_os.c1898 (struct qla_tgt_mgmt_cmd *) sp); in __qla2x00_abort_all_cmds()