Searched refs:cell_buf (Results 1 – 4 of 4) sorted by relevance
/drivers/atm/ |
D | horizon.h | 312 typedef struct cell_buf { struct 321 } cell_buf; argument 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 bufn2[BUFN2_SIZE]; // 16 * 254 = 4064 , 0x1000 370 cell_buf bufn3[BUFN3_SIZE]; // 16 * 192 = 3072 , 0x2000 [all …]
|
D | horizon.c | 1857 cell_buf * tx_desc; in hrz_init() 1858 cell_buf * rx_desc; in hrz_init() 1894 cell_buf * buf = &memmap->inittxbufs[chan]; in hrz_init()
|
/drivers/usb/atm/ |
D | usbatm.c | 432 unsigned char *cell_buf = instance->cell_buf; in usbatm_extract_cells() local 439 memcpy(cell_buf + buf_usage, source, space_left); in usbatm_extract_cells() 442 usbatm_extract_one_cell(instance, cell_buf); in usbatm_extract_cells() 446 memcpy(cell_buf + buf_usage, source, avail_data); in usbatm_extract_cells() 458 memcpy(instance->cell_buf, source, avail_data); in usbatm_extract_cells() 1220 instance->cell_buf = kmalloc(instance->rx_channel.stride, GFP_KERNEL); in usbatm_usb_probe() 1222 if (!instance->cell_buf) { in usbatm_usb_probe() 1247 kfree(instance->cell_buf); in usbatm_usb_probe() 1320 kfree(instance->cell_buf); in usbatm_usb_disconnect()
|
D | usbatm.h | 201 unsigned char *cell_buf; /* holds partial rx cell */ member
|