Searched refs:SCABUFSIZE (Results 1 – 1 of 1) sorted by relevance
101 #define SCABUFSIZE 1024 macro3358 BuffersPerFrame = (unsigned short)(info->max_frame_size/SCABUFSIZE); in alloc_dma_bufs()3359 if ( info->max_frame_size % SCABUFSIZE ) in alloc_dma_bufs()3366 BufferCount = (SCA_MEM_SIZE/4 - BUFFERLISTSIZE)/SCABUFSIZE; in alloc_dma_bufs()3443 info->buffer_list_phys + (i * SCABUFSIZE); in alloc_buf_list()3451 info->rx_buf_list[i].length = SCABUFSIZE; in alloc_buf_list()3482 info->port_array[0]->last_mem_alloc += SCABUFSIZE; in alloc_frame_bufs()4160 write_reg16(info, RXDMA + BFL, SCABUFSIZE); in rx_start()4936 min_t(unsigned int, framesize, SCABUFSIZE), 0); in rx_get_frame()4951 int partial_count = min(copy_count,SCABUFSIZE); in rx_get_frame()[all …]