* @csi: Command Set Identifier
*
* On successful creation, the namespace exists in the subsystem, but is not
- * attached to any controller. Use the &nvme_ns_attach_ctrls() to assign the
+ * attached to any controller. Use the nvme_ns_attach_ctrls() to assign the
* namespace to one or more controllers.
*
* Return: The nvme command status if a response was received (see
* @nsid: Namespace identifier to delete
*
* It is recommended that a namespace being deleted is not attached to any
- * controller. Use the &nvme_ns_detach_ctrls() first if the namespace is still
+ * controller. Use the nvme_ns_detach_ctrls() first if the namespace is still
* attached.
*
* Return: The nvme command status if a response was received (see
* the workload indicated in the Active Power Workload field.
* @apws: Bits 7-6: Active Power Scale(APS) indicates the scale for the &struct
* nvme_id_psd.actp, see &enum nvme_psd_ps for decoding this value.
- * Bits 2-0: Active Power Workload(APW) indicates the workload
+ * Bits 2-0: Active Power Workload(APW) indicates the workload
* used to calculate maximum power for this power state.
- * See &enum nvme_psd_workload for decoding this field.
+ * See &enum nvme_psd_workload for decoding this field.
* @rsvd23: Reserved
*/
struct nvme_id_psd {
* condition during which controller operation continues.
* @cctemp: Critical Composite Temperature Threshold, field indicates the
* minimum Composite Temperature field value (see &struct
-* nvme_smart_log.critical_comp_time) that indicates a critical
+ * nvme_smart_log.critical_comp_time) that indicates a critical
* overheating condition.
* @mtfa: Maximum Time for Firmware Activation indicates the maximum time
* the controller temporarily stops processing commands to activate
* @nvmsetid: NVM Set identifer
*
* This is intended to be used with a namespace management "create", see
- * &nvme_ns_mgmt_create().
+ * nvme_ns_mgmt_create().
*/
void nvme_init_id_ns(struct nvme_id_ns *ns, __u64 nsze, __u64 ncap, __u8 flbas,
__u8 dps, __u8 nmic, __u32 anagrpid, __u16 nvmsetid);
* @ctrlist: An array of controller identifiers in CPU native endian.
*
* This is intended to be used with any command that takes a controller list
- * argument. See &nvme_ns_attach_ctrls() and &nvme_ns_detach().
+ * argument. See nvme_ns_attach_ctrls() and nvme_ns_detach().
*/
void nvme_init_ctrl_list(struct nvme_ctrl_list *cntlist, __u16 num_ctrls,
__u16 *ctrlist);
* @nr_ranges: The size of the dsm arrays
*
* Each array must be the same size of size 'nr_ranges'. This is intended to be
- * used with constructing a payload for &nvme_dsm().
+ * used with constructing a payload for nvme_dsm().
*
* Return: The nvme command status if a response was received or -errno
* otherwise.