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

/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_generic.c499 generic_netmap_tx_clean(struct netmap_kring *kring, int txqdisc) argument
512 if (txqdisc) {
673 if (gna->txqdisc && nm_kr_txempty(kring)) {
674 /* In txqdisc mode, we ask for a delayed notification,
678 nm_prdis("Place txqdisc event (hwcur=%u,event=%u,"
720 /* When not in txqdisc mode, we should ask
729 if (!gna->txqdisc) {
745 if (generic_netmap_tx_clean(kring, gna->txqdisc)) {
753 /* In txqdisc mode, the netmap-aware qdisc
784 if (!gna->txqdisc
[all...]
H A Dnetmap_freebsd.c495 gna->txqdisc = 0; /* Not supported. */
H A Dnetmap_kern.h1016 int txqdisc; member in struct:netmap_generic_adapter
2061 u_int qevent; /* in txqdisc mode, place an event on this mbuf */

Completed in 160 milliseconds