Searched refs:cell_buf (Results 1 - 4 of 4) sorted by relevance

/drivers/atm/
H A Dhorizon.h312 typedef struct cell_buf { struct
321 } cell_buf; typedef in typeref:struct:cell_buf
357 // cell_buf bufs[2048];
362 cell_buf inittxbufs[TX_CHANS]; // these are really
363 cell_buf bufn1[BUFN1_SIZE]; // part of this pool
364 cell_buf txfreebufstart;
365 cell_buf txfreebufend;
366 cell_buf rxfreebufstart;
367 cell_buf rxfreebufend; // 8+118+1+1+1+1+124 = 254
368 cell_buf bufn
[all...]
H A Dhorizon.c1858 cell_buf * tx_desc;
1859 cell_buf * rx_desc;
1895 cell_buf * buf = &memmap->inittxbufs[chan];
/drivers/usb/atm/
H A Dusbatm.c434 unsigned char *cell_buf = instance->cell_buf; local
439 memcpy(cell_buf + buf_usage, source, space_left);
442 usbatm_extract_one_cell(instance, cell_buf);
446 memcpy(cell_buf + buf_usage, source, avail_data);
458 memcpy(instance->cell_buf, source, avail_data);
1180 instance->cell_buf = kmalloc(instance->rx_channel.stride, GFP_KERNEL);
1182 if (!instance->cell_buf) {
1207 kfree(instance->cell_buf);
1278 kfree(instance->cell_buf);
[all...]
H A Dusbatm.h178 unsigned char *cell_buf; /* holds partial rx cell */ member in struct:usbatm_data

Completed in 685 milliseconds