Lines Matching refs:vci
87 __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()
907 if (vcc->dev == dev && vcc->vci == vci && in find_vcc()
940 header->vci = cpu_to_le16(vcc->vci); in popen()
977 header->vci = cpu_to_le16(vcc->vci); in pclose()
1114 le16_to_cpu(header->vci)); in fpga_tx()
1170 header->vci = cpu_to_le16(vcc->vci); in psend()
1392 header->vci = cpu_to_le16(0); in atm_init()