Searched defs:qla_tgt_func_tmpl (Results 1 – 1 of 1) sorted by relevance
681 struct qla_tgt_func_tmpl { struct682 struct qla_tgt_cmd *(*find_cmd_by_tag)(struct fc_port *, uint64_t);683 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *,685 void (*handle_data)(struct qla_tgt_cmd *);686 int (*handle_tmr)(struct qla_tgt_mgmt_cmd *, u64, uint16_t,688 struct qla_tgt_cmd *(*get_cmd)(struct fc_port *);689 void (*rel_cmd)(struct qla_tgt_cmd *);690 void (*free_cmd)(struct qla_tgt_cmd *);691 void (*free_mcmd)(struct qla_tgt_mgmt_cmd *);692 void (*free_session)(struct fc_port *);[all …]