Home
last modified time | relevance | path

Searched refs:DDCB_ASIV_LENGTH (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/uapi/linux/genwqe/
Dgenwqe_card.h355 #define DDCB_ASIV_LENGTH 104 /* len of the DDCB ASIV array */ macro
437 __u8 __asiv[DDCB_ASIV_LENGTH];
/linux-6.6.21/drivers/misc/genwqe/
Dcard_ddcb.c858 DDCB_ASIV_LENGTH); /* req->cmd.asiv_length */ in __genwqe_enqueue_ddcb()
919 if (cmd->asiv_length > DDCB_ASIV_LENGTH) { in __genwqe_execute_raw_ddcb()
Dcard_dev.c1035 sizeof(*cmd) - DDCB_ASIV_LENGTH)) { in do_execute_ddcb()