Home
last modified time | relevance | path

Searched refs:pf_features (Results 1 – 5 of 5) 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()
869 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
H A Dixgbevf_main.c2282 u32 *pf_features = &adapter->pf_features; in ixgbevf_set_features() local
2286 err = hw->mac.ops.negotiate_features(hw, pf_features); in ixgbevf_set_features()
2293 *pf_features |= IXGBEVF_PF_SUP_IPSEC; in ixgbevf_set_features()
2295 *pf_features |= IXGBEVF_PF_SUP_ESX_MBX; in ixgbevf_set_features()
2325 if (adapter->pf_features & IXGBEVF_PF_SUP_ESX_MBX) { in ixgbevf_negotiate_api()