Searched refs:ixgbevf_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/ixgbevf/
H A Dixgbevf.h58 struct ixgbevf_adapter *adapter; /* backlink */
143 struct ixgbevf_adapter *adapter;
186 struct ixgbevf_adapter { struct
288 extern int ixgbevf_up(struct ixgbevf_adapter *adapter);
289 extern void ixgbevf_down(struct ixgbevf_adapter *adapter);
290 extern void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter);
291 extern void ixgbevf_reset(struct ixgbevf_adapter *adapter);
293 extern int ixgbevf_setup_rx_resources(struct ixgbevf_adapter *,
295 extern int ixgbevf_setup_tx_resources(struct ixgbevf_adapter *,
297 extern void ixgbevf_free_rx_resources(struct ixgbevf_adapter *,
[all...]
H A Dethtool.c53 #define IXGBEVF_STAT(m, b, r) sizeof(((struct ixgbevf_adapter *)0)->m), \
54 offsetof(struct ixgbevf_adapter, m), \
55 offsetof(struct ixgbevf_adapter, b), \
56 offsetof(struct ixgbevf_adapter, r)
94 struct ixgbevf_adapter *adapter = netdev_priv(netdev);
120 struct ixgbevf_adapter *adapter = netdev_priv(netdev);
126 struct ixgbevf_adapter *adapter = netdev_priv(netdev);
158 struct ixgbevf_adapter *adapter = netdev_priv(netdev);
164 struct ixgbevf_adapter *adapter = netdev_priv(netdev);
228 struct ixgbevf_adapter *adapte
[all...]
H A Dixgbevf_main.c88 static void ixgbevf_write_eitr(struct ixgbevf_adapter *adapter, int v_idx,
113 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction,
136 static void ixgbevf_unmap_and_free_tx_resource(struct ixgbevf_adapter *adapter,
161 static inline bool ixgbevf_check_tx_hang(struct ixgbevf_adapter *adapter,
217 static bool ixgbevf_clean_tx_irq(struct ixgbevf_adapter *adapter,
330 struct ixgbevf_adapter *adapter = q_vector->adapter;
356 static inline void ixgbevf_rx_checksum(struct ixgbevf_adapter *adapter,
389 static void ixgbevf_alloc_rx_buffers(struct ixgbevf_adapter *adapter,
475 static inline void ixgbevf_irq_enable_queues(struct ixgbevf_adapter *adapter,
499 struct ixgbevf_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/ixgbevf/
H A Dixgbevf.h58 struct ixgbevf_adapter *adapter; /* backlink */
143 struct ixgbevf_adapter *adapter;
186 struct ixgbevf_adapter { struct
288 extern int ixgbevf_up(struct ixgbevf_adapter *adapter);
289 extern void ixgbevf_down(struct ixgbevf_adapter *adapter);
290 extern void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter);
291 extern void ixgbevf_reset(struct ixgbevf_adapter *adapter);
293 extern int ixgbevf_setup_rx_resources(struct ixgbevf_adapter *,
295 extern int ixgbevf_setup_tx_resources(struct ixgbevf_adapter *,
297 extern void ixgbevf_free_rx_resources(struct ixgbevf_adapter *,
[all...]
H A Dethtool.c53 #define IXGBEVF_STAT(m, b, r) sizeof(((struct ixgbevf_adapter *)0)->m), \
54 offsetof(struct ixgbevf_adapter, m), \
55 offsetof(struct ixgbevf_adapter, b), \
56 offsetof(struct ixgbevf_adapter, r)
94 struct ixgbevf_adapter *adapter = netdev_priv(netdev);
120 struct ixgbevf_adapter *adapter = netdev_priv(netdev);
126 struct ixgbevf_adapter *adapter = netdev_priv(netdev);
158 struct ixgbevf_adapter *adapter = netdev_priv(netdev);
164 struct ixgbevf_adapter *adapter = netdev_priv(netdev);
228 struct ixgbevf_adapter *adapte
[all...]
H A Dixgbevf_main.c88 static void ixgbevf_write_eitr(struct ixgbevf_adapter *adapter, int v_idx,
113 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction,
136 static void ixgbevf_unmap_and_free_tx_resource(struct ixgbevf_adapter *adapter,
161 static inline bool ixgbevf_check_tx_hang(struct ixgbevf_adapter *adapter,
217 static bool ixgbevf_clean_tx_irq(struct ixgbevf_adapter *adapter,
330 struct ixgbevf_adapter *adapter = q_vector->adapter;
356 static inline void ixgbevf_rx_checksum(struct ixgbevf_adapter *adapter,
389 static void ixgbevf_alloc_rx_buffers(struct ixgbevf_adapter *adapter,
475 static inline void ixgbevf_irq_enable_queues(struct ixgbevf_adapter *adapter,
499 struct ixgbevf_adapter *adapte
[all...]

Completed in 124 milliseconds