Searched defs:qla_tgt_func_tmpl (Results 1 – 1 of 1) sorted by relevance
667 struct qla_tgt_func_tmpl { struct668 struct qla_tgt_cmd *(*find_cmd_by_tag)(struct fc_port *, uint64_t);669 int (*handle_cmd)(struct scsi_qla_host *, struct qla_tgt_cmd *,671 void (*handle_data)(struct qla_tgt_cmd *);672 int (*handle_tmr)(struct qla_tgt_mgmt_cmd *, u64, uint16_t,674 struct qla_tgt_cmd *(*get_cmd)(struct fc_port *);675 void (*rel_cmd)(struct qla_tgt_cmd *);676 void (*free_cmd)(struct qla_tgt_cmd *);677 void (*free_mcmd)(struct qla_tgt_mgmt_cmd *);678 void (*free_session)(struct fc_port *);[all …]