Home
last modified time | relevance | path

Searched refs:first_vf_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c390 for (i = pf->first_vf_id; i < pf->first_vf_id + num_vfs; i++) { in bnxt_hwrm_func_vf_resource_free()
605 req->vf_id = cpu_to_le16(pf->first_vf_id + i); in bnxt_hwrm_func_vf_resc_cfg()
610 pf->vf[i].fw_fid = pf->first_vf_id + i; in bnxt_hwrm_func_vf_resc_cfg()
696 req->fid = cpu_to_le16(pf->first_vf_id + i); in bnxt_hwrm_func_cfg()
H A Dbnxt.h1162 u32 first_vf_id; member
H A Dbnxt_hsi.h1467 __le16 first_vf_id; member
1477 __le16 first_vf_id; member
1491 __le16 first_vf_id; member
1623 __le16 first_vf_id; member
H A Dbnxt.c2413 if ((vf_id < bp->pf.first_vf_id) || in bnxt_hwrm_handler()
2414 (vf_id >= bp->pf.first_vf_id + bp->pf.active_vfs)) { in bnxt_hwrm_handler()
2420 set_bit(vf_id - bp->pf.first_vf_id, bp->pf.vf_event_bmap); in bnxt_hwrm_handler()
7735 pf->first_vf_id = le16_to_cpu(resp->first_vf_id); in __bnxt_hwrm_func_qcaps()