Home
last modified time | relevance | path

Searched refs:find_vcc (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/atm/
Datmtcp.c262 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc() function
299 out_vcc = find_vcc(dev, ntohs(hdr->vpi), ntohs(hdr->vci)); in atmtcp_c_send()
Dsolos-pci.c175 static struct atm_vcc* find_vcc(struct atm_dev *dev, short vpi, int vci);
834 vcc = find_vcc(card->atmdev[port], le16_to_cpu(header->vpi), in solos_bh()
903 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc() function