/linux-6.1.9/drivers/net/ethernet/intel/ice/ ! |
D | ice_sriov.c | 26 struct ice_vfs *vfs = &pf->vfs; in ice_free_vf_entries() local 35 lockdep_assert_held(&vfs->table_lock); in ice_free_vf_entries() 37 hash_for_each_safe(vfs->table, bkt, tmp, vf, entry) { in ice_free_vf_entries() 82 last_vector_idx = vf->first_vector_idx + pf->vfs.num_msix_per - 1; in ice_free_vf_res() 120 last = first + pf->vfs.num_msix_per - 1; in ice_dis_vf_mappings() 177 struct ice_vfs *vfs = &pf->vfs; in ice_free_vfs() local 197 mutex_lock(&vfs->table_lock); in ice_free_vfs() 222 if (ice_mbx_clear_malvf(&hw->mbx_snapshot, pf->vfs.malvfs, in ice_free_vfs() 233 vfs->num_qps_per = 0; in ice_free_vfs() 236 mutex_unlock(&vfs->table_lock); in ice_free_vfs() [all …]
|
D | ice_eswitch.c | 228 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_release_reprs() 258 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_setup_reprs() 440 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_napi_del() 455 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_napi_enable() 470 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_napi_disable() 645 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_start_all_tx_queues() 665 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_stop_all_tx_queues()
|
D | ice_vf_lib.c | 30 hash_for_each_possible_rcu(pf->vfs.table, vf, entry, vf_id) { in ice_get_vf_by_id() 92 return !hash_empty(pf->vfs.table); in ice_has_vfs() 447 mutex_lock(&pf->vfs.table_lock); in ice_reset_all_vfs() 451 if (ice_mbx_clear_malvf(&hw->mbx_snapshot, pf->vfs.malvfs, in ice_reset_all_vfs() 458 mutex_unlock(&pf->vfs.table_lock); in ice_reset_all_vfs() 510 mutex_unlock(&pf->vfs.table_lock); in ice_reset_all_vfs() 660 if (ice_mbx_clear_malvf(&hw->mbx_snapshot, pf->vfs.malvfs, in ice_reset_vf()
|
D | ice_vf_lib.h | 189 hash_for_each((pf)->vfs.table, (bkt), (vf), entry) 206 hash_for_each_rcu((pf)->vfs.table, (bkt), (vf), entry)
|
D | ice_repr.c | 405 lockdep_assert_held(&pf->vfs.table_lock); in ice_repr_rem_from_all_vfs() 421 lockdep_assert_held(&pf->vfs.table_lock); in ice_repr_add_for_all_vfs()
|
/linux-6.1.9/scripts/gdb/linux/ ! |
D | proc.py | 173 for vfs in lists.list_for_each_entry(namespace['list'], 175 devname = vfs['mnt_devname'].string() 179 parent = vfs 190 superblock = vfs['mnt']['mnt_sb'] 193 m_flags = int(vfs['mnt']['mnt_flags']) 197 vfs.format_string(), superblock.format_string(), devname,
|
/linux-6.1.9/drivers/net/ethernet/pensando/ionic/ ! |
D | ionic_bus_pci.c | 116 if (!ionic->vfs) in ionic_vf_dealloc_locked() 120 v = &ionic->vfs[i]; in ionic_vf_dealloc_locked() 131 kfree(ionic->vfs); in ionic_vf_dealloc_locked() 132 ionic->vfs = NULL; in ionic_vf_dealloc_locked() 152 ionic->vfs = kcalloc(num_vfs, sizeof(struct ionic_vf), GFP_KERNEL); in ionic_vf_alloc() 153 if (!ionic->vfs) { in ionic_vf_alloc() 159 v = &ionic->vfs[i]; in ionic_vf_alloc()
|
D | ionic_lif.c | 2234 ionic->vfs[vf].vlanid = comp.vlanid; in ionic_update_cached_vf_config() 2241 ionic->vfs[vf].spoofchk = comp.spoofchk; in ionic_update_cached_vf_config() 2250 ionic->vfs[vf].linkstate = IFLA_VF_LINK_STATE_ENABLE; in ionic_update_cached_vf_config() 2253 ionic->vfs[vf].linkstate = IFLA_VF_LINK_STATE_DISABLE; in ionic_update_cached_vf_config() 2256 ionic->vfs[vf].linkstate = IFLA_VF_LINK_STATE_AUTO; in ionic_update_cached_vf_config() 2269 ionic->vfs[vf].maxrate = comp.maxrate; in ionic_update_cached_vf_config() 2276 ionic->vfs[vf].trusted = comp.trust; in ionic_update_cached_vf_config() 2283 ether_addr_copy(ionic->vfs[vf].macaddr, comp.macaddr); in ionic_update_cached_vf_config() 2305 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) { in ionic_get_vf_config() 2313 ivf->vlan = le16_to_cpu(ionic->vfs[vf].vlanid); in ionic_get_vf_config() [all …]
|
D | ionic.h | 60 struct ionic_vf *vfs; member
|
/linux-6.1.9/tools/testing/selftests/powerpc/eeh/ ! |
D | eeh-functions.sh | 200 vfs=0 226 vfs="$((vfs + 1))" 230 test "$vfs" != 0
|
/linux-6.1.9/tools/perf/util/c++/ ! |
D | clang.cpp | 75 StringRef Path, IntrusiveRefCntPtr<vfs::FileSystem> VFS) in getModuleFromSource() 109 using namespace vfs; in getModuleFromSource() 129 IntrusiveRefCntPtr<vfs::FileSystem> VFS(vfs::getRealFileSystem()); in getModuleFromSource()
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ ! |
D | rvu.c | 2487 int vfs = rvu->vfs; in rvu_mbox_intr_handler() local 2502 if (vfs > 64) { in rvu_mbox_intr_handler() 2506 rvu_queue_work(&rvu->afvf_wq_info, 64, vfs, intr); in rvu_mbox_intr_handler() 2507 vfs -= 64; in rvu_mbox_intr_handler() 2515 rvu_queue_work(&rvu->afvf_wq_info, 0, vfs, intr); in rvu_mbox_intr_handler() 2693 if (rvu->vfs > 64) in rvu_flr_intr_handler() 2694 rvu_afvf_queue_flr_work(rvu, 64, rvu->vfs - 64); in rvu_flr_intr_handler() 3034 int vfs = rvu->vfs; in rvu_disable_afvf_intr() local 3036 rvupf_write64(rvu, RVU_PF_VFPF_MBOX_INT_ENA_W1CX(0), INTR_MASK(vfs)); in rvu_disable_afvf_intr() 3037 rvupf_write64(rvu, RVU_PF_VFFLR_INT_ENA_W1CX(0), INTR_MASK(vfs)); in rvu_disable_afvf_intr() [all …]
|
/linux-6.1.9/fs/fuse/ ! |
D | virtio_fs.c | 166 struct virtio_fs *vfs = container_of(ref, struct virtio_fs, refcount); in release_virtio_fs_obj() local 168 kfree(vfs->vqs); in release_virtio_fs_obj() 169 kfree(vfs); in release_virtio_fs_obj() 180 struct virtio_fs *vfs = fiq->priv; in virtio_fs_fiq_release() local 183 virtio_fs_put(vfs); in virtio_fs_fiq_release() 1362 struct virtio_fs *vfs = fc->iq.priv; in virtio_fs_conn_destroy() local 1363 struct virtio_fs_vq *fsvq = &vfs->vqs[VQ_HIPRIO]; in virtio_fs_conn_destroy() 1375 virtio_fs_drain_all_queues(vfs); in virtio_fs_conn_destroy() 1384 virtio_fs_stop_all_queues(vfs); in virtio_fs_conn_destroy() 1385 virtio_fs_drain_all_queues(vfs); in virtio_fs_conn_destroy() [all …]
|
/linux-6.1.9/drivers/crypto/qat/qat_common/ ! |
D | adf_dev_mgr.c | 354 int vfs = 0; in adf_get_num_dettached_vfs() local 361 vfs++; in adf_get_num_dettached_vfs() 364 return vfs; in adf_get_num_dettached_vfs()
|
/linux-6.1.9/fs/nfsd/ ! |
D | Makefile | 13 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/ ! |
D | bnx2x_sriov.h | 320 struct bnx2x_virtf *vfs; member 321 #define BP_VF(bp, idx) ((BP_VFDB(bp) && (bp)->vfdb->vfs) ? \ 322 &((bp)->vfdb->vfs[idx]) : NULL) 323 #define bnx2x_vf(bp, idx, var) ((bp)->vfdb->vfs[idx].var)
|
/linux-6.1.9/fs/ksmbd/ ! |
D | Makefile | 7 ksmbd-y := unicode.o auth.o vfs.o vfs_cache.o server.o ndr.o \
|
/linux-6.1.9/samples/ ! |
D | Makefile | 31 subdir-$(CONFIG_SAMPLE_VFS) += vfs
|
/linux-6.1.9/tools/testing/ktest/examples/bootconfigs/ ! |
D | boottrace.bconf | 58 ftrace_filter = "vfs*"
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ ! |
D | port.c | 1094 int vfs; in mlx4_get_slave_num_gids() local 1122 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1; in mlx4_get_slave_num_gids() 1123 if (slave_gid <= ((MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) % vfs)) in mlx4_get_slave_num_gids() 1124 return ((MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) / vfs) + 1; in mlx4_get_slave_num_gids() 1125 return (MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) / vfs; in mlx4_get_slave_num_gids() 1133 int vfs; in mlx4_get_base_gid_ix() local 1160 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1; in mlx4_get_base_gid_ix() 1161 if (slave_gid <= gids % vfs) in mlx4_get_base_gid_ix() 1162 return MLX4_ROCE_PF_GIDS + ((gids / vfs) + 1) * (slave_gid - 1); in mlx4_get_base_gid_ix() 1164 return MLX4_ROCE_PF_GIDS + (gids % vfs) + in mlx4_get_base_gid_ix() [all …]
|
/linux-6.1.9/Documentation/filesystems/ ! |
D | index.rst | 21 vfs
|
D | porting.rst | 374 changed. Read updated documentation in Documentation/filesystems/vfs.rst (and 382 changed. Read updated documentation in Documentation/filesystems/vfs.rst (and 400 vfs namespace). 411 vfs now tries to do path walking in "rcu-walk mode", which avoids 415 filesystem callbacks, the vfs drops out of rcu-walk mode before the fs call, so 429 Documentation/filesystems/vfs.rst for more details. 434 Documentation/filesystems/vfs.rst for more details. 798 ->remap_file_range(). See Documentation/filesystems/vfs.rst for more
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/ ! |
D | otx2_pf.c | 78 int irq, vfs = pf->total_vfs; in otx2_disable_flr_me_intr() local 81 otx2_write64(pf, RVU_PF_VFME_INT_ENA_W1CX(0), INTR_MASK(vfs)); in otx2_disable_flr_me_intr() 86 otx2_write64(pf, RVU_PF_VFFLR_INT_ENA_W1CX(0), INTR_MASK(vfs)); in otx2_disable_flr_me_intr() 90 if (vfs <= 64) in otx2_disable_flr_me_intr() 93 otx2_write64(pf, RVU_PF_VFME_INT_ENA_W1CX(1), INTR_MASK(vfs - 64)); in otx2_disable_flr_me_intr() 97 otx2_write64(pf, RVU_PF_VFFLR_INT_ENA_W1CX(1), INTR_MASK(vfs - 64)); in otx2_disable_flr_me_intr() 557 int vfs = pf->total_vfs; in otx2_pfvf_mbox_intr_handler() local 563 if (vfs > 64) { in otx2_pfvf_mbox_intr_handler() 566 otx2_queue_work(mbox, pf->mbox_pfvf_wq, 64, vfs, intr, in otx2_pfvf_mbox_intr_handler() 568 vfs -= 64; in otx2_pfvf_mbox_intr_handler() [all …]
|
/linux-6.1.9/Documentation/filesystems/cifs/ ! |
D | ksmbd.rst | 175 2. Enable one of components (smb, auth, vfs, oplock, ipc, conn, rdma) 180 [smb] auth vfs oplock ipc conn [rdma]
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/ ! |
D | qed_int.c | 2059 u16 vfs = p_hwfn->cdev->p_iov_info->total_vfs; in qed_int_igu_reset_cam() local 2061 if (vfs != p_info->usage.iov_cnt) in qed_int_igu_reset_cam() 2065 p_info->usage.iov_cnt, vfs); in qed_int_igu_reset_cam() 2071 if (vfs > p_info->usage.free_cnt + in qed_int_igu_reset_cam() 2077 p_info->usage.cnt, vfs); in qed_int_igu_reset_cam() 2084 p_info->usage.iov_cnt = vfs; in qed_int_igu_reset_cam()
|