Lines Matching defs:adapter
232 struct ixgbevf_adapter *adapter;
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)
477 static inline void ixgbevf_stop_ipsec_offload(struct ixgbevf_adapter *adapter)
479 static inline void ixgbevf_ipsec_restore(struct ixgbevf_adapter *adapter) { }