Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/target/
Dtarget_core_xcopy.h57 #define RCR_OP_MAX_DESC_LIST_LEN 1024 macro
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()