Searched refs:txqdisc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_generic.c497 generic_netmap_tx_clean(struct netmap_kring *kring, int txqdisc) argument
510 if (txqdisc) {
671 if (gna->txqdisc && nm_kr_txempty(kring)) {
672 /* In txqdisc mode, we ask for a delayed notification,
676 nm_prdis("Place txqdisc event (hwcur=%u,event=%u,"
718 /* When not in txqdisc mode, we should ask
727 if (!gna->txqdisc) {
743 if (generic_netmap_tx_clean(kring, gna->txqdisc)) {
751 /* In txqdisc mode, the netmap-aware qdisc
782 if (!gna->txqdisc
[all...]
H A Dnetmap_freebsd.c493 gna->txqdisc = 0; /* Not supported. */
H A Dnetmap_kern.h1014 int txqdisc; member in struct:netmap_generic_adapter
2043 u_int qevent; /* in txqdisc mode, place an event on this mbuf */

Completed in 83 milliseconds