Searched refs:iwm_rx_addbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/iwm/
H A Dif_iwm.c322 static int iwm_rx_addbuf(struct iwm_softc *, int, int);
982 /* Allocate spare bus_dmamap_t for iwm_rx_addbuf() */
1005 if ((error = iwm_rx_addbuf(sc, IWM_RBUF_SIZE, i)) != 0) {
2994 iwm_rx_addbuf(struct iwm_softc *sc, int size, int idx) function
3189 if (!stolen && iwm_rx_addbuf(sc, IWM_RBUF_SIZE, sc->rxq.cur) != 0) {
3312 if (!stolen && iwm_rx_addbuf(sc, IWM_RBUF_SIZE, sc->rxq.cur) != 0) {

Completed in 70 milliseconds