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()
828 le16_to_cpu(header->vci)); in solos_bh()
835 le16_to_cpu(header->vci)); in solos_bh()
839 le16_to_cpu(header->vpi), le16_to_cpu(header->vci), in solos_bh()
903 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc() argument
910 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
913 if (vcc->dev == dev && vcc->vci == vci && in find_vcc()
946 header->vci = cpu_to_le16(vcc->vci); in popen()
983 header->vci = cpu_to_le16(vcc->vci); in pclose()
1120 le16_to_cpu(header->vci)); in fpga_tx()
1176 header->vci = cpu_to_le16(vcc->vci); in psend()
1399 header->vci = cpu_to_le16(0); in atm_init()