Symbol: bnxt_vf_info
sys/dev/bnxt/bnxt_en/bnxt.h
1127
struct bnxt_vf_info vf;
sys/dev/bnxt/bnxt_en/bnxt.h
534
struct bnxt_vf_info *vf;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1305
struct bnxt_vf_info *vf = &softc->vf;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1375
struct bnxt_vf_info *vf = &softc->vf;
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
13
bnxt_set_vf_admin_mac(struct bnxt_softc *softc, struct bnxt_vf_info *vf,
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
190
struct bnxt_vf_info *vf;
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
225
struct bnxt_vf_info *vf = &sc->vf;
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
284
bnxt_hwrm_fwd_err_resp(struct bnxt_softc *softc, struct bnxt_vf_info *vf,
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
308
bnxt_hwrm_exec_fwd_resp(struct bnxt_softc *softc, struct bnxt_vf_info *vf,
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
332
bnxt_hwrm_func_qcfg_flags(struct bnxt_softc *softc, struct bnxt_vf_info *vf)
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
352
bnxt_is_trusted_vf(struct bnxt_softc *softc, struct bnxt_vf_info *vf)
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
36
bnxt_vf_parse_schema(struct bnxt_softc *softc, struct bnxt_vf_info *vf,
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
366
bnxt_hwrm_set_trusted_vf(struct bnxt_softc *softc, struct bnxt_vf_info *vf)
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
396
struct bnxt_vf_info *vf = NULL;
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
428
bnxt_vf_configure_mac(struct bnxt_softc *softc, struct bnxt_vf_info *vf)
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
452
static int bnxt_vf_validate_set_mac(struct bnxt_softc *softc, struct bnxt_vf_info *vf)
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
484
static int bnxt_vf_req_validate_snd(struct bnxt_softc *softc, struct bnxt_vf_info *vf)
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
604
bnxt_hwrm_set_vf_spoofchk(struct bnxt_softc *sc, struct bnxt_vf_info *vf,
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
629
struct bnxt_vf_info *vf;
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
73
struct bnxt_vf_info *vf = &softc->pf.vf[vfnum];
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
748
struct bnxt_vf_info *vf = &pf->vf[i];
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
812
struct bnxt_vf_info *vf;
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
828
p = kcalloc(num_vfs, sizeof(struct bnxt_vf_info), GFP_KERNEL);
sys/dev/bnxt/bnxt_en/bnxt_sriov.c
855
struct bnxt_vf_info *vf = &softc->pf.vf[k];
sys/dev/bnxt/bnxt_en/bnxt_sriov.h
99
bool bnxt_is_trusted_vf(struct bnxt_softc *bp, struct bnxt_vf_info *vf);