Home
last modified time | relevance | path

Searched refs:fill_offset (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/vmxnet3/
Dvmxnet3_drv.c1576 int comp_offset, fill_offset; in vmxnet3_rq_rx_complete() local
1919 fill_offset = (idx > ring->next2fill ? 0 : ring->size) + in vmxnet3_rq_rx_complete()
1921 if (!ring->isOutOfOrder || fill_offset >= comp_offset) in vmxnet3_rq_rx_complete()