Searched refs:fill_offset (Results 1 – 1 of 1) sorted by relevance
1576 int comp_offset, fill_offset; in vmxnet3_rq_rx_complete() local1919 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()