Lines Matching refs:qla_tgt_cmd
677 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);
1070 extern int qlt_abort_cmd(struct qla_tgt_cmd *);
1073 extern void qlt_free_cmd(struct qla_tgt_cmd *cmd);
1104 void qlt_send_resp_ctio(struct qla_qpair *, struct qla_tgt_cmd *, uint8_t,
1107 struct qla_tgt_cmd *);