/src/sys/dev/pci/igc/ |
if_igc.c | 2761 bool txmore, rxmore; local in function:igc_intr_queue 2769 txmore = igc_txeof(txr, txlimit); 2775 if (txmore || rxmore) { 2795 bool txmore, rxmore; local in function:igc_intr 2831 txmore = igc_txeof(txr, txlimit); 2847 if (txmore || rxmore) { 2866 bool txmore, rxmore; local in function:igc_handle_queue 2871 txmore = igc_txeof(txr, txlimit); 2884 if (txmore || rxmore) {
|
/src/sys/dev/pci/ |
if_vmx.c | 2522 bool txmore, rxmore; local in function:vmxnet3_legacy_intr 2542 txmore = vmxnet3_txq_eof(txq, txlimit); 2549 if (txmore || rxmore) 2567 bool txmore, rxmore; local in function:vmxnet3_txrxq_intr 2582 txmore = vmxnet3_txq_eof(txq, txlimit); 2590 if (txmore || rxmore) 2612 bool txmore, rxmore; local in function:vmxnet3_handle_queue 2623 txmore = vmxnet3_txq_eof(txq, txlimit); 2624 if (txmore) 2639 if (txmore || rxmore [all...] |
if_iavf.c | 3092 int txmore, rxmore; local in function:iavf_handle_queue_common 3099 txmore = iavf_txeof(sc, txr, txlimit, txevcnt); 3106 rv = txmore | (rxmore << 1);
|
if_wm.c | 11064 bool txmore; local in function:wm_txrxintr_msix 11083 txmore = wm_txeof(txq, txlimit); 11086 txmore = true; 11107 if (txmore || rxmore) { 11125 bool txmore; local in function:wm_handle_queue 11133 txmore = wm_txeof(txq, txlimit); 11146 if (txmore || rxmore) {
|
if_ixl.c | 3379 int txmore, rxmore; local in function:ixl_handle_queue_common 3384 txmore = ixl_txeof(sc, txr, txlimit); 3392 rv = txmore | (rxmore << 1);
|