Home
last modified time | relevance | path

Searched refs:pf_features (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c684 static int ixgbevf_negotiate_features_vf(struct ixgbe_hw *hw, u32 *pf_features) in ixgbevf_negotiate_features_vf() argument
704 *pf_features = 0x0; in ixgbevf_negotiate_features_vf()
706 *pf_features = msgbuf[1]; in ixgbevf_negotiate_features_vf()
713 u32 *pf_features) in ixgbevf_hv_negotiate_features_vf() argument
876 if (adapter->pf_features & IXGBEVF_PF_SUP_ESX_MBX) in ixgbevf_check_mac_link_vf()
H A Dipsec.c276 if (!(adapter->pf_features & IXGBEVF_PF_SUP_IPSEC)) in ixgbevf_ipsec_add_sa()
411 if (!(adapter->pf_features & IXGBEVF_PF_SUP_IPSEC)) in ixgbevf_ipsec_del_sa()
622 if (!(adapter->pf_features & IXGBEVF_PF_SUP_IPSEC)) in ixgbevf_init_ipsec_offload()
H A Dvf.h29 int (*negotiate_features)(struct ixgbe_hw *hw, u32 *pf_features);
H A Dixgbevf.h350 u32 pf_features; member