HomeSort by: relevance | last modified time | path
    Searched refs:hw_Rx_list (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_tlvar.h 60 struct tl_Rx_list *hw_Rx_list; /* and assocoated hw descriptor */
if_tl.c 560 sc->hw_Rx_list = NULL;
671 sc->hw_Rx_list = (void *)sc->ctrl;
677 sc->hw_Rx_list, sizeof(struct tl_Rx_list) * TL_NBUF, NULL,
704 sc->Rx_list[i].hw_list = &sc->hw_Rx_list[i];
717 sc->hw_Rx_list[i - 1].fwd =
722 sc->hw_Rx_list[TL_NBUF - 1].fwd = 0;

Completed in 15 milliseconds