Searched refs:igb_adapter (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/igb/
H A Digb.h41 struct igb_adapter;
173 struct igb_adapter *adapter; /* backlink */
247 struct igb_adapter { struct
343 extern int igb_up(struct igb_adapter *);
344 extern void igb_down(struct igb_adapter *);
345 extern void igb_reinit_locked(struct igb_adapter *);
346 extern void igb_reset(struct igb_adapter *);
347 extern int igb_set_spd_dplx(struct igb_adapter *, u16);
352 extern void igb_configure_tx_ring(struct igb_adapter *, struct igb_ring *);
353 extern void igb_configure_rx_ring(struct igb_adapter *, struc
[all...]
H A Digb_main.c91 void igb_reset(struct igb_adapter *);
92 static int igb_setup_all_tx_resources(struct igb_adapter *);
93 static int igb_setup_all_rx_resources(struct igb_adapter *);
94 static void igb_free_all_tx_resources(struct igb_adapter *);
95 static void igb_free_all_rx_resources(struct igb_adapter *);
96 static void igb_setup_mrqc(struct igb_adapter *);
97 void igb_update_stats(struct igb_adapter *);
100 static int igb_sw_init(struct igb_adapter *);
103 static void igb_configure_tx(struct igb_adapter *);
104 static void igb_configure_rx(struct igb_adapter *);
[all...]
H A Digb_ethtool.c50 .sizeof_stat = FIELD_SIZEOF(struct igb_adapter, _stat), \
51 .stat_offset = offsetof(struct igb_adapter, _stat) \
117 ((((struct igb_adapter *)netdev_priv(netdev))->num_rx_queues * \
119 (((struct igb_adapter *)netdev_priv(netdev))->num_tx_queues * \
133 struct igb_adapter *adapter = netdev_priv(netdev);
198 struct igb_adapter *adapter = netdev_priv(netdev);
240 struct igb_adapter *adapter = netdev_priv(netdev);
259 struct igb_adapter *adapter = netdev_priv(netdev);
278 struct igb_adapter *adapter = netdev_priv(netdev);
317 struct igb_adapter *adapte
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/igb/
H A Digb.h41 struct igb_adapter;
173 struct igb_adapter *adapter; /* backlink */
247 struct igb_adapter { struct
343 extern int igb_up(struct igb_adapter *);
344 extern void igb_down(struct igb_adapter *);
345 extern void igb_reinit_locked(struct igb_adapter *);
346 extern void igb_reset(struct igb_adapter *);
347 extern int igb_set_spd_dplx(struct igb_adapter *, u16);
352 extern void igb_configure_tx_ring(struct igb_adapter *, struct igb_ring *);
353 extern void igb_configure_rx_ring(struct igb_adapter *, struc
[all...]
H A Digb_main.c91 void igb_reset(struct igb_adapter *);
92 static int igb_setup_all_tx_resources(struct igb_adapter *);
93 static int igb_setup_all_rx_resources(struct igb_adapter *);
94 static void igb_free_all_tx_resources(struct igb_adapter *);
95 static void igb_free_all_rx_resources(struct igb_adapter *);
96 static void igb_setup_mrqc(struct igb_adapter *);
97 void igb_update_stats(struct igb_adapter *);
100 static int igb_sw_init(struct igb_adapter *);
103 static void igb_configure_tx(struct igb_adapter *);
104 static void igb_configure_rx(struct igb_adapter *);
[all...]
H A Digb_ethtool.c50 .sizeof_stat = FIELD_SIZEOF(struct igb_adapter, _stat), \
51 .stat_offset = offsetof(struct igb_adapter, _stat) \
117 ((((struct igb_adapter *)netdev_priv(netdev))->num_rx_queues * \
119 (((struct igb_adapter *)netdev_priv(netdev))->num_tx_queues * \
133 struct igb_adapter *adapter = netdev_priv(netdev);
198 struct igb_adapter *adapter = netdev_priv(netdev);
240 struct igb_adapter *adapter = netdev_priv(netdev);
259 struct igb_adapter *adapter = netdev_priv(netdev);
278 struct igb_adapter *adapter = netdev_priv(netdev);
317 struct igb_adapter *adapte
[all...]

Completed in 185 milliseconds