Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Drtwvar.h246 struct rtw_rxdesc hd_rx[RTW_RXQLEN]; member
H A Drtw.c885 offsetof(struct rtw_descs, hd_rx[desc0]), in rtw_rxdescs_sync()
897 offsetof(struct rtw_descs, hd_rx[desc0]), in rtw_rxdescs_sync()
1032 RTW_DESC_OFFSET(hd_rx, idx), sizeof(struct rtw_rxdesc), in rtw_rxdesc_init()
1574 RTW_WRITE(regs, RTW_RDSAR, RTW_RING_BASE(sc, hd_rx)); in rtw_hwring_setup()
1578 (u_int *)RTW_RING_BASE(sc, hd_rx))); in rtw_hwring_setup()
1662 next = (rdsar - RTW_RING_BASE(sc, hd_rx)) / sizeof(struct rtw_rxdesc); in rtw_rxring_fixup()
3926 sc->sc_rxdesc_blk.rdb_desc = &sc->sc_descs->hd_rx[0]; in rtw_attach()