Lines Matching refs:rndis
413 /* we may need to change the rndis flag for this cppi channel */
549 * Plus, there's allegedly an undocumented constraint that rndis transfer
570 int rndis;
572 /* TX can use the CPPI "rndis" mode, where we can probably fit this
577 rndis = (maxpacket & 0x3f) == 0
582 if (rndis) {
597 rndis ? "rndis" : "transparent",
601 cppi_rndis_update(tx, 0, musb->ctrl_base, rndis);
680 * - RX queues in "rndis" mode -- one single BD -- handle (a) correctly, but
718 /* Heuristic, intended to kick in for ethernet/rndis peripheral ONLY
721 * (a) peripheral mode ... since rndis peripherals could pad their
731 * try rx rndis mode
755 * rare cases (mass storage class), and can never use the hardware "rndis"
819 ? (is_rndis ? "rndis" : "onepacket")
1514 * REVISIT does using rndis mode change that?