Lines Matching refs:inext
2844 uint8_t inext;
2909 inext = (i + 1);
2912 if (inext >= (XHCI_MAX_TRANSFERS - 1))
2913 inext = 0;
2916 pepext->trb_index[id] = inext;
2920 inext += id * XHCI_MAX_TRANSFERS;
2923 addr += (inext * sizeof(struct xhci_trb));
2942 pepext->trb[inext].qwTrb0 = 0;
2943 pepext->trb[inext].dwTrb2 = 0;
2944 pepext->trb[inext].dwTrb3 = 0;