Searched refs:vf_id (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/sys/dev/vnic/
H A Dnic.h301 uint8_t vf_id; member in struct:nicvf
382 uint8_t vf_id; member in struct:nic_cfg_msg
418 uint8_t vf_id; member in struct:set_mac_msg
425 uint8_t vf_id; member in struct:set_frs_msg
432 uint8_t vf_id; member in struct:cpi_cfg_msg
440 uint8_t vf_id; member in struct:rss_sz_msg
447 uint8_t vf_id; member in struct:rss_cfg_msg
457 uint8_t vf_id; member in struct:bgx_stats_msg
474 uint8_t vf_id; member in struct:set_loopback
H A Dnic_main.c442 mbx.nic_cfg.vf_id = vf;
524 bgx_idx = NIC_GET_BGX_FROM_VF_LMAC_MAP(nic->vf_lmac_map[bgx->vf_id]);
525 lmac = NIC_GET_LMAC_FROM_VF_LMAC_MAP(nic->vf_lmac_map[bgx->vf_id]);
528 mbx.bgx_stats.vf_id = bgx->vf_id;
538 nic_send_msg_to_vf(nic, bgx->vf_id, &mbx);
691 vnic = cfg->vf_id;
715 qset = cfg->vf_id;
755 nic->cpi_base[cfg->vf_id] = cpi_base;
756 nic->rssi_base[cfg->vf_id]
[all...]
H A Dnicvf_main.c882 (mbx->msg.msg & 0xFF), nic->vf_id);
939 nic->vf_id = mbx.nic_cfg.vf_id & 0x7F;
990 mbx.frs.vf_id = nic->vf_id;
1001 mbx.mac.vf_id = nic->vf_id;
1013 mbx.cpi_cfg.vf_id = nic->vf_id;
1026 mbx.rss_size.vf_id
[all...]
H A Dnicvf_queues.c1505 qs->vnic_id = nic->vf_id;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_iro.h44 #define USTORM_VF_PF_CHANNEL_READY_OFFSET(vf_id) (IRO[3].base + ((vf_id) * IRO[3].m1))
95 #define MSTORM_ETH_VF_PRODS_OFFSET(vf_id,vf_queue_id) (IRO[20].base + ((vf_id) * IRO[20].m1) + ((vf_queue_id) * IRO[20].m2))
H A Decore_init_fw_funcs.h464 * @param vf_id - vf id.
469 u8 vf_id,
H A Decore_iov_api.h254 * @param vf_id
260 u16 vf_id,
727 * @param vf_id
735 u16 vf_id, u16 qid);
769 static OSAL_INLINE enum _ecore_status_t ecore_iov_set_vf_ctx(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vf_id, OSAL_UNUSED void *ctx) {return ECORE_INVAL;} argument
H A Decore_l2_api.h528 u8 vf_id; member in struct:ecore_ntuple_filter_params
H A Decore_mcp.h323 * @param vf_id - absolute inside engine
330 u8 vf_id, u8 num);
H A Decore_hsi_common.h1597 u8 vf_id /* Malicious VF ID */; member in struct:malicious_vf_eqe_data
1607 u8 vf_id /* VF ID */; member in struct:initial_cleanup_eqe_data
2139 u8 vf_id /* VF ID */; member in struct:vf_start_ramrod_data
2153 u8 vf_id /* VF ID */; member in struct:vf_stop_ramrod_data
H A Decore_init_fw_funcs.c1634 u32 ecore_get_mstorm_eth_vf_prods_offset(struct ecore_hwfn *p_hwfn, u8 vf_id, u8 vf_queue_id, u16 vf_zone_size_mode) argument
1636 u32 offset = MSTORM_ETH_VF_PRODS_OFFSET(vf_id, vf_queue_id);
1640 offset += (1 << MSTORM_VF_ZONE_DEFAULT_SIZE_LOG) * vf_id;
1642 offset += 3 * (1 << MSTORM_VF_ZONE_DEFAULT_SIZE_LOG) * vf_id;
H A Decore_sriov.c130 p_ramrod->vf_id = GET_FIELD(p_vf->concrete_fid, PXP_CONCRETE_FID_VFID);
191 p_ramrod->vf_id = GET_FIELD(concrete_vfid, PXP_CONCRETE_FID_VFID);
786 u16 vf_id,
790 struct ecore_vf_info *vf = ecore_iov_get_vf_info(p_hwfn, vf_id, true);
3747 u16 vf_id, u16 qid)
3754 if (!ecore_iov_is_valid_vfid(p_hwfn, vf_id, true, true)) {
3757 vf_id);
3761 vf = &p_hwfn->pf_iov_info->vfs_array[vf_id];
4327 p_vf = ecore_sriov_get_vf_from_absid(p_hwfn, p_data->vf_id);
785 ecore_iov_set_vf_ctx(struct ecore_hwfn *p_hwfn, u16 vf_id, void *ctx) argument
3745 ecore_iov_pf_configure_vf_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 rx_coal, u16 tx_coal, u16 vf_id, u16 qid) argument
H A Decore_hsi_rdma.h495 u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its dont care */; member in struct:rdma_close_func_ramrod_data
607 u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its dont care */; member in struct:rdma_init_func_hdr
688 u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its dont care */; member in struct:rdma_register_tid_ramrod_data
H A Decore_mcp.c2885 u8 vf_id, u8 num)
2895 param |= (vf_id << DRV_MB_PARAM_CFG_VF_MSIX_VF_ID_OFFSET) &
2905 vf_id);
2910 num, vf_id);
2941 u8 vf_id, u8 num)
2944 return ecore_mcp_config_vf_msix_bb(p_hwfn, p_ptt, vf_id, num);
2883 ecore_mcp_config_vf_msix_bb(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u8 vf_id, u8 num) argument
2939 ecore_mcp_config_vf_msix(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u8 vf_id, u8 num) argument
H A Decore_dbg_fw_funcs.c3188 u8 port_id, pf_id, vf_id; local
3227 for (vf_id = 0; vf_id < chip_platform->num_vfs; vf_id++) {
3229 ecore_fid_pretend(p_hwfn, p_ptt, (1 << PXP_PRETEND_CONCRETE_FID_VFVALID_SHIFT) | (vf_id << PXP_PRETEND_CONCRETE_FID_VFID_SHIFT));
3230 offset += ecore_grc_dump_split_data(p_hwfn, p_ptt, curr_input_regs_arr, dump_buf + offset, dump, block_enable, "vf", vf_id, param_name, param_val);
H A Decore_dev.c2968 u8 vf_id, max_num_vfs; local
3036 for (vf_id = 0; vf_id < max_num_vfs; vf_id++) {
3037 concrete_fid = ecore_vfid_to_concrete(p_hwfn, vf_id);
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_common.h824 uint64_t vf_id:8; member in struct:octeon_if_cfg::__anon6685
828 uint64_t vf_id:8;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_fcp.h107 vf_id:12, member in struct:fc_vft_header_s
H A Dsli4.h678 uint32_t vf_id:13, member in struct:sli4_cmd_init_vfi_s
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h4284 vxge_hal_get_vpath_mask(vxge_hal_device_h devh, u32 vf_id,
4288 vxge_hal_get_vpath_list(vxge_hal_device_h devh, u32 vf_id,
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq_cmd.h871 u8 vf_id; member in struct:i40e_aqc_add_get_update_vsi
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h5799 uint16_t vf_id; member in struct:hwrm_func_reset_input
7645 uint16_t vf_id; member in struct:hwrm_func_vf_resc_free_input
7715 uint16_t vf_id; member in struct:hwrm_func_vf_vnic_ids_query_input
8026 /* This bit must be '1' for the vf_id field to be configured. */
8030 uint16_t vf_id; member in struct:hwrm_func_buf_rgtr_input
8158 /* This bit must be '1' for the vf_id field to be configured. */
8160 uint16_t vf_id; member in struct:hwrm_func_buf_unrgtr_input
14918 uint16_t vf_id; member in struct:hwrm_vnic_qcfg_input
17098 * function, it represents vf_id. For a vnic, it represents vnic_id. For
20780 uint16_t vf_id; member in struct:hwrm_cfa_vfr_alloc_input
26720 uint16_t vf_id; member in struct:cmdq_read_vf_memory
26756 uint16_t vf_id; member in struct:cmdq_complete_vf_request
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Decore_hsi.h11510 uint8_t vf_id /* VF ID (0-63) */; member in struct:vf_pf_event_data
11522 uint8_t vf_id /* VF ID (0-63) */; member in struct:vf_flr_event_data
11534 uint8_t vf_id /* VF ID (0-63) */; member in struct:malicious_vf_event_data
11857 uint8_t vf_id /* VF ID (0-63). Value of 0xFF means VF not valid */; member in struct:pci_entity
11863 uint8_t vf_id /* VF ID (0-63). Value of 0xFF means VF not valid */;
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c11666 u32 vf_id, u32 * num_vp, u64 * data1)
11677 data0 = VXGE_HAL_RTS_ACCESS_STEER_DATA0_VFID(vf_id) |
11698 vxge_hal_get_vpath_list(vxge_hal_device_h devh, u32 vf_id, argument
11707 status = vxge_hal_get_vpath_mask(devh, vf_id, vpath_count, &vpath_mask);
11665 vxge_hal_get_vpath_mask(vxge_hal_device_h devh, u32 vf_id, u32 * num_vp, u64 * data1) argument
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h8947 __be32 vf_id; member in struct:fw_fcoe_vnp_cmd
9191 __be16 vf_id; member in struct:fw_fcoe_fcf_cmd

Completed in 767 milliseconds

12