Searched defs:mvpp2_queue_vector (Results 1 – 1 of 1) sorted by relevance
1139 struct mvpp2_queue_vector { struct1140 int irq;1141 struct napi_struct napi;1142 enum { MVPP2_QUEUE_VECTOR_SHARED, MVPP2_QUEUE_VECTOR_PRIVATE } type;1143 int sw_thread_id;1144 u16 sw_thread_mask;1145 int first_rxq;1146 int nrxqs;1147 u32 pending_cause_rx;1148 struct mvpp2_port *port;[all …]