tl_rx_head 1050 dev/pci/if_tl.c cd->tl_rx_head = &cd->tl_rx_chain[0];
tl_rx_head 1124 dev/pci/if_tl.c while(sc->tl_cdata.tl_rx_head != NULL) {
tl_rx_head 1125 dev/pci/if_tl.c cur_rx = sc->tl_cdata.tl_rx_head;
tl_rx_head 1129 dev/pci/if_tl.c sc->tl_cdata.tl_rx_head = cur_rx->tl_next;
tl_rx_head 1205 dev/pci/if_tl.c cd->tl_rx_head = &cd->tl_rx_chain[0];
tl_rx_head 1207 dev/pci/if_tl.c CSR_WRITE_4(sc, TL_CH_PARM, VTOPHYS(sc->tl_cdata.tl_rx_head->tl_ptr));
tl_rx_head 105 dev/pci/if_tlreg.h struct tl_chain_onefrag *tl_rx_head;