Home
last modified time | relevance | path

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

/freebsd/sys/dev/tsec/
H A Dif_tsec.h78 struct tsec_desc *tsec_rx_vaddr; /* vadress of RX descriptors */ member
158 &TSEC_GET_GENERIC(sc, tsec_rx_vaddr, rx_cur_desc_cnt, \
H A Dif_tsec.c161 &sc->tsec_rx_dmap, sizeof(*sc->tsec_rx_vaddr) * TSEC_RX_NUM_DESC, in tsec_attach()
162 (void **)&sc->tsec_rx_vaddr, &sc->tsec_rx_raddr, "RX"); in tsec_attach()
370 struct tsec_desc *rx_desc = sc->tsec_rx_vaddr; in tsec_init_locked()
1201 sc->tsec_rx_vaddr); in tsec_free_dma()