Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sriov.c76 vf->fw_fid = softc->pf.first_vf_id + vfnum; in bnxt_iov_vf_add()
127 int first_vf_id, last_vf_id; in bnxt_hwrm_func_vf_resource_free() local
132 first_vf_id = softc->pf.first_vf_id; in bnxt_hwrm_func_vf_resource_free()
133 last_vf_id = first_vf_id + num_vfs - 1; in bnxt_hwrm_func_vf_resource_free()
136 for (i = first_vf_id; i <= last_vf_id; i++) { in bnxt_hwrm_func_vf_resource_free()
750 vf->fw_fid = pf->first_vf_id + i; in bnxt_hwrm_func_vf_resc_cfg()
H A Dbnxt.h515 uint32_t first_vf_id; member
H A Dbnxt_hwrm.c1282 pf->first_vf_id = le16toh(resp->first_vf_id); in bnxt_hwrm_func_qcaps()
H A Dif_bnxt.c3908 if ((vf_id < softc->pf.first_vf_id) || in bnxt_process_async_msg()
3909 (vf_id >= softc->pf.first_vf_id + softc->pf.active_vfs)) in bnxt_process_async_msg()
3912 set_bit(vf_id - softc->pf.first_vf_id, softc->pf.vf_event_bmap); in bnxt_process_async_msg()
H A Dhsi_struct_def.h14365 uint16_t first_vf_id; member
14382 uint16_t first_vf_id; member
14440 uint16_t first_vf_id; member
15074 uint16_t first_vf_id; member