Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/atm/
Dfirestream.c727 if (skb == FS_VCC (ATM_SKB(skb)->vcc)->last_skb) { in process_txdone_queue()
728 FS_VCC (ATM_SKB(skb)->vcc)->last_skb = NULL; in process_txdone_queue()
729 wake_up_interruptible (& FS_VCC (ATM_SKB(skb)->vcc)->close_wait); in process_txdone_queue()
1101 struct fs_vcc *vcc = FS_VCC (atm_vcc); in fs_close()
1162 struct fs_vcc *vcc = FS_VCC (atm_vcc); in fs_send()
1961 vcc = FS_VCC (dev->atm_vccs[i]); in firestream_remove_one()
Dfirestream.h487 #define FS_VCC(atm_vcc) ((struct fs_vcc *) (atm_vcc)->dev_data) macro