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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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.c1744 cell_buf * tx_desc;
1745 cell_buf * rx_desc;
1781 cell_buf * buf = &memmap->inittxbufs[chan];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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.c1744 cell_buf * tx_desc;
1745 cell_buf * rx_desc;
1781 cell_buf * buf = &memmap->inittxbufs[chan];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/atm/
H A Dusbatm.c431 unsigned char *cell_buf = instance->cell_buf; local
438 memcpy(cell_buf + buf_usage, source, space_left);
441 usbatm_extract_one_cell(instance, cell_buf);
445 memcpy(cell_buf + buf_usage, source, avail_data);
457 memcpy(instance->cell_buf, source, avail_data);
1228 instance->cell_buf = kmalloc(instance->rx_channel.stride, GFP_KERNEL);
1230 if (!instance->cell_buf) {
1255 kfree(instance->cell_buf);
1328 kfree(instance->cell_buf);
[all...]
H A Dusbatm.h200 unsigned char *cell_buf; /* holds partial rx cell */ member in struct:usbatm_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/atm/
H A Dusbatm.c431 unsigned char *cell_buf = instance->cell_buf; local
438 memcpy(cell_buf + buf_usage, source, space_left);
441 usbatm_extract_one_cell(instance, cell_buf);
445 memcpy(cell_buf + buf_usage, source, avail_data);
457 memcpy(instance->cell_buf, source, avail_data);
1228 instance->cell_buf = kmalloc(instance->rx_channel.stride, GFP_KERNEL);
1230 if (!instance->cell_buf) {
1255 kfree(instance->cell_buf);
1328 kfree(instance->cell_buf);
[all...]
H A Dusbatm.h200 unsigned char *cell_buf; /* holds partial rx cell */ member in struct:usbatm_data

Completed in 189 milliseconds