Home
last modified time | relevance | path

Searched refs:eom (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/platform/x86/intel/
H A Dsdsi.c166 u32 total, loop, eom, status, message_size; in sdsi_mbox_poll() local
184 eom = FIELD_GET(CTRL_EOM, control); in sdsi_mbox_poll()
199 if (!eom && packet_size != SDSI_SIZE_MAILBOX) { in sdsi_mbox_poll()
220 } while (!eom && ++loop < MBOX_MAX_PACKETS); in sdsi_mbox_poll()
227 if (!eom) { in sdsi_mbox_poll()
/linux/drivers/crypto/ccp/
H A Dccp-dev-v3.c170 if (op->eom) in ccp_perform_aes()
197 if (op->eom) in ccp_perform_xts_aes()
220 if (op->eom) { in ccp_perform_sha()
288 if (op->eom) in ccp_perform_passthru()
H A Dccp-dev-v5.c160 #define CCP5_CMD_EOM(p) (CCP5_CMD_DW0(p).eom)
293 CCP5_CMD_EOM(&desc) = op->eom; in ccp5_perform_aes()
338 CCP5_CMD_EOM(&desc) = op->eom; in ccp5_perform_xts_aes()
380 CCP5_CMD_EOM(&desc) = op->eom; in ccp5_perform_sha()
395 if (op->eom) { in ccp5_perform_sha()
422 CCP5_CMD_EOM(&desc) = op->eom; in ccp5_perform_des3()
508 CCP5_CMD_EOM(&desc) = op->eom; in ccp5_perform_passthru()
H A Dccp-ops.c440 op.eom = 1; in ccp_copy_to_from_sb()
574 op.eom = 1; in ccp_run_aes_cmac_cmd()
806 wa->op.eom = 0; in ccp_run_aes_gcm_cmd()
814 wa->op.eom = 1; in ccp_run_aes_gcm_cmd()
875 wa->op.eom = 1; in ccp_run_aes_gcm_cmd()
1051 op.eom = 1; in ccp_run_aes_cmd()
1261 op.eom = 1; in ccp_run_xts_aes_cmd()
1450 op.eom = 1; in ccp_run_des3_cmd()
1713 op.eom = 1; in ccp_run_sha_cmd()
1724 op.eom = 1; in ccp_run_sha_cmd()
[all …]
H A Dccp-dev.h540 u32 eom; member
584 unsigned int eom:1; /* AES/SHA only */ member
/linux/Documentation/userspace-api/media/cec/
H A Dcec-pin-error-inj.rst55 # tx-ignore-nack-until-eom ignore early NACKs until EOM
65 # <op>[,<mode>] tx-no-eom don't set the EOM bit
66 # <op>[,<mode>] tx-early-eom set the EOM bit one byte too soon
124 0x9e tx-early-eom
214 ``tx-ignore-nack-until-eom``
225 ``<op>[,<mode>] tx-no-eom``
232 ``<op>[,<mode>] tx-early-eom``
/linux/include/net/mana/
H A Dhw_channel.h65 u32 eom : 1; member
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c116 struct fbnic_tlv_msg *msg, u16 length, u8 eom) in fbnic_mbx_map_msg() argument
146 (eom ? FBNIC_IPC_MBX_DESC_EOM : 0) | in fbnic_mbx_map_msg()