Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1136 struct mvpp2_queue_vector { struct
1137 int irq;
1138 struct napi_struct napi;
1139 enum { MVPP2_QUEUE_VECTOR_SHARED, MVPP2_QUEUE_VECTOR_PRIVATE } type;
1140 int sw_thread_id;
1141 u16 sw_thread_mask;
1142 int first_rxq;
1143 int nrxqs;
1144 u32 pending_cause_rx;
1145 struct mvpp2_port *port;
[all …]