Searched refs:vf_base_id (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/ixl/
H A Dixl_pf_iov.c143 vsi_ctx.vf_num = hw->func_caps.vf_base_id + vf->vf_num;
363 global_vf_num = hw->func_caps.vf_base_id + vf->vf_num;
460 global_vf_id = hw->func_caps.vf_base_id + vf->vf_num;
572 global_vf_num = hw->func_caps.vf_base_id + vf->vf_num;
1435 vf_num = le16toh(event->desc.retval) - pf->hw.func_caps.vf_base_id;
1555 global_vf_num = hw->func_caps.vf_base_id + i;
H A Di40e_type.h431 u32 vf_base_id; member in struct:i40e_hw_capabilities
H A Di40e_common.c3820 p->vf_base_id = logical_id;
3826 p->vf_base_id);
/freebsd-12-stable/sys/dev/ice/
H A Dice_type.h391 u32 vf_base_id; /* Logical ID of the first VF */ member in struct:ice_hw_func_caps
H A Dice_common.c2080 func_p->vf_base_id = logical_id;
2083 ice_debug(hw, ICE_DBG_INIT, "func caps: vf_base_id = %d\n",
2084 func_p->vf_base_id);
3716 CPU_TO_LE16((vmvf_num + hw->func_caps.vf_base_id) &

Completed in 110 milliseconds