Searched refs:ast_tx_nombuf (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtapioctl.h69 u_int32_t ast_tx_nombuf; /* tx failed 'cuz no mbuf */ member in struct:wtap_stats
/freebsd-11-stable/sys/dev/ath/
H A Dif_athioctl.h70 u_int32_t ast_tx_nombuf; /* tx failed 'cuz no mbuf */ member in struct:ath_stats
H A Dif_ath_sysctl.c1108 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_tx_nombuf", CTLFLAG_RD,
1109 &sc->sc_stats.ast_tx_nombuf, 0, "tx failed 'cuz no mbuf");
H A Dif_ath_tx.c317 sc->sc_stats.ast_tx_nombuf++;

Completed in 75 milliseconds