Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h1144 struct mvpp2_queue_vector { struct
1145 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 …]