Home
last modified time | relevance | path

Searched defs:atm_vcc (Results 1 – 6 of 6) sorted by relevance

/drivers/atm/
Dfirestream.c784 struct atm_vcc *atm_vcc; in process_incoming() local
863 static int fs_open(struct atm_vcc *atm_vcc) in fs_open()
1108 static void fs_close(struct atm_vcc *atm_vcc) in fs_close()
1169 static int fs_send (struct atm_vcc *atm_vcc, struct sk_buff *skb) in fs_send()
Dambassador.c482 struct atm_vcc * atm_vcc = dev->rxer[vc]; in rx_complete() local
1013 static int amb_open (struct atm_vcc * atm_vcc) in amb_open()
1228 static void amb_close (struct atm_vcc * atm_vcc) { in amb_close()
1308 static int amb_send (struct atm_vcc * atm_vcc, struct sk_buff * skb) { in amb_send()
Dhorizon.c1291 struct atm_vcc * atm_vcc; in rx_data_av_handler() local
1562 static int hrz_send (struct atm_vcc * atm_vcc, struct sk_buff * skb) { in hrz_send()
2107 static int hrz_open (struct atm_vcc *atm_vcc) in hrz_open()
2492 static void hrz_close (struct atm_vcc * atm_vcc) { in hrz_close()
Dfirestream.h502 #define FS_VCC(atm_vcc) ((struct fs_vcc *) (atm_vcc)->dev_data) argument
Dhorizon.h481 #define HRZ_VCC(atm_vcc) ((hrz_vcc *) (atm_vcc)->dev_data) argument
Dambassador.h653 #define AMB_VCC(atm_vcc) ((amb_vcc *) (atm_vcc)->dev_data) argument