Home
last modified time | relevance | path

Searched defs:mvpp2_rx_queue (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1461 struct mvpp2_rx_queue { struct
1463 u8 id;
1466 int size;
1468 u32 pkts_coal;
1469 u32 time_coal;
1472 struct mvpp2_rx_desc *descs;
1475 dma_addr_t descs_dma;
1478 int last_desc;
1481 int next_desc_to_proc;
1484 int port;
[all …]
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c1151 struct mvpp2_rx_queue { struct
1153 u8 id;
1156 int size;
1158 u32 pkts_coal;
1159 u32 time_coal;
1162 struct mvpp2_rx_desc *descs;
1165 dma_addr_t descs_dma;
1168 int last_desc;
1171 int next_desc_to_proc;
1174 int port;
[all …]