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

/u-boot/drivers/nvme/
H A Dnvme.h229 __u16 command_id; member in struct:nvme_common_command
241 __u16 command_id; member in struct:nvme_rw_command
283 __u16 command_id; member in struct:nvme_dsm_cmd
360 __u16 command_id; member in struct:nvme_identify
372 __u16 command_id; member in struct:nvme_features
385 __u16 command_id; member in struct:nvme_create_cq
399 __u16 command_id; member in struct:nvme_create_sq
413 __u16 command_id; member in struct:nvme_delete_queue
423 __u16 command_id; member in struct:nvme_abort_cmd
433 __u16 command_id; member in struct:nvme_download_firmware
445 __u16 command_id; member in struct:nvme_format_cmd
526 __u16 command_id; /* of the command which completed */ member in struct:nvme_completion
[all...]
H A Dnvme.c173 cmd->common.command_id = nvme_get_cmd_id();
/u-boot/drivers/firmware/scmi/
H A Dbase.c397 * @command_id: SCMI command ID
400 * Ask for allowing or denying access permission to the protocol, @command_id,
408 u32 command_id, u32 flags)
413 .command_id = command_id,
629 u32 command_id, u32 flags)
636 command_id,
406 scmi_base_set_protocol_permissions_int(struct udevice *dev, u32 agent_id, u32 device_id, u32 command_id, u32 flags) argument
627 scmi_base_set_protocol_permissions(struct udevice *dev, u32 agent_id, u32 device_id, u32 command_id, u32 flags) argument
H A Dsandbox-scmi_agent.c423 if (protocols[i] == in->command_id)
/u-boot/include/
H A Dscmi_protocols.h180 * @command_id: command ID
186 u32 command_id; member in struct:scmi_base_set_protocol_permissions_in
342 * @command_id: command ID
346 * @command_id, on the device, @device_id.
352 u32 device_id, u32 command_id,
520 * @command_id: SCMI command ID
523 * Ask for allowing or denying access permission to the protocol, @command_id,
531 u32 command_id, u32 flags);

Completed in 54 milliseconds