Home
last modified time | relevance | path

Searched refs:TB_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance

/bsp/sam7x/drivers/
A Dsam7x_emac.c55 #define TB_BUFFER_SIZE 4 macro
66 static volatile struct rbf_t tb_descriptors[TB_BUFFER_SIZE];
68 static rt_uint8_t tx_buf[TB_BUFFER_SIZE][ETH_TX_BUF_SIZE] __attribute__ ((aligned (8)));
111 if(index >= TB_BUFFER_SIZE)index = 0; in sam7xether_reset_tx_desc()
117 if(index >= TB_BUFFER_SIZE)index = 0; in sam7xether_reset_tx_desc()
290 for (i = 0; i < TB_BUFFER_SIZE; i++) in sam7xether_desc_init()
296 tb_descriptors[TB_BUFFER_SIZE-1].status |= TxDESC_STATUS_WRAP; in sam7xether_desc_init()
466 if(current_tb_index >= (TB_BUFFER_SIZE - 1)) in sam7xether_write_frame()

Completed in 7 milliseconds