diff options
Diffstat (limited to 'drivers/net/igb/igb.h')
-rw-r--r-- | drivers/net/igb/igb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/igb/igb.h b/drivers/net/igb/igb.h index 8b189a0c52ef..6c35c9029a50 100644 --- a/drivers/net/igb/igb.h +++ b/drivers/net/igb/igb.h | |||
@@ -349,6 +349,9 @@ extern void igb_configure_tx_ring(struct igb_adapter *, struct igb_ring *); | |||
349 | extern void igb_configure_rx_ring(struct igb_adapter *, struct igb_ring *); | 349 | extern void igb_configure_rx_ring(struct igb_adapter *, struct igb_ring *); |
350 | extern void igb_setup_tctl(struct igb_adapter *); | 350 | extern void igb_setup_tctl(struct igb_adapter *); |
351 | extern void igb_setup_rctl(struct igb_adapter *); | 351 | extern void igb_setup_rctl(struct igb_adapter *); |
352 | extern netdev_tx_t igb_xmit_frame_ring_adv(struct sk_buff *, struct igb_ring *); | ||
353 | extern void igb_unmap_and_free_tx_resource(struct igb_ring *, | ||
354 | struct igb_buffer *); | ||
352 | extern void igb_alloc_rx_buffers_adv(struct igb_ring *, int); | 355 | extern void igb_alloc_rx_buffers_adv(struct igb_ring *, int); |
353 | extern void igb_update_stats(struct igb_adapter *); | 356 | extern void igb_update_stats(struct igb_adapter *); |
354 | extern void igb_set_ethtool_ops(struct net_device *); | 357 | extern void igb_set_ethtool_ops(struct net_device *); |