Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1515 int comp_offset, fill_offset; in vmxnet3_rq_rx_complete() local
1849 fill_offset = (idx > ring->next2fill ? 0 : ring->size) + in vmxnet3_rq_rx_complete()
1851 if (!ring->isOutOfOrder || fill_offset >= comp_offset) in vmxnet3_rq_rx_complete()