Lines Matching refs:ixgbevf_adapter
232 struct ixgbevf_adapter *adapter;
320 struct ixgbevf_adapter { struct
449 void ixgbevf_up(struct ixgbevf_adapter *adapter);
450 void ixgbevf_down(struct ixgbevf_adapter *adapter);
451 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter);
452 void ixgbevf_reset(struct ixgbevf_adapter *adapter);
454 int ixgbevf_setup_rx_resources(struct ixgbevf_adapter *adapter,
459 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter);
465 void ixgbevf_init_ipsec_offload(struct ixgbevf_adapter *adapter);
466 void ixgbevf_stop_ipsec_offload(struct ixgbevf_adapter *adapter);
467 void ixgbevf_ipsec_restore(struct ixgbevf_adapter *adapter);
475 static inline void ixgbevf_init_ipsec_offload(struct ixgbevf_adapter *adapter) in ixgbevf_init_ipsec_offload()
477 static inline void ixgbevf_stop_ipsec_offload(struct ixgbevf_adapter *adapter) in ixgbevf_stop_ipsec_offload()
479 static inline void ixgbevf_ipsec_restore(struct ixgbevf_adapter *adapter) { } in ixgbevf_ipsec_restore()
490 (((struct ixgbevf_adapter *)(hw)->back)->netdev)