Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Darn9003.c118 Static int ar9003_rx_alloc(struct athn_softc *, int, int);
608 error = ar9003_rx_alloc(sc, ATHN_QID_LP, AR9003_RX_LP_QDEPTH); in ar9003_dma_alloc()
612 error = ar9003_rx_alloc(sc, ATHN_QID_HP, AR9003_RX_HP_QDEPTH); in ar9003_dma_alloc()
747 ar9003_rx_alloc(struct athn_softc *sc, int qid, int count) in ar9003_rx_alloc() function