Home
last modified time | relevance | path

Searched refs:byte_swap (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dccp.h435 enum ccp_passthru_byteswap byte_swap; member
464 enum ccp_passthru_byteswap byte_swap; member
/linux/drivers/crypto/ccp/
H A Dccp-ops.c432 u32 byte_swap, bool from) in ccp_copy_to_from_sb() argument
457 op.u.passthru.byte_swap = byte_swap; in ccp_copy_to_from_sb()
464 u32 byte_swap) in ccp_copy_to_sb() argument
466 return ccp_copy_to_from_sb(cmd_q, wa, jobid, sb, byte_swap, false); in ccp_copy_to_sb()
471 u32 byte_swap) in ccp_copy_from_sb() argument
473 return ccp_copy_to_from_sb(cmd_q, wa, jobid, sb, byte_swap, true); in ccp_copy_from_sb()
H A Dccp-dev.h524 enum ccp_passthru_byteswap byte_swap; member
H A Dccp-dev-v3.c260 | (op->u.passthru.byte_swap << REQ1_PT_BS_SHIFT); in ccp_perform_passthru()
H A Dccp-dmaengine.c432 ccp_pt->byte_swap = CCP_PASSTHRU_BYTESWAP_NOOP; in ccp_create_desc()
H A Dccp-dev-v5.c512 CCP_PT_BYTESWAP(&function) = op->u.passthru.byte_swap; in ccp5_perform_passthru()