Searched refs:bf_desc (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath_descdma.c | 272 bf->bf_desc = (struct ath_desc *) ds; in ath_descdma_setup() 284 bf->bf_desc = (struct ath_desc *) ds; in ath_descdma_setup() 297 bf->bf_lastds = bf->bf_desc; /* Just an initial value */ in ath_descdma_setup() 361 bf->bf_desc = NULL; in ath_descdma_setup_rx_edma()
|
H A D | if_ath_debug.c | 107 for (i = 0, ds = bf->bf_desc; i < bf->bf_nseg; i++, ds++) { in ath_printrxbuf() 157 for (i = 0, ds = (const char *) bf->bf_desc; in ath_printtxbuf_edma() 215 for (i = 0, ds = bf->bf_desc; i < bf->bf_nseg; i++, ds++) { in ath_printtxbuf_legacy()
|
H A D | if_ath_rx_edma.c | 455 ds = bf->bf_desc; in ath_edma_recv_proc_queue() 704 bf->bf_desc = mtod(m, struct ath_desc *); in ath_edma_rxbuf_init() 705 bf->bf_lastds = bf->bf_desc; /* XXX only really for TX? */ in ath_edma_rxbuf_init() 715 memset(bf->bf_desc, '\0', sc->sc_rx_statuslen); in ath_edma_rxbuf_init() 862 bf->bf_desc, in ath_edma_rxfifo_alloc()
|
H A D | if_ath_tx.c | 151 for (i = 0, ds = (const char *) bf->bf_desc; in ath_tx_alq_post() 396 ds = (char *) bf->bf_desc; in ath_tx_chaindesclist() 535 ath_hal_setupxtxdesc(sc->sc_ah, bf->bf_desc in ath_tx_set_ratectrl() 553 struct ath_desc *ds0 = bf_first->bf_desc; in ath_tx_setds_11n() 582 ath_hal_setuptxdesc(sc->sc_ah, bf->bf_desc in ath_tx_setds_11n() 821 (caddr_t)bf->bf_daddr, bf->bf_desc, in ath_tx_handoff_hw() 827 (caddr_t)bf->bf_daddr, bf->bf_desc, in ath_tx_handoff_hw() 849 (caddr_t)bf_first->bf_daddr, bf_first->bf_desc, in ath_tx_handoff_hw() 855 (caddr_t)bf_first->bf_daddr, bf_first->bf_desc, in ath_tx_handoff_hw() 1330 struct ath_desc *ds = bf->bf_desc; in ath_tx_setds() [all …]
|
H A D | if_ath_rx.c | 312 ds = bf->bf_desc; in ath_legacy_rxbuf_init() 1142 ds = bf->bf_desc; in ath_rx_proc() 1420 struct ath_desc *ds = bf->bf_desc; in ath_legacy_stoprecv()
|
H A D | if_ath_beacon.c | 287 ds = bf->bf_desc; in ath_beacon_setup() 501 bf->bf_desc, &bflink); in ath_beacon_proc()
|
H A D | if_ath_tx_ht.c | 745 struct ath_desc *ds = bf->bf_desc; in ath_buf_set_rate()
|
H A D | if_athvar.h | 238 struct ath_desc *bf_desc; /* virtual addr of desc */ member
|
/freebsd/sys/dev/malo/ |
H A D | if_malo.c | 529 bf->bf_desc = ds; in malo_rxdma_setup() 572 bf->bf_desc = ds; in malo_txdma_setup() 747 ds = bf->bf_desc; in malo_txq_init() 850 const struct malo_rxdesc *ds = bf->bf_desc; in malo_printrxbuf() 867 const struct malo_txdesc *ds = bf->bf_desc; in malo_printtxbuf() 933 ds = bf->bf_desc; in malo_tx_processq() 1140 ds = bf->bf_desc; in malo_tx_start() 1359 ds = bf->bf_desc; in malo_rxbuf_init() 1413 ds = prev->bf_desc; in malo_startrecv() 1419 ds = prev->bf_desc; in malo_startrecv() [all …]
|
H A D | if_malo.h | 448 void *bf_desc; /* h/w descriptor */ member 464 void *bf_desc; /* h/w descriptor */ member
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwlvar.h | 85 void *bf_desc; /* h/w descriptor */ member 162 void *bf_desc; /* h/w descriptor */ member
|
H A D | if_mwl.c | 2043 bf->bf_desc = ds; in mwl_txdma_setup() 2163 bf->bf_desc = ds; in mwl_rxdma_setup() 2484 ds = bf->bf_desc; in mwl_rxbuf_init() 2623 ds = bf->bf_desc; in mwl_rx_proc() 2836 ds = bf->bf_desc; in mwl_txq_init() 3194 ds = bf->bf_desc; in mwl_tx_start() 3330 ds = bf->bf_desc; in mwl_tx_processq() 3727 ds = prev->bf_desc; in mwl_startrecv() 3733 ds = prev->bf_desc; in mwl_startrecv() 4475 const struct mwl_rxdesc *ds = bf->bf_desc; in mwl_printrxbuf() [all …]
|