Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Drtwvar.h255 struct rtw_rxdesc hd_rx[RTW_RXQLEN]; member
H A Drtw.c1222 offsetof(struct rtw_descs, hd_rx[desc0]), in rtw_rxdescs_sync()
1234 offsetof(struct rtw_descs, hd_rx[desc0]), in rtw_rxdescs_sync()
1386 RTW_DESC_OFFSET(hd_rx, idx), sizeof(struct rtw_rxdesc), in rtw_rxdesc_init()
1982 RTW_WRITE(regs, RTW_RDSAR, RTW_RING_BASE(sc, hd_rx)); in rtw_hwring_setup()
1986 (uintptr_t)RTW_RING_BASE(sc, hd_rx))); in rtw_hwring_setup()
4132 sc->sc_rxdesc_blk.rdb_desc = &sc->sc_descs->hd_rx[0]; in rtw_attach()