sfc: Make initial fill of RX descriptors synchronous
[deliverable/linux.git] / drivers / net / ethernet / sfc / efx.h
index b8235ee5d7d739ae879aaba810620740951af8ff..a653786fbbe7546b8286652bef643fa5f61573f3 100644 (file)
@@ -37,7 +37,7 @@ int efx_probe_rx_queue(struct efx_rx_queue *rx_queue);
 void efx_remove_rx_queue(struct efx_rx_queue *rx_queue);
 void efx_init_rx_queue(struct efx_rx_queue *rx_queue);
 void efx_fini_rx_queue(struct efx_rx_queue *rx_queue);
-void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue);
+void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic);
 void efx_rx_slow_fill(unsigned long context);
 void __efx_rx_packet(struct efx_channel *channel);
 void efx_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index,
This page took 0.02529 seconds and 5 git commands to generate.