Home
last modified time | relevance | path

Searched refs:fs_vcc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A Dfirestream.h434 struct fs_vcc { struct
487 #define FS_VCC(atm_vcc) ((struct fs_vcc *) (atm_vcc)->dev_data)
H A Dfirestream.c851 struct fs_vcc *vcc; in fs_open()
882 vcc = kmalloc(sizeof(struct fs_vcc), GFP_KERNEL); in fs_open()
883 fs_dprintk (FS_DEBUG_ALLOC, "Alloc VCC: %p(%zd)\n", vcc, sizeof(struct fs_vcc)); in fs_open()
1100 struct fs_vcc *vcc = FS_VCC (atm_vcc); in fs_close()
1161 struct fs_vcc *vcc = FS_VCC (atm_vcc); in fs_send()
1932 struct fs_vcc *vcc; in firestream_remove_one()

Completed in 4 milliseconds