Home
last modified time | relevance | path

Searched refs:RCR_OP_MAX_DESC_LIST_LEN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_xcopy.h57 #define RCR_OP_MAX_DESC_LIST_LEN 1024 macro
H A Dtarget_core_xcopy.c821 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd()
823 tdll + sdll, RCR_OP_MAX_DESC_LIST_LEN); in target_parse_xcopy_cmd()
961 put_unaligned_be32(RCR_OP_MAX_DESC_LIST_LEN, &p[12]); in target_rcr_operating_parameters()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_xcopy.h57 #define RCR_OP_MAX_DESC_LIST_LEN 1024 macro
H A Dtarget_core_xcopy.c809 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd()
811 tdll + sdll, RCR_OP_MAX_DESC_LIST_LEN); in target_parse_xcopy_cmd()
948 put_unaligned_be32(RCR_OP_MAX_DESC_LIST_LEN, &p[12]); in target_rcr_operating_parameters()

Completed in 4 milliseconds