Lines Matching refs:ixgbevf_adapter
230 struct ixgbevf_adapter *adapter;
318 struct ixgbevf_adapter { struct
439 void ixgbevf_up(struct ixgbevf_adapter *adapter);
440 void ixgbevf_down(struct ixgbevf_adapter *adapter);
441 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter);
442 void ixgbevf_reset(struct ixgbevf_adapter *adapter);
444 int ixgbevf_setup_rx_resources(struct ixgbevf_adapter *adapter,
449 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter);
454 void ixgbe_napi_add_all(struct ixgbevf_adapter *adapter);
455 void ixgbe_napi_del_all(struct ixgbevf_adapter *adapter);
458 (((struct ixgbevf_adapter *)(hw)->back)->netdev)