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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfirestream.h450 struct fs_vcc { struct
503 #define FS_VCC(atm_vcc) ((struct fs_vcc *) (atm_vcc)->dev_data)
H A Dfirestream.c817 struct fs_vcc *vcc;
847 vcc = kmalloc(sizeof(struct fs_vcc), GFP_KERNEL);
848 fs_dprintk (FS_DEBUG_ALLOC, "Alloc VCC: %p(%Zd)\n", vcc, sizeof(struct fs_vcc));
1057 struct fs_vcc *vcc = FS_VCC (atm_vcc);
1109 struct fs_vcc *vcc = FS_VCC (atm_vcc);
1817 struct fs_vcc *vcc;

Completed in 88 milliseconds