Home
last modified time | relevance | path

Searched refs:qla_tgt_cmd (Results 1 – 2 of 2) 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 Dqla_os.c1862 struct qla_tgt_cmd *cmd; in __qla2x00_abort_all_cmds()
1883 cmd = (struct qla_tgt_cmd *)sp; in __qla2x00_abort_all_cmds()