Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h1041 struct mvpp2_queue_vector { struct
1042 int irq;
1043 struct napi_struct napi;
1044 enum { MVPP2_QUEUE_VECTOR_SHARED, MVPP2_QUEUE_VECTOR_PRIVATE } type;
1045 int sw_thread_id;
1046 u16 sw_thread_mask;
1047 int first_rxq;
1048 int nrxqs;
1049 u32 pending_cause_rx;
1050 struct mvpp2_port *port;
[all …]