Searched refs:qla_tgt_cmd (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 398 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_complete_free() 413 static void tcm_qla2xxx_free_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_free_cmd() 425 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_check_stop_free() 428 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_check_stop_free() 440 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_release_cmd() 449 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_release_cmd() 490 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_write_pending() 491 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_write_pending() 538 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_get_task_tag() 544 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_get_task_tag() [all …]
|
D | qla_target.h | 723 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *, 725 void (*handle_data)(struct qla_tgt_cmd *); 726 void (*handle_dif_err)(struct qla_tgt_cmd *); 729 void (*free_cmd)(struct qla_tgt_cmd *); 933 struct qla_tgt_cmd { struct 1030 struct qla_tgt_cmd *cmd; 1057 struct qla_tgt_cmd *cmd; 1125 extern int qlt_rdy_to_xfer(struct qla_tgt_cmd *); 1126 extern int qlt_xmit_response(struct qla_tgt_cmd *, int, uint8_t); 1127 extern void qlt_abort_cmd(struct qla_tgt_cmd *); [all …]
|
D | qla_target.c | 107 static void qlt_send_term_exchange(struct scsi_qla_host *ha, struct qla_tgt_cmd 112 struct qla_tgt_cmd *cmd); 1299 struct qla_tgt_cmd *cmd; in abort_cmd_for_tag() 1332 struct qla_tgt_cmd *cmd; in abort_cmds_for_lun() 1374 struct qla_tgt_cmd *cmd = in __qlt_24xx_handle_abts() 1375 container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in __qlt_24xx_handle_abts() 1606 struct qla_tgt_cmd *cmd = prm->cmd; in qlt_pci_map_calc_cnt() 1664 static void qlt_unmap_sg(struct scsi_qla_host *vha, struct qla_tgt_cmd *cmd) in qlt_unmap_sg() 1910 static inline int qlt_has_data(struct qla_tgt_cmd *cmd) in qlt_has_data() 1918 static int qlt_pre_xmit_response(struct qla_tgt_cmd *cmd, in qlt_pre_xmit_response() [all …]
|
D | qla_gbl.h | 225 uint32_t *, uint16_t, struct qla_tgt_cmd *); 227 uint32_t *, uint16_t, struct qla_tgt_cmd *); 229 uint32_t *, uint16_t, struct qla_tgt_cmd *);
|
D | qla_inline.h | 133 struct qla_tgt_cmd *tc) in qla2x00_clean_dsd_pool()
|
D | qla_iocb.c | 920 uint32_t *dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_sglist_no_difb() 1039 uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_sglist() 1129 uint32_t *dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_prot_sglist()
|
D | qla_def.h | 2892 struct qla_tgt_cmd *cmds[DEFAULT_OUTSTANDING_COMMANDS];
|