Lines Matching refs:vci
87 __le16 vci;
166 static struct atm_vcc* find_vcc(struct atm_dev *dev, short vpi, int vci);
207 header->vci = cpu_to_le16(0);
263 header->vci = cpu_to_le16(0);
484 header->vci = cpu_to_le16(0);
822 le16_to_cpu(header->vci));
829 le16_to_cpu(header->vci));
833 le16_to_cpu(header->vpi), le16_to_cpu(header->vci),
897 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci)
904 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)];
907 if (vcc->dev == dev && vcc->vci == vci &&
940 header->vci = cpu_to_le16(vcc->vci);
977 header->vci = cpu_to_le16(vcc->vci);
1114 le16_to_cpu(header->vci));
1170 header->vci = cpu_to_le16(vcc->vci);
1392 header->vci = cpu_to_le16(0);