Home
last modified time | relevance | path

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

/linux/include/target/
H A Dtarget_core_backend.h82 void target_set_cmd_data_length(struct se_cmd *, int);
/linux/drivers/target/
H A Dtarget_core_pr.c3776 target_set_cmd_data_length(cmd, 8 + add_len); in core_scsi3_pri_read_keys()
3851 target_set_cmd_data_length(cmd, 8 + add_len); in core_scsi3_pri_read_reservation()
3912 target_set_cmd_data_length(cmd, len); in core_scsi3_pri_report_capabilities()
4074 target_set_cmd_data_length(cmd, 8 + add_len); in core_scsi3_pri_read_full_status()
H A Dtarget_core_transport.c956 void target_set_cmd_data_length(struct se_cmd *cmd, int length) in target_set_cmd_data_length() function
969 EXPORT_SYMBOL(target_set_cmd_data_length);
975 target_set_cmd_data_length(cmd, length); in target_complete_cmd_with_length()