cell_buf         1820 drivers/atm/horizon.c   cell_buf * tx_desc;
cell_buf         1821 drivers/atm/horizon.c   cell_buf * rx_desc;
cell_buf         1857 drivers/atm/horizon.c     cell_buf * buf = &memmap->inittxbufs[chan];
cell_buf          347 drivers/atm/horizon.h   cell_buf    inittxbufs[TX_CHANS];   // these are really
cell_buf          348 drivers/atm/horizon.h   cell_buf    bufn1[BUFN1_SIZE];      // part of this pool
cell_buf          349 drivers/atm/horizon.h   cell_buf    txfreebufstart;
cell_buf          350 drivers/atm/horizon.h   cell_buf    txfreebufend;
cell_buf          351 drivers/atm/horizon.h   cell_buf    rxfreebufstart;
cell_buf          352 drivers/atm/horizon.h   cell_buf    rxfreebufend;           // 8+118+1+1+1+1+124 = 254
cell_buf          353 drivers/atm/horizon.h   cell_buf    bufn2[BUFN2_SIZE];      // 16 *  254 =  4064 , 0x1000
cell_buf          355 drivers/atm/horizon.h   cell_buf    bufn3[BUFN3_SIZE];      // 16 *  192 =  3072 , 0x2000
cell_buf          357 drivers/atm/horizon.h   cell_buf    bufn4[BUFN4_SIZE];      // 16 * 1408 = 22528 , 0x8000
cell_buf          451 drivers/atm/horizon.h #define BUF_PTR(cbptr) ((cbptr) - (cell_buf *) 0)
cell_buf          420 drivers/usb/atm/usbatm.c 		unsigned char *cell_buf = instance->cell_buf;
cell_buf          425 drivers/usb/atm/usbatm.c 			memcpy(cell_buf + buf_usage, source, space_left);
cell_buf          428 drivers/usb/atm/usbatm.c 			usbatm_extract_one_cell(instance, cell_buf);
cell_buf          432 drivers/usb/atm/usbatm.c 			memcpy(cell_buf + buf_usage, source, avail_data);
cell_buf          444 drivers/usb/atm/usbatm.c 		memcpy(instance->cell_buf, source, avail_data);
cell_buf         1162 drivers/usb/atm/usbatm.c 	instance->cell_buf = kmalloc(instance->rx_channel.stride, GFP_KERNEL);
cell_buf         1164 drivers/usb/atm/usbatm.c 	if (!instance->cell_buf) {
cell_buf         1188 drivers/usb/atm/usbatm.c 	kfree(instance->cell_buf);
cell_buf         1259 drivers/usb/atm/usbatm.c 	kfree(instance->cell_buf);
cell_buf          164 drivers/usb/atm/usbatm.h 	unsigned char *cell_buf;	/* holds partial rx cell */