Searched refs:nvfs (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c1294 int nvfs; local
1314 nvfs = bitmap_weight(slaves_port1.slaves, dev->persist->num_vfs + 1) +
1318 if (nvfs > MAX_MF_BOND_ALLOWED_SLAVES) {
1320 nvfs, MAX_MF_BOND_ALLOWED_SLAVES);
3159 int *nvfs)
3161 int requested_vfs = nvfs[0] + nvfs[1] + nvfs[2];
3201 int total_vfs, int *nvfs, struct mlx4_priv *priv,
3322 if (mlx4_check_dev_cap(dev, dev_cap, nvfs))
3158 mlx4_check_dev_cap(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap, int *nvfs) argument
3200 mlx4_load_one(struct pci_dev *pdev, int pci_dev_data, int total_vfs, int *nvfs, struct mlx4_priv *priv, int reset_flow) argument
3600 int nvfs[MLX4_MAX_PORTS + 1] = {0, 0, 0}; local
3974 int nvfs[MLX4_MAX_PORTS + 1] = {0, 0, 0}; local
4102 int nvfs[MLX4_MAX_PORTS + 1] = {0, 0, 0}; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c185 nvlist_t *nvfs, *snaps; local
188 nvfs = fnvpair_value_nvlist(fselem);
189 snaps = fnvlist_lookup_nvlist(nvfs, "snaps");
201 fn->fn_nvfs = nvfs;
475 nvlist_t *nvfs = NULL, *nv = NULL; local
527 nvfs = fnvlist_alloc();
528 fnvlist_add_string(nvfs, "name", zhp->zfs_name);
529 fnvlist_add_uint64(nvfs, "parentfromsnap",
539 fnvlist_add_uint64(nvfs, "origin",
560 fnvlist_add_boolean(nvfs, "is_encroo
1059 nvlist_t *nvfs = fsavl_find(sdd->fsavl, local
1279 nvlist_t *nvfs; local
3039 nvlist_t *nvfs; local
3256 nvlist_t *nvfs, *snaps; local
[all...]
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Deswitch.h158 int mlx5_eswitch_enable_sriov(struct mlx5_eswitch *esw, int nvfs);
H A Dmlx5_eswitch.c1023 int mlx5_eswitch_enable_sriov(struct mlx5_eswitch *esw, int nvfs) argument
1044 esw_info(esw->dev, "E-Switch enable SRIOV: nvfs(%d)\n", nvfs);
1052 for (i = 0; i <= nvfs; i++)
/freebsd-13-stable/sys/dev/mlx4/
H A Ddevice.h849 int nvfs[MLX4_MAX_PORTS + 1]; member in struct:mlx4_dev_persistent

Completed in 84 milliseconds