Searched refs:SCABUFSIZE (Results 1 – 1 of 1) sorted by relevance
107 #define SCABUFSIZE 1024 macro3409 BuffersPerFrame = (unsigned short)(info->max_frame_size/SCABUFSIZE); in alloc_dma_bufs()3410 if ( info->max_frame_size % SCABUFSIZE ) in alloc_dma_bufs()3417 BufferCount = (SCA_MEM_SIZE/4 - BUFFERLISTSIZE)/SCABUFSIZE; in alloc_dma_bufs()3494 info->buffer_list_phys + (i * sizeof(SCABUFSIZE)); in alloc_buf_list()3502 info->rx_buf_list[i].length = SCABUFSIZE; in alloc_buf_list()3533 info->port_array[0]->last_mem_alloc += SCABUFSIZE; in alloc_frame_bufs()4197 write_reg16(info, RXDMA + BFL, SCABUFSIZE); in rx_start()4973 MIN(framesize,SCABUFSIZE),0); in rx_get_frame()4988 int partial_count = MIN(copy_count,SCABUFSIZE); in rx_get_frame()[all …]