Lines Matching refs:encaps
63 enum pppoatm_encaps encaps;
194 switch (pvcc->encaps) {
208 pvcc->encaps = e_llc;
215 pvcc->encaps = e_vc;
317 switch (pvcc->encaps) { /* LLC encapsulation needed */
343 pr_debug("Trying to send without setting encaps!\n");
399 if (be.encaps != PPPOATM_ENCAPS_AUTODETECT &&
400 be.encaps != PPPOATM_ENCAPS_VC && be.encaps != PPPOATM_ENCAPS_LLC)
413 pvcc->encaps = (enum pppoatm_encaps) be.encaps;
417 (be.encaps == e_vc ? 0 : LLC_LEN);