Lines Matching defs:mvpp2_queue_vector
1019 struct mvpp2_queue_vector { struct
1020 int irq;
1021 struct napi_struct napi;
1022 enum { MVPP2_QUEUE_VECTOR_SHARED, MVPP2_QUEUE_VECTOR_PRIVATE } type;
1023 int sw_thread_id;
1024 u16 sw_thread_mask;
1025 int first_rxq;
1026 int nrxqs;
1027 u32 pending_cause_rx;
1028 struct mvpp2_port *port;
1029 struct cpumask *mask;