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

/freebsd-current/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-current/sys/dev/ath/
H A Dif_athioctl.h74 u_int32_t ast_tx_nombuf; /* tx failed 'cuz no mbuf */ member in struct:ath_stats
H A Dif_ath_sysctl.c1112 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_tx_nombuf", CTLFLAG_RD,
1113 &sc->sc_stats.ast_tx_nombuf, 0, "tx failed 'cuz no mbuf");
H A Dif_ath_tx.c330 sc->sc_stats.ast_tx_nombuf++;

Completed in 72 milliseconds