Searched refs:vpi_bits (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/atm/
H A Datmtcp.c166 if (ci.vpi_bits == ATM_CI_MAX) ci.vpi_bits = MAX_VPI_BITS;
168 if (ci.vpi_bits > MAX_VPI_BITS || ci.vpi_bits < 0 ||
178 if ((vcc->vpi >> ci.vpi_bits) ||
374 dev->ci_range.vpi_bits = MAX_VPI_BITS;
H A Dadummy.c83 dev->ci_range.vpi_bits = 4;
H A Deni.c1710 dev->ci_range.vpi_bits = 0;
2025 if ((ci.vpi_bits == 0 || ci.vpi_bits == ATM_CI_MAX) &&
2026 (ci.vci_bits == NR_VCI_LD || ci.vpi_bits == ATM_CI_MAX))
H A Dsolos-pci.c1376 card->atmdev[i]->ci_range.vpi_bits = 8;
H A Dlanai.c2126 atmdev->ci_range.vpi_bits = 0;
H A Dhe.c1510 he_dev->atm_dev->ci_range.vpi_bits = he_dev->vpibits;
H A Diphase.c2328 dev->ci_range.vpi_bits = 0;
H A Dnicstar.c789 card->atmdev->ci_range.vpi_bits = card->vpibits;
H A Didt77252.c3697 dev->ci_range.vpi_bits = card->vpibits;
H A Dfore200e.c2464 atm_dev->ci_range.vpi_bits = FORE200E_VPI_BITS;
/linux-master/include/uapi/linux/
H A Datmdev.h166 signed char vpi_bits; /* 1..8, ATM_CI_MAX (-1) for maximum */ member in struct:atm_cirange
/linux-master/net/atm/
H A Dcommon.c353 else if (p >= 1 << vcc->dev->ci_range.vpi_bits)
375 if (p >= 1 << vcc->dev->ci_range.vpi_bits)
389 vpi >> dev->ci_range.vpi_bits) || (vci != ATM_VCI_UNSPEC &&
/linux-master/drivers/usb/atm/
H A Dusbatm.c920 atm_dev->ci_range.vpi_bits = ATM_CI_MAX;

Completed in 196 milliseconds