Searched refs:sc_txbuf_mgmt (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/ath/ |
| HD | if_ath.c | 2540 bf = TAILQ_FIRST(&sc->sc_txbuf_mgmt); in _ath_getbuf_locked() 2555 TAILQ_REMOVE(&sc->sc_txbuf_mgmt, bf, bf_list); in _ath_getbuf_locked() 3534 error = ath_descdma_setup(sc, &sc->sc_txdma_mgmt, &sc->sc_txbuf_mgmt, in ath_desc_alloc() 3552 &sc->sc_txbuf_mgmt); in ath_desc_alloc() 3568 &sc->sc_txbuf_mgmt); in ath_desc_free() 4424 TAILQ_INSERT_TAIL(&sc->sc_txbuf_mgmt, bf, bf_list); in ath_returnbuf_tail() 4445 TAILQ_INSERT_HEAD(&sc->sc_txbuf_mgmt, bf, bf_list); in ath_returnbuf_head()
|
| HD | if_ath_sysctl.c | 389 TAILQ_FOREACH(bf, &sc->sc_txbuf_mgmt, bf_list) { in ath_sysctl_txagg()
|
| HD | if_athvar.h | 728 ath_bufhead sc_txbuf_mgmt; /* mgmt transmit buffer */ member
|