Searched refs:bf_desc (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/dev/ic/ |
| H A D | ath.c | 2216 ds = bf->bf_desc; in ath_beacon_setup() 2405 sc->sc_bhalq, (uint64_t)bf->bf_daddr, bf->bf_desc); in ath_beacon_proc() 2711 bf->bf_desc = ds; in ath_descdma_setup() 2919 ds = bf->bf_desc; in ath_rxbuf_init() 3077 ds = bf->bf_desc; in ath_rx_proc() 3742 ds = bf->bf_desc; in ath_tx_start() 4087 txq->axq_qnum, (uint64_t)bf->bf_daddr, bf->bf_desc, in ath_tx_start() 4094 (uint64_t)bf->bf_daddr, bf->bf_desc, txq->axq_depth); in ath_tx_start() 4096 txq->axq_link = &bf->bf_desc[bf->bf_nseg - 1].ds_link; in ath_tx_start() 4137 ds0 = &bf->bf_desc[0]; in ath_tx_processq() [all …]
|
| H A D | athnvar.h | 125 void *bf_desc; member
|
| H A D | arn5008.c | 648 bf->bf_desc = ds; in ar5008_rx_alloc() 701 ds = bf->bf_desc; in ar5008_rx_enable() 804 ds = bf->bf_desc; in ar5008_rx_process() 816 (((struct ar_rx_desc *)nbf->bf_desc)->ds_status8 & in ar5008_rx_process()
|
| H A D | athvar.h | 119 struct ath_desc *bf_desc; /* virtual addr of desc */ member
|
| H A D | arn9003.c | 790 bf->bf_desc = ds; in ar9003_rx_alloc() 858 ds = bf->bf_desc; in ar9003_rx_enable() 1026 bf->bf_desc = mtod(m1, struct ar_rx_status *); in ar9003_rx_process() 1070 memset(bf->bf_desc, 0, sizeof(*ds)); in ar9003_rx_process()
|