Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dmvpp2.c1091 struct mvpp2_rx_desc { struct
1162 struct mvpp2_rx_desc *descs;
1263 struct mvpp2_rx_desc *rx_descs;
1348 struct mvpp2_rx_desc *rx_desc) in mvpp2_rxdesc_dma_addr_get()
1357 struct mvpp2_rx_desc *rx_desc) in mvpp2_rxdesc_cookie_get()
1366 struct mvpp2_rx_desc *rx_desc) in mvpp2_rxdesc_size_get()
1375 struct mvpp2_rx_desc *rx_desc) in mvpp2_rxdesc_status_get()
3863 static inline struct mvpp2_rx_desc *
3894 struct mvpp2_rx_desc *rx_desc) in mvpp2_bm_cookie_build()
4136 struct mvpp2_rx_desc *rx_desc = mvpp2_rxq_next_desc_get(rxq); in mvpp2_rxq_drop_pkts()
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1369 struct mvpp2_rx_desc { struct
1472 struct mvpp2_rx_desc *descs;
H A Dmvpp2_main.c262 struct mvpp2_rx_desc *rx_desc) in mvpp2_rxdesc_dma_addr_get()
272 struct mvpp2_rx_desc *rx_desc) in mvpp2_rxdesc_cookie_get()
282 struct mvpp2_rx_desc *rx_desc) in mvpp2_rxdesc_size_get()
291 struct mvpp2_rx_desc *rx_desc) in mvpp2_rxdesc_status_get()
2429 static inline struct mvpp2_rx_desc *
3040 struct mvpp2_rx_desc *rx_desc = mvpp2_rxq_next_desc_get(rxq); in mvpp2_rxq_drop_pkts()
3551 struct mvpp2_rx_desc *rx_desc) in mvpp2_rx_error()
3867 static void mvpp2_buff_hdr_pool_put(struct mvpp2_port *port, struct mvpp2_rx_desc *rx_desc, in mvpp2_buff_hdr_pool_put()
3917 struct mvpp2_rx_desc *rx_desc = mvpp2_rxq_next_desc_get(rxq); in mvpp2_rx()