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

  /src/sys/dev/pci/
if_tlvar.h 65 struct Rx_list *active_Rx, *last_Rx;
if_tl.c 727 sc->active_Rx = &sc->Rx_list[0];
1011 while (le32toh(sc->active_Rx->hw_list->stat) &
1015 Rx = sc->active_Rx;
1016 sc->active_Rx = Rx->next;
1091 if (le32toh(sc->active_Rx->hw_list->stat) & TL_RX_CSTAT_CPLT) {
1102 TL_HR_WRITE(sc, TL_HOST_CH_PARM, sc->active_Rx->hw_listaddr);

Completed in 13 milliseconds