Lines Matching defs:mvpp2_queue_vector
1144 struct mvpp2_queue_vector { struct
1145 int irq;
1146 struct napi_struct napi;
1147 enum { MVPP2_QUEUE_VECTOR_SHARED, MVPP2_QUEUE_VECTOR_PRIVATE } type;
1148 int sw_thread_id;
1149 u16 sw_thread_mask;
1150 int first_rxq;
1151 int nrxqs;
1152 u32 pending_cause_rx;
1153 struct mvpp2_port *port;
1154 struct cpumask *mask;