/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_iro.h | 49 #define USTORM_VF_PF_CHANNEL_READY_OFFSET(vf_id) (IRO[3].base + ((vf_id) * IRO[3… argument 100 #define MSTORM_ETH_VF_PRODS_OFFSET(vf_id,vf_queue_id) (IRO[20].base + ((vf_id) * IRO[… argument
|
H A D | bcm_osal.h | 482 enum _ecore_status_t qede_osal_iov_vf_acquire(struct ecore_hwfn *p_hwfn, int vf_id); 483 #define OSAL_IOV_VF_ACQUIRE(p_hwfn, vf_id) qede_osal_iov_vf_acquire(p_hwfn, vf_id) 488 #define OSAL_IOV_VF_CLEANUP(p_hwfn,vf_id) 502 #define OSAL_IOV_VF_ACQUIRE(p_hwfn, vf_id) (0) argument 503 #define OSAL_IOV_VF_CLEANUP(p_hwfn,vf_id) argument
|
H A D | ecore_iov_api.h | 264 u16 vf_id, 737 u16 vf_id, u16 qid); 757 static OSAL_INLINE enum _ecore_status_t ecore_iov_set_vf_ctx(struct ecore_hwfn *p_hwfn, u16 vf_id, … in ecore_iov_set_vf_ctx() argument
|
H A D | ecore_hw.h | 299 u8 vf_id; member
|
H A D | ecore_init_fw_funcs.h | 474 u8 vf_id,
|
H A D | ecore_mcp.h | 356 u8 vf_id, u8 num);
|
H A D | ecore_init_fw_funcs.c | 1519 u32 ecore_get_mstorm_eth_vf_prods_offset(struct ecore_hwfn *p_hwfn, u8 vf_id, u8 vf_queue_id, u16 v… in ecore_get_mstorm_eth_vf_prods_offset() argument 1521 u32 offset = MSTORM_ETH_VF_PRODS_OFFSET(vf_id, vf_queue_id); in ecore_get_mstorm_eth_vf_prods_offset() 1525 offset += (1 << MSTORM_VF_ZONE_DEFAULT_SIZE_LOG) * vf_id; in ecore_get_mstorm_eth_vf_prods_offset() 1527 offset += 3 * (1 << MSTORM_VF_ZONE_DEFAULT_SIZE_LOG) * vf_id; in ecore_get_mstorm_eth_vf_prods_offset()
|
H A D | ecore_hsi_rdma.h | 59 …u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its d… member 171 …u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its d… member 249 …u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its d… member
|
H A D | ecore_mcp.c | 2418 u8 vf_id, u8 num) in ecore_mcp_config_vf_msix_bb() argument 2428 param |= (vf_id << DRV_MB_PARAM_CFG_VF_MSIX_VF_ID_SHIFT) & in ecore_mcp_config_vf_msix_bb() 2438 vf_id); in ecore_mcp_config_vf_msix_bb() 2443 num, vf_id); in ecore_mcp_config_vf_msix_bb() 2474 u8 vf_id, u8 num) in ecore_mcp_config_vf_msix() argument 2477 return ecore_mcp_config_vf_msix_bb(p_hwfn, p_ptt, vf_id, num); in ecore_mcp_config_vf_msix()
|
H A D | ecore_hsi_common.h | 1524 u8 vf_id /* VF ID */; member 1538 u8 vf_id /* VF ID */; member
|
H A D | ecore_dev.c | 1386 u8 vf_id, max_num_vfs; in ecore_hw_init_common() local 1453 for (vf_id = 0; vf_id < max_num_vfs; vf_id++) { in ecore_hw_init_common() 1454 concrete_fid = ecore_vfid_to_concrete(p_hwfn, vf_id); in ecore_hw_init_common()
|
H A D | ecore_dbg_fw_funcs.c | 3114 u8 port_id, pf_id, vf_id; in ecore_grc_dump_registers() local 3156 for (vf_id = 0; vf_id < chip_platform->num_vfs; vf_id++) { in ecore_grc_dump_registers() 3158 …ecore_fid_pretend(p_hwfn, p_ptt, (1 << PXP_PRETEND_CONCRETE_FID_VFVALID_SHIFT) | (vf_id << PXP_PRE… in ecore_grc_dump_registers() 3159 … p_ptt, curr_input_regs_arr, dump_buf + offset, dump, block_enable, "vf", vf_id, param_name, param… in ecore_grc_dump_registers()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_pf.c | 399 lm_status_t lm_pf_set_vf_ctx(struct _lm_device_t *pdev, u16_t vf_id, void* ctx) in lm_pf_set_vf_ctx() argument 402 lm_vf_info_t * vf_info = lm_pf_find_vf_info_by_rel_id(pdev, vf_id); in lm_pf_set_vf_ctx() 415 u16_t vf_id, in lm_pf_set_vf_stat_id() argument 419 lm_vf_info_t * vf_info = lm_pf_find_vf_info_by_rel_id(pdev, vf_id); in lm_pf_set_vf_stat_id() 423 DbgMessage(pdev, WARN, "VF[%d]: Stat ID: %d(FW)\n", vf_id, base_fw_stats_id); in lm_pf_set_vf_stat_id() 430 u8_t lm_pf_is_vf_mac_set(struct _lm_device_t *pdev, u16_t vf_id) in lm_pf_is_vf_mac_set() argument 433 lm_vf_info_t * vf_info = lm_pf_find_vf_info_by_rel_id(pdev, vf_id); in lm_pf_is_vf_mac_set() 441 lm_status_t lm_pf_set_vf_base_cam_idx(struct _lm_device_t *pdev, u16_t vf_id, u32_t base_cam_idx) in lm_pf_set_vf_base_cam_idx() argument 444 lm_vf_info_t * vf_info = lm_pf_find_vf_info_by_rel_id(pdev, vf_id); in lm_pf_set_vf_base_cam_idx() 562 u8_t lm_pf_acquire_vf_chains_resources(struct _lm_device_t *pdev, u16_t vf_id, u32_t num_chains) in lm_pf_acquire_vf_chains_resources() argument [all …]
|
H A D | lm_devinfo.c | 737 u8_t vf_id; in lm_get_igu_cam_info() local 744 for (vf_id = 0; vf_id < E2_MAX_NUM_OF_VFS; vf_id++) in lm_get_igu_cam_info() 746 blk_info->igu_info.vf_igu_info[vf_id].igu_base_sb = 0xFF; in lm_get_igu_cam_info() 747 blk_info->igu_info.vf_igu_info[vf_id].igu_sb_cnt = 0; in lm_get_igu_cam_info() 748 blk_info->igu_info.vf_igu_info[vf_id].igu_test_sb_cnt = 0; in lm_get_igu_cam_info() 749 blk_info->igu_info.vf_igu_info[vf_id].igu_test_mode = FALSE; in lm_get_igu_cam_info() 843 vf_id = fid & IGU_FID_VF_NUM_MASK; in lm_get_igu_cam_info() 844 if (blk_info->igu_info.vf_igu_info[vf_id].igu_base_sb == 0xff) in lm_get_igu_cam_info() 846 blk_info->igu_info.vf_igu_info[vf_id].igu_base_sb = igu_sb_id; in lm_get_igu_cam_info() 849 if (recent_vf_id != vf_id) in lm_get_igu_cam_info() [all …]
|
H A D | lm_sb.c | 645 pdev->vars.gen_sp_status_block.sb_data.p_func.vf_id = 0xff; in lm_init_sp_status_block() 1375 … pdev->vars.status_blocks_arr[sb_id].hc_status_block_data.e1x_sb_data.common.p_func.vf_id = 0xff; in lm_init_non_def_status_block() 1390 … pdev->vars.status_blocks_arr[sb_id].hc_status_block_data.e2_sb_data.common.p_func.vf_id = 0xff; in lm_init_non_def_status_block() 1393 …pdev->vars.status_blocks_arr[sb_id].hc_status_block_data.e2_sb_data.common.p_func.vf_id = ABS_VFID… in lm_init_non_def_status_block() 1592 …W_VF_SB_ID(vf_info,sb_idx)].hc_status_block_data.e2_sb_data.common.p_func.vf_id = vf_info->abs_vf_… in lm_pf_init_vf_non_def_sb()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/ |
H A D | vfpf_if.h | 64 u8 vf_id; /* ME register value */ member 289 u16 vf_id; /* for debug */ member 296 u16 vf_id; /* for debug */ member
|
H A D | hw_channel.h | 150 u8 vf_id; /* ME register value */ member 386 u16 vf_id; /* for debug */ member 393 u16 vf_id; /* for debug */ member
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm.h | 484 u8_t vf_id, 488 u8_t vf_id,
|
H A D | mm_vbd.h | 179 u16_t vf_id,
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 4478 lm_status_t lm_pf_set_vf_ctx(struct _lm_device_t *pdev, u16_t vf_id, void* ctx); 4481 u16_t vf_id, 4485 u16_t vf_id, 4490 u16_t vf_id, 4495 u16_t vf_id, 4498 u8_t lm_pf_is_vf_mac_set(struct _lm_device_t *pdev, u16_t vf_id); 4500 lm_status_t lm_pf_set_vf_base_cam_idx(struct _lm_device_t *pdev, u16_t vf_id, u32_t base_cam_idx); 4505 u8_t lm_pf_acquire_vf_chains_resources(struct _lm_device_t *pdev, u16_t vf_id, u32_t num_chains); 4506 void lm_pf_release_vf_chains_resources(struct _lm_device_t *pdev, u16_t vf_id); 4507 void lm_pf_release_separate_vf_chain_resources(struct _lm_device_t *pdev, u16_t vf_id, u8_t chain_n…
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ |
H A D | ecore_hsi_rdma.h | 59 …u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its d… member 171 …u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its d… member 249 …u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its d… member
|
H A D | ecore_hsi_common.h | 1524 u8 vf_id /* VF ID */; member 1538 u8 vf_id /* VF ID */; member
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 1452 sw_mess->vfdev_info.vf_id = ABS_VFID(pdev); /* ME register value */ in lm_vf_pf_acquire_msg() 1468 hw_mess->vfdev_info.vf_id = ABS_VFID(pdev); /* ME register value */ in lm_vf_pf_acquire_msg() 2414 mess->vf_id = ABS_VFID(pdev); in lm_vf_pf_close_vf() 2420 mess->vf_id = ABS_VFID(pdev); in lm_vf_pf_close_vf() 2456 mess->vf_id = ABS_VFID(pdev); /* ME register value */ in lm_vf_pf_release_vf() 2463 mess->vf_id = ABS_VFID(pdev); in lm_vf_pf_release_vf()
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_osal.c | 769 qede_osal_iov_vf_acquire(struct ecore_hwfn *p_hwfn, int vf_id) in qede_osal_iov_vf_acquire() argument
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/ |
H A D | 5710_hsi.h | 8077 u8_t vf_id /* VF ID (0-63) */; member 8089 u8_t vf_id /* VF ID (0-63) */; member 8101 u8_t vf_id /* VF ID (0-63) */; member 8430 u8_t vf_id /* VF ID (0-63). Value of 0xFF means VF not valid */; member 8436 u8_t vf_id /* VF ID (0-63). Value of 0xFF means VF not valid */;
|