Lines Matching refs:vci
96 __le16 vci; member
175 static struct atm_vcc* find_vcc(struct atm_dev *dev, short vpi, int vci);
216 header->vci = cpu_to_le16(0); in solos_param_show()
272 header->vci = cpu_to_le16(0); in solos_param_store()
487 header->vci = cpu_to_le16(0); in send_command()
823 le16_to_cpu(header->vci)); in solos_bh()
830 le16_to_cpu(header->vci)); in solos_bh()
834 le16_to_cpu(header->vpi), le16_to_cpu(header->vci), in solos_bh()
895 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc() argument
902 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
905 if (vcc->dev == dev && vcc->vci == vci && in find_vcc()
938 header->vci = cpu_to_le16(vcc->vci); in popen()
975 header->vci = cpu_to_le16(vcc->vci); in pclose()
1112 le16_to_cpu(header->vci)); in fpga_tx()
1168 header->vci = cpu_to_le16(vcc->vci); in psend()
1391 header->vci = cpu_to_le16(0); in atm_init()