Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_xcopy.h61 #define RCR_OP_MAX_DESC_LIST_LEN 1024 macro
Dtarget_core_xcopy.c919 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd()
921 tdll + sdll, RCR_OP_MAX_DESC_LIST_LEN); in target_parse_xcopy_cmd()
1059 put_unaligned_be32(RCR_OP_MAX_DESC_LIST_LEN, &p[12]); in target_rcr_operating_parameters()