Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1377 struct mvpp2_rx_desc { struct
1480 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()
2428 static inline struct mvpp2_rx_desc *
3039 struct mvpp2_rx_desc *rx_desc = mvpp2_rxq_next_desc_get(rxq); in mvpp2_rxq_drop_pkts()
3549 struct mvpp2_rx_desc *rx_desc) in mvpp2_rx_error()
3865 static void mvpp2_buff_hdr_pool_put(struct mvpp2_port *port, struct mvpp2_rx_desc *rx_desc, in mvpp2_buff_hdr_pool_put()
3915 struct mvpp2_rx_desc *rx_desc = mvpp2_rxq_next_desc_get(rxq); in mvpp2_rx()