Lines Matching refs:ixgbe_adapter

447 	struct ixgbe_adapter *adapter;
556 struct ixgbe_adapter { struct
731 void (*ptp_setup_sdp)(struct ixgbe_adapter *); argument
774 static inline u8 ixgbe_max_rss_indices(struct ixgbe_adapter *adapter) in ixgbe_max_rss_indices() argument
852 void ixgbe_up(struct ixgbe_adapter *adapter);
853 void ixgbe_down(struct ixgbe_adapter *adapter);
854 void ixgbe_reinit_locked(struct ixgbe_adapter *adapter);
855 void ixgbe_reset(struct ixgbe_adapter *adapter);
857 int ixgbe_setup_rx_resources(struct ixgbe_adapter *, struct ixgbe_ring *);
861 void ixgbe_configure_rx_ring(struct ixgbe_adapter *, struct ixgbe_ring *);
862 void ixgbe_configure_tx_ring(struct ixgbe_adapter *, struct ixgbe_ring *);
863 void ixgbe_disable_rx(struct ixgbe_adapter *adapter);
864 void ixgbe_disable_tx(struct ixgbe_adapter *adapter);
865 void ixgbe_update_stats(struct ixgbe_adapter *adapter);
866 int ixgbe_init_interrupt_scheme(struct ixgbe_adapter *adapter);
867 bool ixgbe_wol_supported(struct ixgbe_adapter *adapter, u16 device_id,
870 void ixgbe_full_sync_mac_table(struct ixgbe_adapter *adapter);
872 int ixgbe_add_mac_filter(struct ixgbe_adapter *adapter,
874 int ixgbe_del_mac_filter(struct ixgbe_adapter *adapter,
876 void ixgbe_update_pf_promisc_vlvf(struct ixgbe_adapter *adapter, u32 vid);
877 void ixgbe_clear_interrupt_scheme(struct ixgbe_adapter *adapter);
878 netdev_tx_t ixgbe_xmit_frame_ring(struct sk_buff *, struct ixgbe_adapter *,
903 int ixgbe_update_ethtool_fdir_entry(struct ixgbe_adapter *adapter,
908 void ixgbe_set_rx_drop_en(struct ixgbe_adapter *adapter);
914 void ixgbe_sysfs_exit(struct ixgbe_adapter *adapter);
915 int ixgbe_sysfs_init(struct ixgbe_adapter *adapter);
918 void ixgbe_configure_fcoe(struct ixgbe_adapter *adapter);
921 int ixgbe_fcoe_ddp(struct ixgbe_adapter *adapter,
928 int ixgbe_setup_fcoe_ddp_resources(struct ixgbe_adapter *adapter);
929 void ixgbe_free_fcoe_ddp_resources(struct ixgbe_adapter *adapter);
933 u8 ixgbe_fcoe_getapp(struct ixgbe_adapter *adapter);
934 u8 ixgbe_fcoe_setapp(struct ixgbe_adapter *adapter, u8 up);
939 u8 ixgbe_fcoe_get_tc(struct ixgbe_adapter *adapter);
942 void ixgbe_dbg_adapter_init(struct ixgbe_adapter *adapter);
943 void ixgbe_dbg_adapter_exit(struct ixgbe_adapter *adapter);
947 static inline void ixgbe_dbg_adapter_init(struct ixgbe_adapter *adapter) {} in ixgbe_dbg_adapter_init()
948 static inline void ixgbe_dbg_adapter_exit(struct ixgbe_adapter *adapter) {} in ixgbe_dbg_adapter_exit()
957 void ixgbe_ptp_init(struct ixgbe_adapter *adapter);
958 void ixgbe_ptp_suspend(struct ixgbe_adapter *adapter);
959 void ixgbe_ptp_stop(struct ixgbe_adapter *adapter);
960 void ixgbe_ptp_overflow_check(struct ixgbe_adapter *adapter);
961 void ixgbe_ptp_rx_hang(struct ixgbe_adapter *adapter);
962 void ixgbe_ptp_tx_hang(struct ixgbe_adapter *adapter);
985 int ixgbe_ptp_set_ts_config(struct ixgbe_adapter *adapter, struct ifreq *ifr);
986 int ixgbe_ptp_get_ts_config(struct ixgbe_adapter *adapter, struct ifreq *ifr);
987 void ixgbe_ptp_start_cyclecounter(struct ixgbe_adapter *adapter);
988 void ixgbe_ptp_reset(struct ixgbe_adapter *adapter);
989 void ixgbe_ptp_check_pps_event(struct ixgbe_adapter *adapter);
991 void ixgbe_sriov_reinit(struct ixgbe_adapter *adapter);
995 struct ixgbe_adapter *adapter,
997 u32 ixgbe_rss_indir_tbl_entries(struct ixgbe_adapter *adapter);
998 void ixgbe_store_key(struct ixgbe_adapter *adapter);
999 void ixgbe_store_reta(struct ixgbe_adapter *adapter);
1003 void ixgbe_init_ipsec_offload(struct ixgbe_adapter *adapter);
1004 void ixgbe_stop_ipsec_offload(struct ixgbe_adapter *adapter);
1005 void ixgbe_ipsec_restore(struct ixgbe_adapter *adapter);
1011 void ixgbe_ipsec_vf_clear(struct ixgbe_adapter *adapter, u32 vf);
1012 int ixgbe_ipsec_vf_add_sa(struct ixgbe_adapter *adapter, u32 *mbuf, u32 vf);
1013 int ixgbe_ipsec_vf_del_sa(struct ixgbe_adapter *adapter, u32 *mbuf, u32 vf);
1015 static inline void ixgbe_init_ipsec_offload(struct ixgbe_adapter *adapter) { } in ixgbe_init_ipsec_offload()
1016 static inline void ixgbe_stop_ipsec_offload(struct ixgbe_adapter *adapter) { } in ixgbe_stop_ipsec_offload()
1017 static inline void ixgbe_ipsec_restore(struct ixgbe_adapter *adapter) { } in ixgbe_ipsec_restore()
1024 static inline void ixgbe_ipsec_vf_clear(struct ixgbe_adapter *adapter, in ixgbe_ipsec_vf_clear()
1026 static inline int ixgbe_ipsec_vf_add_sa(struct ixgbe_adapter *adapter, in ixgbe_ipsec_vf_add_sa()
1028 static inline int ixgbe_ipsec_vf_del_sa(struct ixgbe_adapter *adapter, in ixgbe_ipsec_vf_del_sa()
1032 static inline bool ixgbe_enabled_xdp_adapter(struct ixgbe_adapter *adapter) in ixgbe_enabled_xdp_adapter()