Lines Matching defs:qla_tgt_func_tmpl
721 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);
736 struct qla_tgt_sess *(*find_sess_by_loop_id)(struct scsi_qla_host *,
738 struct qla_tgt_sess *(*find_sess_by_s_id)(struct scsi_qla_host *,
740 void (*clear_nacl_from_fcport_map)(struct qla_tgt_sess *);
741 void (*put_sess)(struct qla_tgt_sess *);
742 void (*shutdown_sess)(struct qla_tgt_sess *);