Home
last modified time | relevance | path

Searched defs:qla_tgt_func_tmpl (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_target.h721 struct qla_tgt_func_tmpl { struct
723 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *,
725 void (*handle_data)(struct qla_tgt_cmd *);
726 void (*handle_dif_err)(struct qla_tgt_cmd *);
727 int (*handle_tmr)(struct qla_tgt_mgmt_cmd *, uint32_t, uint8_t,
729 void (*free_cmd)(struct qla_tgt_cmd *);
730 void (*free_mcmd)(struct qla_tgt_mgmt_cmd *);
731 void (*free_session)(struct qla_tgt_sess *);
733 int (*check_initiator_node_acl)(struct scsi_qla_host *, unsigned char *,
735 void (*update_sess)(struct qla_tgt_sess *, port_id_t, uint16_t, bool);
[all …]