Searched refs:ath_descdma (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/dev/ath/ |
| HD | if_ath_descdma.h | 33 struct ath_descdma *dd, ath_bufhead *head, const char *name, 35 extern int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd, 39 struct ath_descdma *dd, ath_bufhead *head, const char *name, 42 struct ath_descdma *dd, ath_bufhead *head);
|
| HD | if_ath_descdma.c | 144 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_alloc_desc() 237 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_setup() 326 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_setup_rx_edma() 384 struct ath_descdma *dd, ath_bufhead *head) in ath_descdma_cleanup()
|
| HD | if_athvar.h | 326 struct ath_descdma { struct 740 struct ath_descdma sc_rxdma; /* RX descriptors */ 752 struct ath_descdma sc_txdma; /* TX descriptors */ 756 struct ath_descdma sc_txdma_mgmt; /* mgmt TX descriptors */ 758 struct ath_descdma sc_txsdma; /* EDMA TX status desc's */ 768 struct ath_descdma sc_txcompdma; /* TX EDMA completion */ 777 struct ath_descdma sc_bdma; /* beacon descriptors */ 919 struct ath_descdma buf;
|
| HD | if_ath_tx.c | 379 struct ath_descdma *dd = &sc->sc_txdma; in ath_tx_chaindesclist()
|