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

/u-boot/drivers/net/
H A Dravb.c78 #define RAVB_NUM_TX_DESC 8 macro
125 struct ravb_desc tx_desc[RAVB_NUM_TX_DESC];
177 eth->tx_desc_idx = (eth->tx_desc_idx + 1) % (RAVB_NUM_TX_DESC - 1);
255 const u32 desc_size = RAVB_NUM_TX_DESC * sizeof(struct ravb_desc);
262 for (i = 0; i < RAVB_NUM_TX_DESC; i++)
266 eth->tx_desc[RAVB_NUM_TX_DESC - 1].ctrl = RAVB_DESC_DT_LINKFIX;
267 eth->tx_desc[RAVB_NUM_TX_DESC - 1].dptr = (uintptr_t)eth->tx_desc;

Completed in 78 milliseconds