Searched defs:mvpp2_queue_vector (Results 1 – 1 of 1) sorted by relevance
1019 struct mvpp2_queue_vector { struct1020 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 …]