Searched defs:ixgbevf_adapter (Results 1 – 1 of 1) sorted by relevance
318 struct ixgbevf_adapter { struct320 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];322 struct ixgbevf_q_vector *q_vector[MAX_MSIX_Q_VECTORS];325 u16 rx_itr_setting;326 u16 tx_itr_setting;329 u32 eims_enable_mask;330 u32 eims_other;333 int num_xdp_queues;334 struct ixgbevf_ring *xdp_ring[MAX_XDP_QUEUES];337 int num_tx_queues;[all …]