Searched refs:pf_features (Results 1 – 4 of 4) 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()713 u32 *pf_features) in ixgbevf_hv_negotiate_features_vf() argument876 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