Searched defs:mvpp2_queue_vector (Results 1 – 1 of 1) sorted by relevance
1144 struct mvpp2_queue_vector { struct1145 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;[all …]