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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclinkmp.c103 #define SCABUFSIZE 1024 macro
3408 BuffersPerFrame = (unsigned short)(info->max_frame_size/SCABUFSIZE);
3409 if ( info->max_frame_size % SCABUFSIZE )
3412 /* calculate total number of data buffers (SCABUFSIZE) possible
3416 BufferCount = (SCA_MEM_SIZE/4 - BUFFERLISTSIZE)/SCABUFSIZE;
3493 info->buffer_list_phys + (i * sizeof(SCABUFSIZE));
3501 info->rx_buf_list[i].length = SCABUFSIZE;
3532 info->port_array[0]->last_mem_alloc += SCABUFSIZE;
4184 write_reg16(info, RXDMA + BFL, SCABUFSIZE);
4795 /* Set the count for all receive buffers to SCABUFSIZE
[all...]

Completed in 66 milliseconds