Searched refs:qla_tgt_cmd (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | qla_target.h | 661 struct qla_tgt_cmd; 669 struct qla_tgt_cmd *(*find_cmd_by_tag)(struct fc_port *, uint64_t); 670 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *, 672 void (*handle_data)(struct qla_tgt_cmd *); 675 void (*free_cmd)(struct qla_tgt_cmd *); 689 int (*get_dif_tags)(struct qla_tgt_cmd *cmd, uint16_t *pfw_prot_opts); 851 struct qla_tgt_cmd { struct 967 struct qla_tgt_cmd *cmd; 1045 extern int qlt_rdy_to_xfer(struct qla_tgt_cmd *); 1046 extern int qlt_xmit_response(struct qla_tgt_cmd *, int, uint8_t); [all …]
|
| D | tcm_qla2xxx.c | 255 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_complete_free() 274 static void tcm_qla2xxx_free_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_free_cmd() 291 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_check_stop_free() 294 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_check_stop_free() 306 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_release_cmd() 314 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_release_cmd() 361 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_write_pending() 362 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_write_pending() 406 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_get_cmd_state() 407 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_get_cmd_state() [all …]
|
| D | qla_target.c | 116 static void qlt_send_term_exchange(struct qla_qpair *, struct qla_tgt_cmd 1956 struct qla_tgt_cmd *cmd; in abort_cmds_for_lun() 2102 struct qla_tgt_cmd *abort_cmd; in __qlt_24xx_handle_abts() 2251 void qlt_send_resp_ctio(struct qla_qpair *qpair, struct qla_tgt_cmd *cmd, in qlt_send_resp_ctio() 2386 struct qla_tgt_cmd *cmd = prm->cmd; in qlt_pci_map_calc_cnt() 2444 static void qlt_unmap_sg(struct scsi_qla_host *vha, struct qla_tgt_cmd *cmd) in qlt_unmap_sg() 2669 static inline int qlt_has_data(struct qla_tgt_cmd *cmd) in qlt_has_data() 2676 struct qla_tgt_cmd *cmd; in qlt_print_dif_err() 2721 static int qlt_pre_xmit_response(struct qla_tgt_cmd *cmd, in qlt_pre_xmit_response() 2785 static inline int qlt_need_explicit_conf(struct qla_tgt_cmd *cmd, in qlt_need_explicit_conf() [all …]
|
| D | qla_gbl.h | 301 struct dsd64 *, uint16_t, struct qla_tgt_cmd *);
|
| D | qla_os.c | 1749 struct qla_tgt_cmd *cmd; in __qla2x00_abort_all_cmds() 1771 cmd = (struct qla_tgt_cmd *)sp; in __qla2x00_abort_all_cmds()
|
| D | qla_iocb.c | 1082 struct dsd64 *cur_dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_prot_sglist()
|