Home
last modified time | relevance | path

Searched full:provisioned (Results 1 – 25 of 54) sorted by relevance

123

/linux/Documentation/admin-guide/device-mapper/
H A Dthin-provisioning.rst160 i) Creating a new thinly-provisioned volume.
162 To create a new thinly- provisioned volume you must send a message to an
171 ii) Using a thinly-provisioned volume.
173 Thinly-provisioned volumes are activated using the 'thin' target::
203 different from any other thinly-provisioned device and can be
209 Activate it exactly the same way as any other thinly-provisioned volume::
217 thinly-provisioned volume. Any read to an unprovisioned area of the
222 thinly-provisioned volumes but have the base image on another device
275 Skip the zeroing of newly-provisioned blocks.
360 Create a new thinly-provisioned device.
[all …]
H A Ddm-clone.rst317 promising among all alternatives, as the thinly-provisioned volume is a
319 un-provisioned/not-yet-cloned areas the same way as dm-clone does.
327 thinly-provisioned volumes. Thin-provisioning has an inherent metadata
H A Dpersistent-data.rst65 device (eg. thinly-provisioned data blocks); and one for managing
/linux/Documentation/networking/devlink/
H A Ddevlink-linecard.rst63 * ``unprovisioned``: Line card is not provisioned on the slot.
65 * ``provisioning``: Line card slot is currently in a process of being provisioned
68 * ``provisioned``: Line card slot is provisioned with a type.
91 +----- provisioning_failed | | provisioned | | active |
118 # Set slot 8 to be provisioned with type "16x100G":
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c12 "not provisioned",
13 "provisioned",
18 "not provisioned",
160 * "State": "not provisioned | provisioned | provisioning in progress ", in status_show()
H A Dbioscfg.c303 error_msg = "P21 is not provisioned"; in hp_wmi_error_and_message()
307 …error_msg = "P21 is already provisioned or provisioning is in progress and a signing key has alrea… in hp_wmi_error_and_message()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecards.c438 linecard->provisioned = false; in mlxsw_linecard_provision_fail()
583 if (WARN_ON(!linecard->provisioned)) { in mlxsw_linecard_devlink_info_get()
633 /* It is possible for a line card to be provisioned before in mlxsw_linecard_provision_set()
645 linecard->provisioned = true; in mlxsw_linecard_provision_set()
651 linecard->provisioned = false; in mlxsw_linecard_provision_set()
665 linecard->provisioned = false; in mlxsw_linecard_provision_clear()
720 bool provisioned, sr_valid, active; in mlxsw_linecard_status_process() local
725 mlxsw_reg_mddq_slot_info_unpack(mddq_pl, &slot_index, &provisioned, in mlxsw_linecard_status_process()
741 if (provisioned && linecard->provisioned != provisioned) { in mlxsw_linecard_status_process()
767 if (!provisioned && linecard->provisioned != provisioned) in mlxsw_linecard_status_process()
/linux/net/devlink/
H A Dlinecard.c264 NL_SET_ERR_MSG(extack, "Line card is currently being provisioned"); in devlink_linecard_type_set()
283 NL_SET_ERR_MSG(extack, "Line card already provisioned"); in devlink_linecard_type_set()
285 /* Check if the line card is provisioned in the same in devlink_linecard_type_set()
327 NL_SET_ERR_MSG(extack, "Line card is currently being provisioned"); in devlink_linecard_type_unset()
345 NL_SET_ERR_MSG(extack, "Line card is not provisioned"); in devlink_linecard_type_unset()
/linux/drivers/net/mctp/
H A Dmctp-i3c.c21 /* 48 bit Provisioned Id */
64 /* Provisioned ID of our controller */
88 /* Provisioned ID */
92 /* We synthesise a mac header using the Provisioned ID.
562 /* Returns the Provisioned Id of a local bus master */
/linux/Documentation/devicetree/bindings/i3c/
H A Di3c.yaml129 First half of the Provisioned ID (following the PID
134 Second half of the Provisioned ID (following the PID
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i3c70 PID stands for Provisioned ID and is used to uniquely identify
141 PID stands for Provisioned ID and is used to uniquely identify
H A Dsysfs-driver-intel_sdsi68 previously provisioned AKC file. Upon successful authentication,
H A Dsysfs-firmware-qemu_fw_cfg6 sun4*, ppc/mac) are provisioned with a firmware configuration
/linux/tools/testing/selftests/net/rds/
H A DREADME.txt6 network is provisioned with optional probability of packet loss or
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_config.c564 xe_gt_sriov_info(gt, "%s provisioned with %llu (%s) %s\n", in pf_config_set_u64_done()
624 xe_gt_sriov_info(gt, "VF%u..VF%u provisioned with %llu (%s) %s\n", in pf_config_bulk_set_u64_done()
689 * will also nicely cover other cases where VFs are provisioned on the in pf_estimate_fair_ggtt()
753 * xe_gt_sriov_pf_config_ggtt_save() - Save a VF provisioned GGTT data into a buffer.
784 * xe_gt_sriov_pf_config_ggtt_restore() - Restore a VF provisioned GGTT data from a buffer.
971 xe_gt_sriov_info(gt, "%s provisioned with %u%s %s\n", in pf_config_set_u32_done()
1027 xe_gt_sriov_info(gt, "%s..VF%u provisioned with %u%s %s\n", in pf_config_bulk_set_u32_done()
1553 /* Return: %true if there was an LMEM provisioned, %false otherwise */
1883 * It will log the provisioned value or an error in case of the failure.
1908 * It will log the provisioned value or an error in case of the failure.
[all …]
/linux/include/uapi/linux/
H A Dvdpa.h57 /* virtio features that are provisioned to the vDPA device */
/linux/Documentation/misc-devices/
H A Dmrvl_cn10k_dpi.rst26 DMA operations. Only VF devices are provisioned with DMA capabilities.
/linux/drivers/dax/
H A DKconfig54 by platform-firmware as "Soft Reserved", or dynamically provisioned
/linux/Documentation/admin-guide/
H A Djfs.rst56 devices and sparse/thinly-provisioned LUNs. The FITRIM ioctl
/linux/drivers/vdpa/ifcvf/
H A Difcvf_base.h76 /* provisioned device features */
/linux/include/linux/pds/
H A Dpds_core_if.h110 * @nlifs: Number of LIFs provisioned
111 * @nintrs: Number of interrupts provisioned
/linux/arch/powerpc/include/asm/
H A Dplpks.h25 #define PLPKS_HVPROVISIONED PPC_BIT32(28) // Hypervisor has provisioned this object
/linux/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h110 * backchannel is provisioned. This value is two times
299 /* The Send SGE array is provisioned to send a maximum size
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_linecard.sh137 [ "$state" == "provisioned" ] || [ "$state" == "active" ]
/linux/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c281 …printf("License Key (AKC) Provisioned: %s\n", !!s->regs.key_prov_sts.license_key_provisioned ? "Y… in sdsi_read_reg()
582 printf("Provisioned %s file %s successfully\n", prov_file, bin_file); in sdsi_provision()

123