Lines Matching refs:mh
59 if (spuh->mh.flags & MH_SCTX_PRES) in spum_dump_msg_hdr()
61 if (spuh->mh.flags & MH_BDESC_PRES) in spum_dump_msg_hdr()
63 if (spuh->mh.flags & MH_MFM_PRES) in spum_dump_msg_hdr()
65 if (spuh->mh.flags & MH_BD_PRES) in spum_dump_msg_hdr()
67 if (spuh->mh.flags & MH_HASH_PRES) in spum_dump_msg_hdr()
69 if (spuh->mh.flags & MH_SUPDT_PRES) in spum_dump_msg_hdr()
71 packet_log(" Opcode 0x%02x\n", spuh->mh.op_code); in spum_dump_msg_hdr()
73 ptr += sizeof(spuh->mh) + sizeof(spuh->emh); /* skip emh. unused */ in spum_dump_msg_hdr()
76 if (spuh->mh.flags & MH_SCTX_PRES) { in spum_dump_msg_hdr()
293 if (spuh->mh.flags & MH_BDESC_PRES) { in spum_dump_msg_hdr()
317 if (spuh->mh.flags & MH_BD_PRES) { in spum_dump_msg_hdr()
695 spuh->mh.op_code = SPU_CRYPTO_OPERATION_GENERIC; in spum_create_request()
696 spuh->mh.flags |= (MH_SCTX_PRES | MH_BDESC_PRES | MH_BD_PRES); in spum_create_request()
876 spuh->mh.op_code = SPU_CRYPTO_OPERATION_GENERIC; in spum_cipher_req_init()
877 spuh->mh.flags |= (MH_SCTX_PRES | MH_BDESC_PRES | MH_BD_PRES); in spum_cipher_req_init()