Lines Matching refs:nextlatency
916 u8 nextlatency; in igc_neweitr() local
925 nextlatency = rxr->rx_nextlatency; in igc_neweitr()
953 switch (nextlatency) { in igc_neweitr()
955 nextlatency = eitr_latency_low; in igc_neweitr()
960 nextlatency = eitr_latency_bulk; in igc_neweitr()
962 nextlatency = eitr_latency_low; in igc_neweitr()
968 nextlatency = eitr_latency_bulk; in igc_neweitr()
971 nextlatency = eitr_latency_bulk; in igc_neweitr()
973 nextlatency = eitr_latency_lowest; in igc_neweitr()
975 nextlatency = eitr_latency_bulk; in igc_neweitr()
977 nextlatency = eitr_latency_lowest; in igc_neweitr()
983 nextlatency = eitr_latency_low; in igc_neweitr()
985 nextlatency = eitr_latency_low; in igc_neweitr()
988 nextlatency = eitr_latency_low; in igc_neweitr()
991 nextlatency); in igc_neweitr()
996 if (sc->enable_aim == 1 && nextlatency == eitr_latency_lowest) in igc_neweitr()
997 nextlatency = eitr_latency_low; in igc_neweitr()
1000 rxr->rx_nextlatency = nextlatency; in igc_neweitr()
1003 nextlatency = eitr_latency_disabled; in igc_neweitr()
1004 rxr->rx_nextlatency = nextlatency; in igc_neweitr()
1008 switch(nextlatency) { in igc_neweitr()