Home
last modified time | relevance | path

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

/Linux-v5.15/include/target/
Dtarget_core_backend.h77 void target_set_cmd_data_length(struct se_cmd *, int);
/Linux-v5.15/drivers/target/
Dtarget_core_pr.c3730 target_set_cmd_data_length(cmd, 8 + add_len); in core_scsi3_pri_read_keys()
3805 target_set_cmd_data_length(cmd, 8 + add_len); in core_scsi3_pri_read_reservation()
3866 target_set_cmd_data_length(cmd, len); in core_scsi3_pri_report_capabilities()
4028 target_set_cmd_data_length(cmd, 8 + add_len); in core_scsi3_pri_read_full_status()
Dtarget_core_transport.c907 void target_set_cmd_data_length(struct se_cmd *cmd, int length) in target_set_cmd_data_length() function
920 EXPORT_SYMBOL(target_set_cmd_data_length);
926 target_set_cmd_data_length(cmd, length); in target_complete_cmd_with_length()