Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h675 struct qla_tgt_cmd;
683 struct qla_tgt_cmd *(*find_cmd_by_tag)(struct fc_port *, uint64_t);
684 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *,
686 void (*handle_data)(struct qla_tgt_cmd *);
689 struct qla_tgt_cmd *(*get_cmd)(struct fc_port *);
690 int (*get_cmd_ref)(struct qla_tgt_cmd *cmd);
691 void (*put_cmd_ref)(struct qla_tgt_cmd *cmd);
692 void (*rel_cmd)(struct qla_tgt_cmd *);
693 void (*free_cmd)(struct qla_tgt_cmd *);
707 int (*get_dif_tags)(struct qla_tgt_cmd *cmd, uint16_t *pfw_prot_opts);
[all …]
H A Dtcm_qla2xxx.c257 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 int tcm_qla2xxx_get_cmd_ref(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_get_cmd_ref()
299 static void tcm_qla2xxx_put_cmd_ref(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_put_cmd_ref()
304 static void tcm_qla2xxx_rel_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_rel_cmd()
314 static void tcm_qla2xxx_free_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_free_cmd()
333 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_check_stop_free()
[all …]
H A Dqla_target.c1963 struct qla_tgt_cmd *cmd; in abort_cmds_for_lun()
2051 struct qla_tgt_cmd *abort_cmd; in __qlt_24xx_handle_abts()
2246 void qlt_send_resp_ctio(struct qla_qpair *qpair, struct qla_tgt_cmd *cmd, in qlt_send_resp_ctio()
2381 struct qla_tgt_cmd *cmd = prm->cmd; in qlt_pci_map_calc_cnt()
2439 void qlt_unmap_sg(struct scsi_qla_host *vha, struct qla_tgt_cmd *cmd) in qlt_unmap_sg()
2550 struct qla_tgt_cmd *cmd = prm->cmd; in qlt_24xx_build_ctio_pkt()
2674 static inline int qlt_has_data(struct qla_tgt_cmd *cmd) in qlt_has_data()
2681 struct qla_tgt_cmd *cmd; in qlt_print_dif_err()
2726 static int qlt_pre_xmit_response(struct qla_tgt_cmd *cmd, in qlt_pre_xmit_response()
2790 static inline int qlt_need_explicit_conf(struct qla_tgt_cmd *cmd, in qlt_need_explicit_conf()
[all …]
H A Dqla_gbl.h327 struct dsd64 *, uint16_t, struct qla_tgt_cmd *);
H A Dqla_os.c1857 struct qla_tgt_cmd *cmd; in __qla2x00_abort_all_cmds()
1878 cmd = (struct qla_tgt_cmd *)sp; in __qla2x00_abort_all_cmds()
H A Dqla_iocb.c1030 struct dsd64 *cur_dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_prot_sglist()