Searched refs:sc_txbuf_mgmt (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/ath/ |
| H A D | if_ath.c | 3161 bf = TAILQ_FIRST(&sc->sc_txbuf_mgmt); in _ath_getbuf_locked() 3176 TAILQ_REMOVE(&sc->sc_txbuf_mgmt, bf, bf_list); in _ath_getbuf_locked() 3864 error = ath_descdma_setup(sc, &sc->sc_txdma_mgmt, &sc->sc_txbuf_mgmt, in ath_desc_alloc() 3882 &sc->sc_txbuf_mgmt); in ath_desc_alloc() 3898 &sc->sc_txbuf_mgmt); in ath_desc_free() 4790 TAILQ_INSERT_TAIL(&sc->sc_txbuf_mgmt, bf, bf_list); in ath_returnbuf_tail() 4811 TAILQ_INSERT_HEAD(&sc->sc_txbuf_mgmt, bf, bf_list); in ath_returnbuf_head()
|
| H A D | if_ath_sysctl.c | 522 TAILQ_FOREACH(bf, &sc->sc_txbuf_mgmt, bf_list) { in ath_sysctl_txagg()
|
| H A D | if_athvar.h | 758 ath_bufhead sc_txbuf_mgmt; /* mgmt transmit buffer */ member
|