Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.c163 p_vf->abs_vf_id, in ecore_sp_vf_start()
862 u8 abs_vf_id, in ecore_iov_enable_vf_access_msix() argument
1355 vf->abs_vf_id, in ecore_iov_lock_vf_pf_channel()
1373 vf->abs_vf_id, in ecore_iov_unlock_vf_pf_channel()
1729 p_vf->abs_vf_id, in ecore_iov_vf_mbx_acquire_resc()
1825 vf->abs_vf_id, in ecore_iov_vf_mbx_acquire()
1840 vf->abs_vf_id); in ecore_iov_vf_mbx_acquire()
1914 vf->abs_vf_id); in ecore_iov_vf_mbx_acquire()
2277 vf->abs_vf_id); in ecore_iov_vf_mbx_stop_vport()
3288 vf->abs_vf_id); in ecore_iov_vf_mbx_vport_update()
[all …]
H A Decore_sriov.h133 u8 abs_vf_id; member
135 (p_vf)->abs_vf_id + MAX_NUM_VFS_BB : \
136 (p_vf)->abs_vf_id)
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_pf.h32 uint16_t abs_vf_id, uint32_t opcode,
H A Di40e_pf.c99 uint16_t vf_id, abs_vf_id, vf_msix_num; in i40e_pf_host_vf_reset() local
109 abs_vf_id = vf_id + hw->func_caps.vf_base_id; in i40e_pf_host_vf_reset()
178 (abs_vf_id << I40E_PF_PCI_CIAA_VF_NUM_SHIFT)); in i40e_pf_host_vf_reset()
233 uint16_t abs_vf_id = hw->func_caps.vf_base_id + vf->vf_idx; in i40e_pf_host_send_msg_to_vf() local
236 ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, opcode, retval, in i40e_pf_host_send_msg_to_vf()
1232 int abs_vf_id; in i40e_vc_notify_vf_reset() local
1235 abs_vf_id = vf_id + hw->func_caps.vf_base_id; in i40e_vc_notify_vf_reset()
1238 i40e_aq_send_msg_to_vf(hw, abs_vf_id, VIRTCHNL_OP_EVENT, 0, (u8 *)&pfe, in i40e_vc_notify_vf_reset()
1289 uint16_t abs_vf_id, uint32_t opcode, in i40e_pf_host_handle_vf_msg() argument
1298 uint16_t vf_id = abs_vf_id - hw->func_caps.vf_base_id; in i40e_pf_host_handle_vf_msg()
H A Di40e_ethdev.c6664 uint16_t abs_vf_id; in i40e_dev_handle_vfr_event() local
6674 abs_vf_id = hw->func_caps.vf_base_id + i; in i40e_dev_handle_vfr_event()
6675 index = abs_vf_id / I40E_UINT32_BIT_SIZE; in i40e_dev_handle_vfr_event()
6676 offset = abs_vf_id % I40E_UINT32_BIT_SIZE; in i40e_dev_handle_vfr_event()
6685 PMD_DRV_LOG(INFO, "VF %u reset occurred", abs_vf_id); in i40e_dev_handle_vfr_event()