/drivers/net/ethernet/mellanox/mlx5/core/ |
D | sriov.c | 270 int total_vfs; in mlx5_sriov_init() local 275 total_vfs = pci_sriov_get_totalvfs(pdev); in mlx5_sriov_init() 278 sriov->vfs_ctx = kcalloc(total_vfs, sizeof(*sriov->vfs_ctx), GFP_KERNEL); in mlx5_sriov_init()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | main.c | 3224 u8 total_vfs, int existing_vfs, int reset_flow) in mlx4_enable_sriov() argument 3232 dev->dev_vfs = kcalloc(total_vfs, sizeof(*dev->dev_vfs), in mlx4_enable_sriov() 3241 if (existing_vfs != total_vfs) { in mlx4_enable_sriov() 3243 existing_vfs, total_vfs); in mlx4_enable_sriov() 3244 total_vfs = existing_vfs; in mlx4_enable_sriov() 3248 dev->dev_vfs = kcalloc(total_vfs, sizeof(*dev->dev_vfs), GFP_KERNEL); in mlx4_enable_sriov() 3255 if (total_vfs > fw_enabled_sriov_vfs) { in mlx4_enable_sriov() 3257 total_vfs, fw_enabled_sriov_vfs); in mlx4_enable_sriov() 3261 mlx4_warn(dev, "Enabling SR-IOV with %d VFs\n", total_vfs); in mlx4_enable_sriov() 3262 err = pci_enable_sriov(pdev, total_vfs); in mlx4_enable_sriov() [all …]
|
/drivers/net/ethernet/freescale/enetc/ |
D | enetc_pf.c | 348 if (vf >= pf->total_vfs) in enetc_pf_set_vf_mac() 369 if (vf >= pf->total_vfs) in enetc_pf_set_vf_vlan() 386 if (vf >= pf->total_vfs) in enetc_pf_set_vf_spoofchk() 437 for (i = 0; i < pf->total_vfs; i++) { in enetc_setup_mac_addresses() 456 vf_entries = num_entries / (pf->total_vfs + 1); in enetc_port_assign_rfs_entries() 458 for (i = 0; i < pf->total_vfs; i++) in enetc_port_assign_rfs_entries() 461 num_entries - vf_entries * pf->total_vfs); in enetc_port_assign_rfs_entries() 503 num_rings /= pf->total_vfs; in enetc_port_si_configure() 508 for (i = 0; i < pf->total_vfs; i++) in enetc_port_si_configure() 1284 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in enetc_pf_probe()
|
D | enetc_pf.h | 34 int total_vfs; /* max number of VFs, set for PF at probe */ member
|
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_pf.c | 70 int irq, vfs = pf->total_vfs; in otx2_disable_flr_me_intr() 141 if (pf->total_vfs > 64) in otx2_pf_flr_intr_handler() 170 if (pf->total_vfs > 64) in otx2_pf_me_intr_handler() 549 int vfs = pf->total_vfs; in otx2_pfvf_mbox_intr_handler() 607 hwbase = ioremap_wc(base, MBOX_SIZE * pf->total_vfs); in otx2_pfvf_mbox_init() 2209 if (vf >= pf->total_vfs) in otx2_set_vf_mac() 2542 pf->vf_configs = devm_kcalloc(pf->dev, pf->total_vfs, in otx2_sriov_vfcfg_init() 2548 for (i = 0; i < pf->total_vfs; i++) { in otx2_sriov_vfcfg_init() 2566 for (i = 0; i < pf->total_vfs; i++) { in otx2_sriov_vfcfg_cleanup() 2616 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in otx2_probe()
|
D | otx2_common.h | 353 u8 total_vfs; member
|
D | otx2_flows.c | 170 vf_vlan_max_flows = pfvf->total_vfs * OTX2_PER_VF_VLAN_FLOWS; in otx2_mcam_entry_init()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_sriov.c | 142 if ((rel_vf_id >= p_hwfn->cdev->p_iov_info->total_vfs) || in qed_iov_is_valid_vfid() 347 pos + PCI_SRIOV_TOTAL_VF, &iov->total_vfs); in qed_iov_pci_cfg_info() 381 iov->total_vfs, in qed_iov_pci_cfg_info() 387 iov->total_vfs > NUM_OF_VFS(cdev)) { in qed_iov_pci_cfg_info() 397 iov->total_vfs = 0; in qed_iov_pci_cfg_info() 427 for (idx = 0; idx < p_iov->total_vfs; idx++) { in qed_iov_setup_vfdb() 464 num_vfs = p_hwfn->cdev->p_iov_info->total_vfs; in qed_iov_allocate_vfdb() 615 if (!cdev->p_iov_info->total_vfs) { in qed_iov_hw_info() 699 for (i = 0; i < cdev->p_iov_info->total_vfs; i++) in qed_iov_set_vfs_to_disable() 3736 for (i = 0; i < p_hwfn->cdev->p_iov_info->total_vfs; i++) in qed_iov_vf_flr_cleanup() [all …]
|
D | qed_sriov.h | 93 u16 total_vfs; /* total VFs associated with the PF */ member
|
D | qed_sp_commands.c | 405 p_ramrod->num_vfs = (u8) p_iov->total_vfs; in qed_sp_pf_start()
|
D | qed_int.c | 2059 u16 vfs = p_hwfn->cdev->p_iov_info->total_vfs; in qed_int_igu_reset_cam() 2205 max_vf = p_iov->first_vf_in_pf + p_iov->total_vfs; in qed_int_igu_read_cam()
|
D | qed_cxt.c | 1162 p_mngr->vf_count = p_hwfn->cdev->p_iov_info->total_vfs; in qed_cxt_mngr_alloc() 1539 p_iov->first_vf_in_pf + p_iov->total_vfs); in qed_ilt_vf_bounds_init()
|
D | qed_l2.c | 2239 max_vf_vlan_filters = cdev->p_iov_info->total_vfs * in qed_fill_eth_dev_info() 2241 max_vf_mac_filters = cdev->p_iov_info->total_vfs * in qed_fill_eth_dev_info()
|
D | qed_dev.c | 1466 p_hwfn->cdev->p_iov_info->total_vfs : 0; in qed_init_qm_get_num_vfs()
|
/drivers/crypto/hisilicon/ |
D | qm.c | 4014 int ret, total_vfs, i; in qm_func_shaper_enable() local 4016 total_vfs = pci_sriov_get_totalvfs(qm->pdev); in qm_func_shaper_enable() 4017 if (fun_index > total_vfs) in qm_func_shaper_enable() 4391 int pre_existing_vfs, num_vfs, total_vfs, ret; in hisi_qm_sriov_enable() local 4397 total_vfs = pci_sriov_get_totalvfs(pdev); in hisi_qm_sriov_enable() 4405 num_vfs = min_t(int, max_vfs, total_vfs); in hisi_qm_sriov_enable() 4441 int total_vfs = pci_sriov_get_totalvfs(qm->pdev); in hisi_qm_sriov_disable() local 4457 memset(qm->factor + 1, 0, sizeof(struct qm_shaper_factor) * total_vfs); in hisi_qm_sriov_disable() 5707 int ret, total_vfs; in hisi_qm_memory_init() local 5710 total_vfs = pci_sriov_get_totalvfs(qm->pdev); in hisi_qm_memory_init() [all …]
|
/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_type.h | 627 u16 total_vfs; member
|
D | fm10k_pf.c | 177 hw->iov.total_vfs = fm10k_is_ari_hierarchy_pf(hw) ? 64 : 7; in fm10k_init_hw_pf() 631 if ((num_vfs > num_pools) || (num_vfs > hw->iov.total_vfs)) in fm10k_iov_assign_resources_pf()
|
D | fm10k_iov.c | 356 dglort.vsi_l = fls(hw->iov.total_vfs - 1); in fm10k_iov_resume()
|
D | fm10k_netdev.c | 357 if (mask <= hw->iov.total_vfs) { in fm10k_request_glort_range()
|
D | fm10k_pci.c | 2034 pci_sriov_set_totalvfs(pdev, hw->iov.total_vfs); in fm10k_sw_init()
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_cn10k.c | 55 return ((rvu_get_pf(pcifunc) * rvu->hw->total_vfs) + in rvu_get_lmtst_tbl_index()
|
D | rvu.h | 345 u16 total_vfs; /* Max RVU VFs HW supports */ member
|
D | rvu.c | 742 for (id = 0; id < hw->total_vfs; id++) { in rvu_free_hw_resources() 928 hw->total_vfs = (cfg >> 20) & 0xFFF; in rvu_setup_hw_resources() 1065 rvu->hwvf = devm_kcalloc(rvu->dev, hw->total_vfs, in rvu_setup_hw_resources()
|
D | rvu_debugfs.c | 272 for (vf = 0; vf <= rvu->hw->total_vfs; vf++) { in get_max_column_width() 341 for (vf = 0; vf <= rvu->hw->total_vfs; vf++) { in rvu_dbg_rsrc_attach_status()
|