Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_target.h684 struct qla_tgt_func_tmpl { struct
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 *);
689 int (*handle_tmr)(struct qla_tgt_mgmt_cmd *, u64, uint16_t,
691 void (*free_cmd)(struct qla_tgt_cmd *);
692 void (*free_mcmd)(struct qla_tgt_mgmt_cmd *);
693 void (*free_session)(struct fc_port *);
695 int (*check_initiator_node_acl)(struct scsi_qla_host *, unsigned char *,
697 void (*update_sess)(struct fc_port *, port_id_t, uint16_t, bool);
[all …]