Lines Matching defs:nsim_vf_config
29 struct nsim_vf_config { struct30 int link_state;31 u16 min_tx_rate;32 u16 max_tx_rate;33 u16 vlan;34 __be16 vlan_proto;35 u16 qos;36 u8 vf_mac[ETH_ALEN];37 bool spoofchk_enabled;38 bool trusted;62 ns->vfconfigs = kcalloc(num_vfs, sizeof(struct nsim_vf_config), in nsim_vfs_enable() argument