Home
last modified time | relevance | path

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

/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h1019 struct mvpp2_queue_vector { struct
1020 int irq;
1021 struct napi_struct napi;
1022 enum { MVPP2_QUEUE_VECTOR_SHARED, MVPP2_QUEUE_VECTOR_PRIVATE } type;
1023 int sw_thread_id;
1024 u16 sw_thread_mask;
1025 int first_rxq;
1026 int nrxqs;
1027 u32 pending_cause_rx;
1028 struct mvpp2_port *port;
[all …]