Home | History | Annotate | Download | only in pci

Lines Matching defs:rxmore

2522 	bool txmore, rxmore;
2546 rxmore = vmxnet3_rxq_eof(rxq, rxlimit);
2549 if (txmore || rxmore)
2567 bool txmore, rxmore;
2587 rxmore = vmxnet3_rxq_eof(rxq, rxlimit);
2590 if (txmore || rxmore)
2612 bool txmore, rxmore;
2634 rxmore = vmxnet3_rxq_eof(rxq, rxlimit);
2635 if (rxmore)
2639 if (txmore || rxmore)