Searched defs:mvpp2_queue_vector (Results 1 – 1 of 1) sorted by relevance
840 struct mvpp2_queue_vector { struct841 int irq;842 struct napi_struct napi;843 enum { MVPP2_QUEUE_VECTOR_SHARED, MVPP2_QUEUE_VECTOR_PRIVATE } type;844 int sw_thread_id;845 u16 sw_thread_mask;846 int first_rxq;847 int nrxqs;848 u32 pending_cause_rx;849 struct mvpp2_port *port;[all …]