Home
last modified time | relevance | path

Searched refs:bnxt_is_trusted_vf (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.h37 bool bnxt_is_trusted_vf(struct bnxt *bp, struct bnxt_vf_info *vf);
Dbnxt_sriov.c132 bool bnxt_is_trusted_vf(struct bnxt *bp, struct bnxt_vf_info *vf) in bnxt_is_trusted_vf() function
205 ivi->trusted = bnxt_is_trusted_vf(bp, vf); in bnxt_get_vf_config()
1021 bool trust = bnxt_is_trusted_vf(bp, vf); in bnxt_vf_configure_mac()
1049 if (bnxt_is_trusted_vf(bp, vf)) { in bnxt_vf_validate_set_mac()
Dbnxt.c8749 if (BNXT_VF(bp) && !bp->vf.vlan && !bnxt_is_trusted_vf(bp, &bp->vf)) in bnxt_promisc_ok()