Home
last modified time | relevance | path

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

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