Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c398 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 …]
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
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 …]
Dqla_target.c107 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 …]
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.c920 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()
Dqla_def.h2892 struct qla_tgt_cmd *cmds[DEFAULT_OUTSTANDING_COMMANDS];