Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/renesas/
H A Dravb.h867 struct ravb_desc { struct
1002 struct ravb_desc *desc_bat;
H A Dravb_main.c279 struct ravb_desc *desc; in ravb_ring_format()
2167 priv->desc_bat_size = sizeof(struct ravb_desc) * DBAT_ENTRY_NUM; in ravb_probe()