Lines Matching refs:atm_vcc
101 struct atm_vcc *vcc;
172 struct atm_vcc *vcc);
175 static struct atm_vcc* find_vcc(struct atm_dev *dev, short vpi, int vci);
182 static inline void solos_pop(struct atm_vcc *vcc, struct sk_buff *skb) in solos_pop()
781 struct atm_vcc *vcc; in solos_bh()
903 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc()
906 struct atm_vcc *vcc = NULL; in find_vcc()
924 static int popen(struct atm_vcc *vcc) in popen()
957 static void pclose(struct atm_vcc *vcc) in pclose()
1035 struct atm_vcc *vcc) in fpga_queue()
1060 struct atm_vcc *vcc; in fpga_tx()
1143 static int psend(struct atm_vcc *vcc, struct sk_buff *skb) in psend()