Home
last modified time | relevance | path

Searched refs:base_command_size (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/target/
Dtarget_core_user.c871 size_t base_command_size) in tcmu_cmd_get_cmd_size() argument
876 command_size = base_command_size + in tcmu_cmd_get_cmd_size()
958 size_t base_command_size, command_size; in queue_cmd_ring() local
992 base_command_size = tcmu_cmd_get_base_cmd_size(tcmu_cmd->dbi_cnt); in queue_cmd_ring()
993 command_size = tcmu_cmd_get_cmd_size(tcmu_cmd, base_command_size); in queue_cmd_ring()
1077 base_command_size = tcmu_cmd_get_base_cmd_size(entry->req.iov_cnt + in queue_cmd_ring()
1079 command_size = tcmu_cmd_get_cmd_size(tcmu_cmd, base_command_size); in queue_cmd_ring()
1084 cdb_off = CMDR_OFF + cmd_head + base_command_size; in queue_cmd_ring()