Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_tl.c963 cd->tl_rx_head = &cd->tl_rx_chain[0]; in tl_list_rx_init()
1037 while(sc->tl_cdata.tl_rx_head != NULL) { in tl_intvec_rxeof()
1038 cur_rx = sc->tl_cdata.tl_rx_head; in tl_intvec_rxeof()
1042 sc->tl_cdata.tl_rx_head = cur_rx->tl_next; in tl_intvec_rxeof()
1104 cd->tl_rx_head = &cd->tl_rx_chain[0]; in tl_intvec_rxeoc()
1106 CSR_WRITE_4(sc, TL_CH_PARM, VTOPHYS(sc->tl_cdata.tl_rx_head->tl_ptr)); in tl_intvec_rxeoc()
H A Dif_tlreg.h105 struct tl_chain_onefrag *tl_rx_head; member