Lines Matching defs:ixgbe_adapter
472 struct ixgbe_adapter { struct
473 struct ixgbe_hw hw;
474 struct ixgbe_hw_stats stats;
475 struct ixgbe_macsec_stats macsec_stats;
476 struct ixgbe_macsec_setting macsec_setting;
477 struct ixgbe_hw_fdir_info fdir;
478 struct ixgbe_interrupt intr;
479 struct ixgbe_stat_mapping_registers stat_mappings;
480 struct ixgbe_vfta shadow_vfta;
481 struct ixgbe_hwstrip hwstrip;
482 struct ixgbe_dcb_config dcb_config;
483 struct ixgbe_vf_info *vfdata;
484 struct ixgbe_uta_info uta_info;
486 struct ixgbe_bypass_info bps;
488 struct ixgbe_filter_info filter;
489 struct ixgbe_l2_tn_info l2_tn;
490 struct ixgbe_bw_conf bw_conf;
492 struct ixgbe_ipsec ipsec;
494 bool rx_bulk_alloc_allowed;
495 bool rx_vec_allowed;
496 struct rte_timecounter systime_tc;
497 struct rte_timecounter rx_tstamp_tc;
498 struct rte_timecounter tx_tstamp_tc;
499 struct ixgbe_tm_conf tm_conf;
523 (&((struct ixgbe_adapter *)adapter)->hw) argument