Searched refs:list_id_usage (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.c | 802 unsigned int list_id, list_id_usage, sdll, inline_dl; in target_parse_xcopy_cmd() local 814 list_id_usage = (p[1] & 0x18) >> 3; in target_parse_xcopy_cmd() 842 pr_debug("Processing XCOPY with list_id: 0x%02x list_id_usage: 0x%02x" in target_parse_xcopy_cmd() 843 " tdll: %hu sdll: %u inline_dl: %u\n", list_id, list_id_usage, in target_parse_xcopy_cmd()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_xcopy.c | 790 unsigned int list_id, list_id_usage, sdll, inline_dl; in target_parse_xcopy_cmd() local 802 list_id_usage = (p[1] & 0x18) >> 3; in target_parse_xcopy_cmd() 830 pr_debug("Processing XCOPY with list_id: 0x%02x list_id_usage: 0x%02x" in target_parse_xcopy_cmd() 831 " tdll: %hu sdll: %u inline_dl: %u\n", list_id, list_id_usage, in target_parse_xcopy_cmd()
|
Completed in 4 milliseconds