Lines Matching refs:tc
681 void *tc; in process_return_queue() local
692 tc = bus_to_virt (qe->p0); in process_return_queue()
693 fs_dprintk (FS_DEBUG_ALLOC, "Free tc: %p\n", tc); in process_return_queue()
694 kfree (tc); in process_return_queue()
863 struct fs_transmit_config *tc; in fs_open() local
944 tc = kmalloc (sizeof (struct fs_transmit_config), GFP_KERNEL); in fs_open()
946 tc, sizeof (struct fs_transmit_config)); in fs_open()
947 if (!tc) { in fs_open()
961 tc->flags = 0 in fs_open()
969 tc->flags = 0 in fs_open()
977 tc->flags = 0; in fs_open()
981 tc->atm_hdr = (vpi << 20) | (vci << 4); in fs_open()
1008 kfree(tc); in fs_open()
1015 tc->TMC[0] = tmc0 | 0x4000; in fs_open()
1016 tc->TMC[1] = 0; /* Unused */ in fs_open()
1017 tc->TMC[2] = 0; /* Unused */ in fs_open()
1018 tc->TMC[3] = 0; /* Unused */ in fs_open()
1020 tc->spec = 0; /* UTOPIA address, UDF, HEC: Unused -> 0 */ in fs_open()
1021 tc->rtag[0] = 0; /* What should I do with routing tags??? in fs_open()
1023 tc->rtag[1] = 0; in fs_open()
1024 tc->rtag[2] = 0; in fs_open()
1028 my_hd (tc, sizeof (*tc)); in fs_open()
1044 virt_to_bus (tc), 0, 0); in fs_open()