Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dravb.c102 struct ravb_desc { struct
108 struct ravb_desc data; argument
109 struct ravb_desc link;
115 struct ravb_desc base_desc[RAVB_NUM_BASE_DESC];
116 struct ravb_desc tx_desc[RAVB_NUM_TX_DESC];
142 struct ravb_desc *desc = &eth->tx_desc[eth->tx_desc_idx]; in ravb_send()
229 const u32 desc_size = RAVB_NUM_BASE_DESC * sizeof(struct ravb_desc); in ravb_base_desc_init()
246 const u32 desc_size = RAVB_NUM_TX_DESC * sizeof(struct ravb_desc); in ravb_tx_desc_init()
265 sizeof(struct ravb_desc)); in ravb_tx_desc_init()
295 sizeof(struct ravb_desc)); in ravb_rx_desc_init()