Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/atm/
Dfirestream.h449 struct fs_vcc { struct
502 #define FS_VCC(atm_vcc) ((struct fs_vcc *) (atm_vcc)->dev_data)
Dfirestream.c862 struct fs_vcc *vcc; in fs_open()
893 vcc = kmalloc(sizeof(struct fs_vcc), GFP_KERNEL); in fs_open()
894 fs_dprintk (FS_DEBUG_ALLOC, "Alloc VCC: %p(%Zd)\n", vcc, sizeof(struct fs_vcc)); in fs_open()
1107 struct fs_vcc *vcc = FS_VCC (atm_vcc); in fs_close()
1168 struct fs_vcc *vcc = FS_VCC (atm_vcc); in fs_send()
1941 struct fs_vcc *vcc; in firestream_remove_one()