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

/freebsd-11.0-release/sys/dev/tl/
H A Dif_tl.c1310 cd = &sc->tl_cdata;
1338 cd = &sc->tl_cdata;
1423 while(sc->tl_cdata.tl_rx_head != NULL) {
1424 cur_rx = sc->tl_cdata.tl_rx_head;
1428 sc->tl_cdata.tl_rx_head = cur_rx->tl_next;
1440 sc->tl_cdata.tl_rx_tail->tl_ptr->tlist_fptr =
1442 sc->tl_cdata.tl_rx_tail->tl_next = cur_rx;
1443 sc->tl_cdata.tl_rx_tail = cur_rx;
1488 cd = &sc->tl_cdata;
1496 CSR_WRITE_4(sc, TL_CH_PARM, vtophys(sc->tl_cdata
[all...]
H A Dif_tlreg.h120 struct tl_chain_data tl_cdata; member in struct:tl_softc

Completed in 42 milliseconds