Lines Matching defs:ice_q_vector
432 struct ice_q_vector { struct
433 struct ice_vsi *vsi;
435 u16 v_idx; /* index in the vsi->q_vector array. */
436 u16 reg_idx;
437 u8 num_ring_rx; /* total number of Rx rings in vector */
438 u8 num_ring_tx; /* total number of Tx rings in vector */
439 u8 wb_on_itr:1; /* if true, WB on ITR is enabled */
443 u8 intrl;
445 struct napi_struct napi;
447 struct ice_ring_container rx;
448 struct ice_ring_container tx;
450 cpumask_t affinity_mask;
451 struct irq_affinity_notify affinity_notify;
453 struct ice_channel *ch;
455 char name[ICE_INT_NAME_STR_LEN];
457 u16 total_events; /* net_dim(): number of interrupts processed */