Searched refs:find_vcc (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
D | atmtcp.c | 263 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc() function 300 out_vcc = find_vcc(dev, ntohs(hdr->vpi), ntohs(hdr->vci)); in atmtcp_c_send()
|
D | solos-pci.c | 166 static struct atm_vcc* find_vcc(struct atm_dev *dev, short vpi, int vci); 828 vcc = find_vcc(card->atmdev[port], le16_to_cpu(header->vpi), in solos_bh() 897 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc() function
|