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

/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.h67 struct tsec_desc *tsec_rx_vaddr; /* vadress of RX descriptors */ member in struct:tsec_softc
235 &TSEC_GET_GENERIC(sc, tsec_rx_vaddr, rx_cur_desc_cnt, \
H A Dif_tsec.c164 &sc->tsec_rx_dmap, sizeof(*sc->tsec_rx_vaddr) * TSEC_RX_NUM_DESC,
165 (void **)&sc->tsec_rx_vaddr, &sc->tsec_rx_raddr, "RX");
364 struct tsec_desc *rx_desc = sc->tsec_rx_vaddr;
1192 sc->tsec_rx_vaddr);

Completed in 111 milliseconds