Searched refs:tl_rx_head (Results 1 – 2 of 2) sorted by relevance
963 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()
105 struct tl_chain_onefrag *tl_rx_head; member