Searched refs:pf_features (Results 1 – 5 of 5) sorted by relevance
684 static int ixgbevf_negotiate_features_vf(struct ixgbe_hw *hw, u32 *pf_features) in ixgbevf_negotiate_features_vf() argument704 *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()
276 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()
29 int (*negotiate_features)(struct ixgbe_hw *hw, u32 *pf_features);
350 u32 pf_features; member
2282 u32 *pf_features = &adapter->pf_features; in ixgbevf_set_features() local2286 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()