Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Datmtcp.c263 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()
H A Dsolos-pci.c166 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