Home | History | Annotate | Download | only in usb

Lines Matching defs:nrx

648 	size_t i, ntx = 0, nrx = 0;
666 if (nrx < sizeof(rxepaddr))
667 rxepaddr[nrx] = ed->bEndpointAddress;
668 nrx++;
671 if (nrx == 0 || nrx > R92C_MAX_EPIN) {
673 "%zd: invalid number of Rx bulk pipes\n", nrx);
682 nrx, ntx, 0, 0);
683 sc->rx_npipe = nrx;
687 for (i = 0; i < nrx; i++) {