Searched defs:ixgbe_adapter (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h315 struct ixgbe_adapter *adapter;
391 struct ixgbe_adapter { struct
585 extern void ixgbe_up(struct ixgbe_adapter *adapter);
586 extern void ixgbe_down(struct ixgbe_adapter *adapter);
587 extern void ixgbe_reinit_locked(struct ixgbe_adapter *adapter);
588 extern void ixgbe_reset(struct ixgbe_adapter *adapter);
594 extern void ixgbe_configure_rx_ring(struct ixgbe_adapter *,struct ixgbe_ring *);
595 extern void ixgbe_configure_tx_ring(struct ixgbe_adapter *,struct ixgbe_ring *);
596 extern void ixgbe_disable_rx_queue(struct ixgbe_adapter *adapter,
598 extern void ixgbe_update_stats(struct ixgbe_adapter *adapte
[all...]

Completed in 58 milliseconds