bnxt_is_trusted_vf
if (BNXT_VF(softc) && !bnxt_is_trusted_vf(softc, &softc->vf))
bool trust = bnxt_is_trusted_vf(softc, vf);
if (bnxt_is_trusted_vf(softc, vf)) {
bool bnxt_is_trusted_vf(struct bnxt_softc *bp, struct bnxt_vf_info *vf);