Home
last modified time | relevance | path

Searched refs:pf_alloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sriov.h90 uint16_t pf_alloc; member
H A Dbnxt_sriov.c170 uint16_t hw_max, uint16_t pf_alloc, int num_vfs) in bnxt_set_vf_resc_field() argument
177 if (hw_max > pf_alloc) in bnxt_set_vf_resc_field()
178 val = (hw_max - pf_alloc) / num_vfs; in bnxt_set_vf_resc_field()
734 resc_table[i].pf_alloc, in bnxt_hwrm_func_vf_resc_cfg()