Searched defs:qla_tgt_cmd (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_target.h705 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *,
707 void (*handle_data)(struct qla_tgt_cmd *);
708 void (*handle_dif_err)(struct qla_tgt_cmd *);
711 void (*free_cmd)(struct qla_tgt_cmd *);
902 struct qla_tgt_cmd { struct
1000 struct qla_tgt_cmd *cmd;
1027 struct qla_tgt_cmd *cmd;
1081 extern int qlt_rdy_to_xfer(struct qla_tgt_cmd *);
1082 extern int qlt_xmit_response(struct qla_tgt_cmd *, int, uint8_t);
1085 extern void qlt_free_cmd(struct qla_tgt_cmd *cm
[all...]

Completed in 47 milliseconds