Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/target/
Dtarget_core_xcopy.h57 #define RCR_OP_MAX_DESC_LIST_LEN 1024 macro
Dtarget_core_xcopy.c811 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd()
813 tdll + sdll, RCR_OP_MAX_DESC_LIST_LEN); in target_parse_xcopy_cmd()
950 put_unaligned_be32(RCR_OP_MAX_DESC_LIST_LEN, &p[12]); in target_rcr_operating_parameters()