Searched refs:active_Rx (Results 1 – 2 of 2) sorted by relevance
65 struct Rx_list *active_Rx, *last_Rx; member
727 sc->active_Rx = &sc->Rx_list[0]; in tl_init()1011 while (le32toh(sc->active_Rx->hw_list->stat) & in tl_intr()1015 Rx = sc->active_Rx; in tl_intr()1016 sc->active_Rx = Rx->next; in tl_intr()1091 if (le32toh(sc->active_Rx->hw_list->stat) & TL_RX_CSTAT_CPLT) { in tl_intr()1102 TL_HR_WRITE(sc, TL_HOST_CH_PARM, sc->active_Rx->hw_listaddr); in tl_intr()