Home
last modified time | relevance | path

Searched refs:qla_tgt_cmd (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c281 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_complete_free()
296 static void tcm_qla2xxx_free_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_free_cmd()
308 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_check_stop_free()
311 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_check_stop_free()
323 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_release_cmd()
332 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_release_cmd()
373 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_write_pending()
374 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_write_pending()
422 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_get_cmd_state()
423 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_get_cmd_state()
[all …]
Dqla_target.h723 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
1032 struct qla_tgt_cmd *cmd;
1059 struct qla_tgt_cmd *cmd;
1127 extern int qlt_rdy_to_xfer(struct qla_tgt_cmd *);
1128 extern int qlt_xmit_response(struct qla_tgt_cmd *, int, uint8_t);
1129 extern void qlt_abort_cmd(struct qla_tgt_cmd *);
[all …]
Dqla_target.c107 static void qlt_send_term_exchange(struct scsi_qla_host *ha, struct qla_tgt_cmd
112 struct qla_tgt_cmd *cmd);
1298 struct qla_tgt_cmd *cmd; in abort_cmd_for_tag()
1331 struct qla_tgt_cmd *cmd; in abort_cmds_for_lun()
1373 struct qla_tgt_cmd *cmd = in __qlt_24xx_handle_abts()
1374 container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in __qlt_24xx_handle_abts()
1604 struct qla_tgt_cmd *cmd = prm->cmd; in qlt_pci_map_calc_cnt()
1662 static void qlt_unmap_sg(struct scsi_qla_host *vha, struct qla_tgt_cmd *cmd) in qlt_unmap_sg()
1908 static inline int qlt_has_data(struct qla_tgt_cmd *cmd) in qlt_has_data()
1916 static int qlt_pre_xmit_response(struct qla_tgt_cmd *cmd, in qlt_pre_xmit_response()
[all …]
Dqla_gbl.h225 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 *);
Dqla_inline.h133 struct qla_tgt_cmd *tc) in qla2x00_clean_dsd_pool()
Dqla_iocb.c909 uint32_t *dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_sglist_no_difb()
1025 uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_sglist()
1112 uint32_t *dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_prot_sglist()
Dqla_def.h2892 struct qla_tgt_cmd *cmds[DEFAULT_OUTSTANDING_COMMANDS];