Lines Matching defs:encaps
63 enum pppoatm_encaps encaps;
196 switch (pvcc->encaps) {
210 pvcc->encaps = e_llc;
217 pvcc->encaps = e_vc;
319 switch (pvcc->encaps) { /* LLC encapsulation needed */
345 pr_debug("Trying to send without setting encaps!\n");
397 if (be.encaps != PPPOATM_ENCAPS_AUTODETECT &&
398 be.encaps != PPPOATM_ENCAPS_VC && be.encaps != PPPOATM_ENCAPS_LLC)
411 pvcc->encaps = (enum pppoatm_encaps) be.encaps;
415 (be.encaps == e_vc ? 0 : LLC_LEN);