fm10k: Add transmit and receive fastpath and interrupt handlers
[deliverable/linux.git] / drivers / net / ethernet / intel / fm10k / fm10k.h
index a0e8331354493ef6de014d2a8e67cebfc2f9e98c..257287c0727983400a917ea52e7f5e881a794cfa 100644 (file)
@@ -391,6 +391,11 @@ extern char fm10k_driver_name[];
 extern const char fm10k_driver_version[];
 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
+netdev_tx_t fm10k_xmit_frame_ring(struct sk_buff *skb,
+                                 struct fm10k_ring *tx_ring);
+void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
+bool fm10k_check_tx_hang(struct fm10k_ring *tx_ring);
+void fm10k_alloc_rx_buffers(struct fm10k_ring *rx_ring, u16 cleaned_count);
 
 /* PCI */
 void fm10k_mbx_free_irq(struct fm10k_intfc *);
This page took 0.02959 seconds and 5 git commands to generate.