Searched refs:qla_tgt_cmd (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_target.h | 660 struct qla_tgt_cmd; 668 struct qla_tgt_cmd *(*find_cmd_by_tag)(struct fc_port *, uint64_t); 669 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *, 671 void (*handle_data)(struct qla_tgt_cmd *); 674 struct qla_tgt_cmd *(*get_cmd)(struct fc_port *); 675 void (*rel_cmd)(struct qla_tgt_cmd *); 676 void (*free_cmd)(struct qla_tgt_cmd *); 690 int (*get_dif_tags)(struct qla_tgt_cmd *cmd, uint16_t *pfw_prot_opts); 852 struct qla_tgt_cmd { struct 968 struct qla_tgt_cmd *cm [all...] |
H A D | tcm_qla2xxx.c | 257 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_complete_free() 271 static struct qla_tgt_cmd *tcm_qla2xxx_get_cmd(struct fc_port *sess) in tcm_qla2xxx_get_cmd() 274 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_get_cmd() 281 cmd = &((struct qla_tgt_cmd *)se_sess->sess_cmd_map)[tag]; in tcm_qla2xxx_get_cmd() 282 memset(cmd, 0, sizeof(struct qla_tgt_cmd)); in tcm_qla2xxx_get_cmd() 289 static void tcm_qla2xxx_rel_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_rel_cmd() 299 static void tcm_qla2xxx_free_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_free_cmd() 316 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_check_stop_free() 319 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cm in tcm_qla2xxx_check_stop_free() [all...] |
H A D | qla_target.c | 114 static void qlt_send_term_exchange(struct qla_qpair *, struct qla_tgt_cmd 1970 struct qla_tgt_cmd *cmd; in abort_cmds_for_lun() 2116 struct qla_tgt_cmd *abort_cmd; in __qlt_24xx_handle_abts() 2265 void qlt_send_resp_ctio(struct qla_qpair *qpair, struct qla_tgt_cmd *cmd, in qlt_send_resp_ctio() 2400 struct qla_tgt_cmd *cmd = prm->cmd; in qlt_pci_map_calc_cnt() 2458 static void qlt_unmap_sg(struct scsi_qla_host *vha, struct qla_tgt_cmd *cmd) in qlt_unmap_sg() 2683 static inline int qlt_has_data(struct qla_tgt_cmd *cmd) in qlt_has_data() 2690 struct qla_tgt_cmd *cmd; in qlt_print_dif_err() 2735 static int qlt_pre_xmit_response(struct qla_tgt_cmd *cmd, in qlt_pre_xmit_response() 2799 static inline int qlt_need_explicit_conf(struct qla_tgt_cmd *cm [all...] |
H A D | qla_gbl.h | 310 struct dsd64 *, uint16_t, struct qla_tgt_cmd *);
|
H A D | qla_os.c | 1746 struct qla_tgt_cmd *cmd; in __qla2x00_abort_all_cmds() 1778 cmd = (struct qla_tgt_cmd *)sp; in __qla2x00_abort_all_cmds()
|
H A D | qla_iocb.c | 1084 struct dsd64 *cur_dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_prot_sglist()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_target.h | 674 struct qla_tgt_cmd; 682 struct qla_tgt_cmd *(*find_cmd_by_tag)(struct fc_port *, uint64_t); 683 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *, 685 void (*handle_data)(struct qla_tgt_cmd *); 688 struct qla_tgt_cmd *(*get_cmd)(struct fc_port *); 689 void (*rel_cmd)(struct qla_tgt_cmd *); 690 void (*free_cmd)(struct qla_tgt_cmd *); 704 int (*get_dif_tags)(struct qla_tgt_cmd *cmd, uint16_t *pfw_prot_opts); 863 struct qla_tgt_cmd { struct 979 struct qla_tgt_cmd *cm [all...] |
H A D | tcm_qla2xxx.c | 257 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_complete_free() 276 static struct qla_tgt_cmd *tcm_qla2xxx_get_cmd(struct fc_port *sess) in tcm_qla2xxx_get_cmd() 279 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_get_cmd() 286 cmd = &((struct qla_tgt_cmd *)se_sess->sess_cmd_map)[tag]; in tcm_qla2xxx_get_cmd() 287 memset(cmd, 0, sizeof(struct qla_tgt_cmd)); in tcm_qla2xxx_get_cmd() 294 static void tcm_qla2xxx_rel_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_rel_cmd() 304 static void tcm_qla2xxx_free_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_free_cmd() 321 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_check_stop_free() 324 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cm in tcm_qla2xxx_check_stop_free() [all...] |
H A D | qla_target.c | 107 static void qlt_send_term_exchange(struct qla_qpair *, struct qla_tgt_cmd 2000 struct qla_tgt_cmd *cmd; in abort_cmds_for_lun() 2107 struct qla_tgt_cmd *abort_cmd; in __qlt_24xx_handle_abts() 2287 void qlt_send_resp_ctio(struct qla_qpair *qpair, struct qla_tgt_cmd *cmd, in qlt_send_resp_ctio() 2422 struct qla_tgt_cmd *cmd = prm->cmd; in qlt_pci_map_calc_cnt() 2480 static void qlt_unmap_sg(struct scsi_qla_host *vha, struct qla_tgt_cmd *cmd) in qlt_unmap_sg() 2591 struct qla_tgt_cmd *cmd = prm->cmd; in qlt_24xx_build_ctio_pkt() 2715 static inline int qlt_has_data(struct qla_tgt_cmd *cmd) in qlt_has_data() 2722 struct qla_tgt_cmd *cmd; in qlt_print_dif_err() 2767 static int qlt_pre_xmit_response(struct qla_tgt_cmd *cm [all...] |
H A D | qla_gbl.h | 326 struct dsd64 *, uint16_t, struct qla_tgt_cmd *);
|
H A D | qla_os.c | 1868 struct qla_tgt_cmd *cmd; in __qla2x00_abort_all_cmds() 1900 cmd = (struct qla_tgt_cmd *)sp; in __qla2x00_abort_all_cmds()
|
H A D | qla_iocb.c | 1030 struct dsd64 *cur_dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_prot_sglist()
|
Completed in 48 milliseconds