Searched refs:trusted (Results 51 - 54 of 54) sorted by relevance

123

/linux-master/net/core/
H A Drtnetlink.c1310 ivi.trusted = -1;
1349 vf_trust.setting = ivi.trusted;
/linux-master/drivers/md/
H A Ddm-crypt.c42 #include <keys/trusted-type.h>
2577 !strncmp(key_string, "trusted:", key_desc - key_string + 1)) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c1829 * add/delete unicast MAC addresses, unless the VF is trusted
2087 dev_err(ice_pf_to_dev(pf), "Can't add more MAC addresses, because VF-%d is not trusted, switch the VF to trusted mode in order to add more functionalities\n",
2277 * If the VF is trusted then the VF is allowed to add as many VLANs as it
2345 dev_info(dev, "VF-%d is not trusted, switch the VF to trusted mode, in order to add more VLAN addresses\n",
2347 /* There is no need to let VF know about being not trusted,
2375 dev_info(dev, "VF-%d is not trusted, switch the VF to trusted mode, in order to add more VLAN addresses\n",
2378 * not trusted, s
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c1956 /* Non trusted VFs should enable control frame filtering */
2992 /* Untrusted VFs can't even be trusted to know that fact.
4736 ivi->trusted = vf_info->is_trusted_request;
5197 vf_info->is_trusted_configured ? "trusted" : "untrusted",

Completed in 314 milliseconds

123