Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/atm/
H A Datmtcp.c166 if (ci.vpi_bits == ATM_CI_MAX) ci.vpi_bits = MAX_VPI_BITS; in atmtcp_v_ioctl()
168 if (ci.vpi_bits > MAX_VPI_BITS || ci.vpi_bits < 0 || in atmtcp_v_ioctl()
178 if ((vcc->vpi >> ci.vpi_bits) || in atmtcp_v_ioctl()
374 dev->ci_range.vpi_bits = MAX_VPI_BITS; in atmtcp_create()
H A Dhorizon.c348 static unsigned short vpi_bits = 0; variable
497 unsigned short vci_bits = 10 - vpi_bits; in vpivci_to_channel()
498 if (0 <= vpi && vpi < 1<<vpi_bits && 0 <= vci && vci < 1<<vci_bits) { in vpivci_to_channel()
1923 DISCARD_UNUSED_VPI_VCI_BITS_SET | NON_USER_CELLS_IN_ONE_CHANNEL | vpi_bits); in hrz_init()
2741 dev->atm_dev->ci_range.vpi_bits = vpi_bits; in hrz_probe()
2742 dev->atm_dev->ci_range.vci_bits = 10-vpi_bits; in hrz_probe()
2786 if (vpi_bits > HRZ_MAX_VPI) in hrz_check_args()
2787 PRINTK (KERN_ERR, "vpi_bits has been limited to %hu", in hrz_check_args()
2788 vpi_bits in hrz_check_args()
[all...]
H A Dadummy.c83 dev->ci_range.vpi_bits = 4; in adummy_start()
H A Deni.c1710 dev->ci_range.vpi_bits = 0; in eni_do_init()
2025 if ((ci.vpi_bits == 0 || ci.vpi_bits == ATM_CI_MAX) && in eni_ioctl()
2026 (ci.vci_bits == NR_VCI_LD || ci.vpi_bits == ATM_CI_MAX)) in eni_ioctl()
H A Dfirestream.c1771 dev->atm_dev->ci_range.vpi_bits = 12; in fs_init()
1780 dev->atm_dev->ci_range.vpi_bits = FS155_VPI_BITS; in fs_init()
H A Dsolos-pci.c1376 card->atmdev[i]->ci_range.vpi_bits = 8; in atm_init()
H A Dzatm.c1289 dev->ci_range.vpi_bits = 0; /* @@@ no VPI for now */ in zatm_start()
H A Dambassador.c2252 dev->atm_dev->ci_range.vpi_bits = NUM_VPI_BITS; in amb_probe()
H A Dfore200e.c2466 atm_dev->ci_range.vpi_bits = FORE200E_VPI_BITS; in fore200e_register()
H A Dhe.c1513 he_dev->atm_dev->ci_range.vpi_bits = he_dev->vpibits; in he_start()
H A Dlanai.c2127 atmdev->ci_range.vpi_bits = 0; in lanai_dev_open()
/kernel/linux/linux-6.6/drivers/atm/
H A Datmtcp.c166 if (ci.vpi_bits == ATM_CI_MAX) ci.vpi_bits = MAX_VPI_BITS; in atmtcp_v_ioctl()
168 if (ci.vpi_bits > MAX_VPI_BITS || ci.vpi_bits < 0 || in atmtcp_v_ioctl()
178 if ((vcc->vpi >> ci.vpi_bits) || in atmtcp_v_ioctl()
374 dev->ci_range.vpi_bits = MAX_VPI_BITS; in atmtcp_create()
H A Dadummy.c83 dev->ci_range.vpi_bits = 4; in adummy_start()
H A Deni.c1710 dev->ci_range.vpi_bits = 0; in eni_do_init()
2025 if ((ci.vpi_bits == 0 || ci.vpi_bits == ATM_CI_MAX) && in eni_ioctl()
2026 (ci.vci_bits == NR_VCI_LD || ci.vpi_bits == ATM_CI_MAX)) in eni_ioctl()
H A Dsolos-pci.c1376 card->atmdev[i]->ci_range.vpi_bits = 8; in atm_init()
H A Dlanai.c2126 atmdev->ci_range.vpi_bits = 0; in lanai_dev_open()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Datmdev.h170 signed char vpi_bits; /* 1..8, ATM_CI_MAX (-1) for maximum */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Datmdev.h166 signed char vpi_bits; /* 1..8, ATM_CI_MAX (-1) for maximum */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Datmdev.h93 signed char vpi_bits; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Datmdev.h93 signed char vpi_bits; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Datmdev.h120 signed char vpi_bits; member
/kernel/linux/linux-5.10/net/atm/
H A Dcommon.c353 else if (p >= 1 << vcc->dev->ci_range.vpi_bits) in find_ci()
375 if (p >= 1 << vcc->dev->ci_range.vpi_bits) in find_ci()
389 vpi >> dev->ci_range.vpi_bits) || (vci != ATM_VCI_UNSPEC && in __vcc_connect()
/kernel/linux/linux-6.6/net/atm/
H A Dcommon.c353 else if (p >= 1 << vcc->dev->ci_range.vpi_bits) in find_ci()
375 if (p >= 1 << vcc->dev->ci_range.vpi_bits) in find_ci()
389 vpi >> dev->ci_range.vpi_bits) || (vci != ATM_VCI_UNSPEC && in __vcc_connect()
/kernel/linux/linux-5.10/drivers/usb/atm/
H A Dusbatm.c920 atm_dev->ci_range.vpi_bits = ATM_CI_MAX; in usbatm_atm_init()
/kernel/linux/linux-6.6/drivers/usb/atm/
H A Dusbatm.c920 atm_dev->ci_range.vpi_bits = ATM_CI_MAX; in usbatm_atm_init()

Completed in 41 milliseconds

12