Lines Matching defs:mvpp2_queue_vector
1136 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;
1146 struct cpumask *mask;