Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_target.h677 struct qla_tgt_cmd;
685 struct qla_tgt_cmd *(*find_cmd_by_tag)(struct fc_port *, uint64_t);
686 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *,
688 void (*handle_data)(struct qla_tgt_cmd *);
691 void (*free_cmd)(struct qla_tgt_cmd *);
705 int (*get_dif_tags)(struct qla_tgt_cmd *cmd, uint16_t *pfw_prot_opts);
875 struct qla_tgt_cmd { struct
979 struct qla_tgt_cmd *cmd;
1068 extern int qlt_rdy_to_xfer(struct qla_tgt_cmd *);
1069 extern int qlt_xmit_response(struct qla_tgt_cmd *, int, uint8_t);
[all …]
Dtcm_qla2xxx.c279 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_complete_free()
295 static void tcm_qla2xxx_free_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_free_cmd()
312 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_check_stop_free()
315 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_check_stop_free()
327 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_release_cmd()
336 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_release_cmd()
379 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_write_pending()
380 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_write_pending()
442 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_get_cmd_state()
443 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_get_cmd_state()
[all …]
Dqla_target.c125 static void qlt_send_term_exchange(struct qla_qpair *, struct qla_tgt_cmd
1849 struct qla_tgt_cmd *cmd; in abort_cmd_for_tag()
1890 struct qla_tgt_cmd *cmd; in abort_cmds_for_lun()
2043 struct qla_tgt_cmd *abort_cmd; in __qlt_24xx_handle_abts()
2194 void qlt_send_resp_ctio(struct qla_qpair *qpair, struct qla_tgt_cmd *cmd, in qlt_send_resp_ctio()
2328 struct qla_tgt_cmd *cmd = prm->cmd; in qlt_pci_map_calc_cnt()
2386 static void qlt_unmap_sg(struct scsi_qla_host *vha, struct qla_tgt_cmd *cmd) in qlt_unmap_sg()
2625 static inline int qlt_has_data(struct qla_tgt_cmd *cmd) in qlt_has_data()
2632 struct qla_tgt_cmd *cmd; in qlt_print_dif_err()
2677 static int qlt_pre_xmit_response(struct qla_tgt_cmd *cmd, in qlt_pre_xmit_response()
[all …]
Dqla_os.c1723 struct qla_tgt_cmd *cmd; in __qla2x00_abort_all_cmds()
1790 cmd = (struct qla_tgt_cmd *)sp; in __qla2x00_abort_all_cmds()