bnxt_is_trusted_vf
if (BNXT_VF(bp) && !bp->vf.vlan && !bnxt_is_trusted_vf(bp, &bp->vf))
bool trust = bnxt_is_trusted_vf(bp, vf);
if (bnxt_is_trusted_vf(bp, vf)) {
ivi->trusted = bnxt_is_trusted_vf(bp, vf);
bool bnxt_is_trusted_vf(struct bnxt *bp, struct bnxt_vf_info *vf);