Lines Matching refs:ixgb_adapter
72 struct ixgb_adapter;
137 struct ixgb_adapter { struct
189 void ixgb_check_options(struct ixgb_adapter *adapter); argument
196 int ixgb_up(struct ixgb_adapter *adapter);
197 void ixgb_down(struct ixgb_adapter *adapter, bool kill_watchdog);
198 void ixgb_reset(struct ixgb_adapter *adapter);
199 int ixgb_setup_rx_resources(struct ixgb_adapter *adapter);
200 int ixgb_setup_tx_resources(struct ixgb_adapter *adapter);
201 void ixgb_free_rx_resources(struct ixgb_adapter *adapter);
202 void ixgb_free_tx_resources(struct ixgb_adapter *adapter);
203 void ixgb_update_stats(struct ixgb_adapter *adapter);