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() 1336 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 | 721 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 | 531 bf->bf_desc = ds; in malo_rxdma_setup() 574 bf->bf_desc = ds; in malo_txdma_setup() 749 ds = bf->bf_desc; in malo_txq_init() 852 const struct malo_rxdesc *ds = bf->bf_desc; in malo_printrxbuf() 869 const struct malo_txdesc *ds = bf->bf_desc; in malo_printtxbuf() 935 ds = bf->bf_desc; in malo_tx_processq() 1144 ds = bf->bf_desc; in malo_tx_start() 1363 ds = bf->bf_desc; in malo_rxbuf_init() 1417 ds = prev->bf_desc; in malo_startrecv() 1423 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 | 2055 bf->bf_desc = ds; in mwl_txdma_setup() 2175 bf->bf_desc = ds; in mwl_rxdma_setup() 2496 ds = bf->bf_desc; in mwl_rxbuf_init() 2635 ds = bf->bf_desc; in mwl_rx_proc() 2848 ds = bf->bf_desc; in mwl_txq_init() 3208 ds = bf->bf_desc; in mwl_tx_start() 3344 ds = bf->bf_desc; in mwl_tx_processq() 3742 ds = prev->bf_desc; in mwl_startrecv() 3748 ds = prev->bf_desc; in mwl_startrecv() 4490 const struct mwl_rxdesc *ds = bf->bf_desc; in mwl_printrxbuf() [all …]
|