Home
last modified time | relevance | path

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

/openbmc/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];
143 struct ravb_desc *desc = &eth->tx_desc[eth->tx_desc_idx]; in ravb_send()
230 const u32 desc_size = RAVB_NUM_BASE_DESC * sizeof(struct ravb_desc); in ravb_base_desc_init()
247 const u32 desc_size = RAVB_NUM_TX_DESC * sizeof(struct ravb_desc); in ravb_tx_desc_init()
266 sizeof(struct ravb_desc)); in ravb_tx_desc_init()
296 sizeof(struct ravb_desc)); in ravb_rx_desc_init()
/openbmc/linux/drivers/net/ethernet/renesas/
H A Dravb.h878 struct ravb_desc { struct
1060 struct ravb_desc *desc_bat;
H A Dravb_main.c406 struct ravb_desc *desc; in ravb_ring_format()
2825 priv->desc_bat_size = sizeof(struct ravb_desc) * DBAT_ENTRY_NUM; in ravb_probe()