HomeSort by: relevance | last modified time | path
    Searched defs:rxmore (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/igc/
if_igc.c 2761 bool txmore, rxmore; local in function:igc_intr_queue
2772 rxmore = igc_rxeof(rxr, rxlimit);
2775 if (txmore || rxmore) {
2795 bool txmore, rxmore; local in function:igc_intr
2834 rxmore = igc_rxeof(rxr, rxlimit);
2847 if (txmore || rxmore) {
2866 bool txmore, rxmore; local in function:igc_handle_queue
2881 rxmore = igc_rxeof(rxr, rxlimit);
2884 if (txmore || rxmore) {
  /src/sys/dev/pci/
if_vmx.c 2522 bool txmore, rxmore; local in function:vmxnet3_legacy_intr
2546 rxmore = vmxnet3_rxq_eof(rxq, rxlimit);
2549 if (txmore || rxmore)
2567 bool txmore, rxmore; local in function:vmxnet3_txrxq_intr
2587 rxmore = vmxnet3_rxq_eof(rxq, rxlimit);
2590 if (txmore || rxmore)
2612 bool txmore, rxmore; local in function:vmxnet3_handle_queue
2634 rxmore = vmxnet3_rxq_eof(rxq, rxlimit);
2635 if (rxmore)
2639 if (txmore || rxmore)
    [all...]
if_iavf.c 3092 int txmore, rxmore; local in function:iavf_handle_queue_common
3103 rxmore = iavf_rxeof(sc, rxr, rxlimit, rxevcnt);
3106 rv = txmore | (rxmore << 1);
if_wm.c 11065 bool rxmore; local in function:wm_txrxintr_msix
11100 rxmore = wm_rxeof(rxq, rxlimit);
11102 rxmore = true;
11107 if (txmore || rxmore) {
11126 bool rxmore; local in function:wm_handle_queue
11143 rxmore = wm_rxeof(rxq, rxlimit);
11146 if (txmore || rxmore) {
if_ixl.c 3379 int txmore, rxmore; local in function:ixl_handle_queue_common
3389 rxmore = ixl_rxeof(sc, rxr, rxlimit);
3392 rv = txmore | (rxmore << 1);

Completed in 33 milliseconds