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

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c390 for (i = pf->first_vf_id; i < pf->first_vf_id + num_vfs; i++) {
613 req->vf_id = cpu_to_le16(pf->first_vf_id + i);
618 pf->vf[i].fw_fid = pf->first_vf_id + i;
704 req->fid = cpu_to_le16(pf->first_vf_id + i);
H A Dbnxt_hsi.h1543 __le16 first_vf_id; member in struct:hwrm_func_vf_alloc_input
1553 __le16 first_vf_id; member in struct:hwrm_func_vf_alloc_output
1567 __le16 first_vf_id; member in struct:hwrm_func_vf_free_input
1705 __le16 first_vf_id; member in struct:hwrm_func_qcaps_output
H A Dbnxt.h1336 u32 first_vf_id; member in struct:bnxt_pf_info
H A Dbnxt.c2745 if ((vf_id < bp->pf.first_vf_id) ||
2746 (vf_id >= bp->pf.first_vf_id + bp->pf.active_vfs)) {
2752 set_bit(vf_id - bp->pf.first_vf_id, bp->pf.vf_event_bmap);
8891 pf->first_vf_id = le16_to_cpu(resp->first_vf_id);

Completed in 244 milliseconds