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.h1464 struct mvpp2_rx_queue { struct
1466 u8 id;
1469 int size;
1471 u32 pkts_coal;
1472 u32 time_coal;
1475 struct mvpp2_rx_desc *descs;
1478 dma_addr_t descs_dma;
1481 int last_desc;
1484 int next_desc_to_proc;
1487 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 …]