Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/xl/
H A Dif_xl.c1864 cd->xl_rx_head = &cd->xl_rx_chain[0]; in xl_list_rx_init()
1926 pos = sc->xl_cdata.xl_rx_head; in xl_rx_resync()
1937 sc->xl_cdata.xl_rx_head = pos; in xl_rx_resync()
1957 while((rxstat = le32toh(sc->xl_cdata.xl_rx_head->xl_ptr->xl_status))) { in xl_rxeof()
1962 cur_rx = sc->xl_cdata.xl_rx_head; in xl_rxeof()
1963 sc->xl_cdata.xl_rx_head = cur_rx->xl_next; in xl_rxeof()
2059 sc->xl_cdata.xl_rx_head = &sc->xl_cdata.xl_rx_chain[0]; in xl_rxeof()
H A Dif_xlreg.h491 struct xl_chain_onefrag *xl_rx_head; member