Home
last modified time | relevance | path

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

/NextBSD/sys/dev/tl/
HDif_tl.c1356 cd->tl_rx_head = &cd->tl_rx_chain[0];
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;
1494 cd->tl_rx_head = &cd->tl_rx_chain[0];
1496 CSR_WRITE_4(sc, TL_CH_PARM, vtophys(sc->tl_cdata.tl_rx_head->tl_ptr));
HDif_tlreg.h102 struct tl_chain_onefrag *tl_rx_head; member