Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_bwfm_pci.c150 uint16_t sc_max_rxbufpost; member
540 sc->sc_max_rxbufpost = bus_space_read_2(sc->sc_tcm_iot, sc->sc_tcm_ioh, in bwfm_pci_attachhook()
542 if (sc->sc_max_rxbufpost == 0) in bwfm_pci_attachhook()
543 sc->sc_max_rxbufpost = BWFM_SHARED_MAX_RXBUFPOST_DEFAULT; in bwfm_pci_attachhook()
738 if_rxr_init(&sc->sc_rxbuf_ring, 128, sc->sc_max_rxbufpost); in bwfm_pci_attachhook()
1072 for (slots = if_rxr_get(&sc->sc_rxbuf_ring, sc->sc_max_rxbufpost); in bwfm_pci_fill_rx_buf_ring()