Home
last modified time | relevance | path

Searched defs:mvpp2_queue_vector (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h840 struct mvpp2_queue_vector { struct
841 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 …]