Searched refs:removed_count (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/sfc/
H A Drx.c294 /* +1 because efx_rx_packet() incremented removed_count. +1 because
297 fill_level = (rx_queue->added_count - rx_queue->removed_count + 2);
359 fill_level = (rx_queue->added_count - rx_queue->removed_count);
388 if (rx_queue->added_count == rx_queue->removed_count)
397 rx_queue->added_count - rx_queue->removed_count);
523 rx_queue->removed_count++;
692 rx_queue->removed_count = 0;
H A Dnet_driver.h251 * @removed_count: Number of buffers removed from the receive queue.
274 int removed_count; member in struct:efx_rx_queue
H A Dnic.c931 expected = rx_queue->removed_count & rx_queue->ptr_mask;
974 expected_ptr = rx_queue->removed_count & rx_queue->ptr_mask;

Completed in 172 milliseconds