Home
last modified time | relevance | path

Searched refs:vci (Results 1 – 25 of 35) sorted by relevance

12

/linux/net/atm/
H A Dcommon.c46 struct hlist_head *head = &vcc_hash[vcc->vci & (VCC_HTABLE_SIZE - 1)]; in __vcc_insert_socket()
47 sk->sk_hash = vcc->vci & (VCC_HTABLE_SIZE - 1); in __vcc_insert_socket()
167 vcc->vpi = vcc->vci = 0; /* no VCI/VPI yet */ in vcc_create()
313 static int check_ci(const struct atm_vcc *vcc, short vpi, int vci) in check_ci() argument
315 struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)]; in check_ci()
324 walk->vci == vci && ((walk->qos.txtp.traffic_class != in check_ci()
338 static int find_ci(const struct atm_vcc *vcc, short *vpi, int *vci) in find_ci() argument
346 if (*vpi != ATM_VPI_ANY && *vci != ATM_VCI_ANY) { in find_ci()
347 err = check_ci(vcc, *vpi, *vci); in find_ci()
383 __vcc_connect(struct atm_vcc * vcc,struct atm_dev * dev,short vpi,int vci) __vcc_connect() argument
462 vcc_connect(struct socket * sock,int itf,short vpi,int vci) vcc_connect() argument
[all...]
H A Dpvc.c49 if (vcc->vci != ATM_VCI_UNSPEC) in pvc_bind()
50 addr->sap_addr.vci = vcc->vci; in pvc_bind()
53 addr->sap_addr.vci); in pvc_bind()
102 addr->sap_addr.vci = vcc->vci; in pvc_getname()
H A Draw.c38 vcc->vci, sk_wmem_alloc_get(sk), ATM_SKB(skb)->acct_truesize); in atm_pop_raw()
53 (vcc->vci << ATM_HDR_VCI_SHIFT))) { in atm_send_aal0()
H A Dproc.c150 vcc->dev->number, vcc->vpi, vcc->vci, in pvc_info()
175 vcc->vci); in vcc_info()
200 vcc->dev->number, vcc->vpi, vcc->vci); in svc_info()
H A Dcommon.h16 int vcc_connect(struct socket *sock, int itf, short vpi, int vci);
H A Dsvc.c277 error = vcc_connect(sock, vcc->itf, vcc->vpi, vcc->vci); in svc_connect()
387 msg->pvc.sap_addr.vci); in svc_accept()
/linux/drivers/usb/atm/
H A Dusbatm.c134 int vci; member
281 short vpi, int vci) in usbatm_find_vcc() argument
286 if ((vcc_data->vci == vci) && (vcc_data->vpi == vpi)) in usbatm_find_vcc()
296 int vci = ((source[1] & 0x0f) << 12) | (source[2] << 4) | (source[3] >> 4); in usbatm_extract_one_cell() local
299 if ((vci != instance->cached_vci) || (vpi != instance->cached_vpi)) { in usbatm_extract_one_cell()
301 instance->cached_vci = vci; in usbatm_extract_one_cell()
303 instance->cached_vcc = usbatm_find_vcc(instance, vpi, vci); in usbatm_extract_one_cell()
306 atm_rldbg(instance, "%s: unknown vpi/vci (%hd/%d)!\n", __func__, vpi, vci); in usbatm_extract_one_cell()
318 __func__, vpi, vci); in usbatm_extract_one_cell()
470 ptr[1] = (vcc->vpi << 4) | (vcc->vci >> 12); in usbatm_write_cells()
[all …]
/linux/drivers/atm/
H A Dsolos-pci.c87 __le16 vci; member
166 static struct atm_vcc* find_vcc(struct atm_dev *dev, short vpi, int vci);
207 header->vci = cpu_to_le16(0); in solos_param_show()
263 header->vci = cpu_to_le16(0); in solos_param_store()
484 header->vci = cpu_to_le16(0); in send_command()
822 le16_to_cpu(header->vci)); in solos_bh()
829 le16_to_cpu(header->vci)); in solos_bh()
833 le16_to_cpu(header->vpi), le16_to_cpu(header->vci), in solos_bh()
897 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc() argument
904 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
[all …]
/linux/include/uapi/linux/
H A Datm.h181 int vci; /* VCI (only 16 bits at UNI) */ member
226 return addr.sap_addr.itf || addr.sap_addr.vpi || addr.sap_addr.vci; in atmpvc_addr_in_use()
H A Datm_tcp.h23 __u16 vci; member
/linux/arch/arm64/boot/dts/rockchip/
H A Dpx30-pp1516-ltk050h3148w.dts27 vci-supply = <&vcc_2v8>;
H A Dpx30-cobra-ltk050h3146w.dts27 vci-supply = <&vcc_2v8>;
H A Dpx30-cobra-ltk050h3148w.dts27 vci-supply = <&vcc_2v8>;
H A Dpx30-pp1516-ltk050h3146w-a2.dts27 vci-supply = <&vcc_2v8>;
H A Dpx30-cobra-ltk050h3146w-a2.dts27 vci-supply = <&vcc_2v8>;
H A Drk3588-tiger-haikou-video-demo.dtso71 vci-supply = <&vcc2v8_video>;
H A Drk3399-puma-haikou-video-demo.dtso138 vci-supply = <&vcc2v8_video>;
H A Dpx30-ringneck-haikou-video-demo.dtso121 vci-supply = <&vcc2v8_video>;
/linux/drivers/net/ethernet/3com/
H A D3c59x.c999 struct vortex_chip_info *vci; in vortex_init_one() local
1015 vci = &vortex_info_tbl[ent->driver_data]; in vortex_init_one()
1016 pci_bar = vci->drv_flags & (IS_CYCLONE | IS_TORNADO) ? 1 : 0; in vortex_init_one()
1099 struct vortex_chip_info * const vci = &vortex_info_tbl[chip_idx]; in vortex_probe1() local
1158 vci->name, in vortex_probe1()
1166 vp->drv_flags = vci->drv_flags; in vortex_probe1()
1167 vp->has_nway = (vci->drv_flags & HAS_NWAY) ? 1 : 0; in vortex_probe1()
1168 vp->io_size = vci->io_size; in vortex_probe1()
1180 if (vci->flags & PCI_USES_MASTER) in vortex_probe1()
1183 if (vci->drv_flags & IS_VORTEX) { in vortex_probe1()
[all …]
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2e.dts58 vci-supply = <&ldo28_reg>;
H A Dexynos5433-tm2.dts60 vci-supply = <&ldo28_reg>;
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-samsung-a3u-eur.dts96 vci-supply = <&pm8916_l17>;
H A Dsm6115-fxtec-pro1x.dts53 disp_vci_supply: disp-vci-supply {
181 vci-supply = <&disp_vci_supply>;
H A Dqcs8550-aim300-aiot.dts187 vci-supply = <&vreg_l13b_3p0>;
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-galaxy-s3.dtsi110 vci-supply = <&ldo25_reg>;

12