Home
last modified time | relevance | path

Searched refs:athn_tx_buf (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dathnvar.h101 struct athn_tx_buf { struct
102 SIMPLEQ_ENTRY(athn_tx_buf) bf_list;
116 SIMPLEQ_HEAD(, athn_tx_buf) head; argument
118 struct athn_tx_buf *wait;
558 SIMPLEQ_HEAD(, athn_tx_buf) sc_txbufs;
559 struct athn_tx_buf *sc_bcnbuf;
560 struct athn_tx_buf sc_txpool[ATHN_NTXBUFS];
H A Darn5008.c496 struct athn_tx_buf *bf; in ar5008_tx_alloc()
555 struct athn_tx_buf *bf; in ar5008_tx_free()
973 struct athn_tx_buf *bf; in ar5008_tx_process()
1070 struct athn_tx_buf *bf = sc->sc_bcnbuf; in ar5008_swba_intr()
1314 struct athn_tx_buf *bf; in ar5008_tx()
H A Darn9003.c631 struct athn_tx_buf *bf; in ar9003_tx_alloc()
715 struct athn_tx_buf *bf; in ar9003_tx_free()
1103 struct athn_tx_buf *bf; in ar9003_tx_process()
1215 struct athn_tx_buf *bf = sc->sc_bcnbuf; in ar9003_swba_intr()
1466 struct athn_tx_buf *bf; in ar9003_tx()
H A Dathn.c1814 struct athn_tx_buf *bf; in athn_tx_reclaim()