Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/genwqe/
H A Dgenwqe_card.h355 #define DDCB_ASIV_LENGTH 104 /* len of the DDCB ASIV array */ macro
437 __u8 __asiv[DDCB_ASIV_LENGTH];
/openbmc/linux/drivers/misc/genwqe/
H A 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()
H A Dcard_dev.c1035 sizeof(*cmd) - DDCB_ASIV_LENGTH)) { in do_execute_ddcb()