diff options
Diffstat (limited to 'drivers/net/ethernet/sfc/rx.c')
-rw-r--r-- | drivers/net/ethernet/sfc/rx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/sfc/rx.c b/drivers/net/ethernet/sfc/rx.c index 243e91f3dff9..fca61fea38e0 100644 --- a/drivers/net/ethernet/sfc/rx.c +++ b/drivers/net/ethernet/sfc/rx.c | |||
@@ -336,6 +336,7 @@ static void efx_recycle_rx_buffer(struct efx_channel *channel, | |||
336 | /** | 336 | /** |
337 | * efx_fast_push_rx_descriptors - push new RX descriptors quickly | 337 | * efx_fast_push_rx_descriptors - push new RX descriptors quickly |
338 | * @rx_queue: RX descriptor queue | 338 | * @rx_queue: RX descriptor queue |
339 | * | ||
339 | * This will aim to fill the RX descriptor queue up to | 340 | * This will aim to fill the RX descriptor queue up to |
340 | * @rx_queue->@max_fill. If there is insufficient atomic | 341 | * @rx_queue->@max_fill. If there is insufficient atomic |
341 | * memory to do so, a slow fill will be scheduled. | 342 | * memory to do so, a slow fill will be scheduled. |