Lines Matching refs:mh
45 if (spuh->mh.flags & MH_SCTX_PRES) in spum_dump_msg_hdr()
47 if (spuh->mh.flags & MH_BDESC_PRES) in spum_dump_msg_hdr()
49 if (spuh->mh.flags & MH_MFM_PRES) in spum_dump_msg_hdr()
51 if (spuh->mh.flags & MH_BD_PRES) in spum_dump_msg_hdr()
53 if (spuh->mh.flags & MH_HASH_PRES) in spum_dump_msg_hdr()
55 if (spuh->mh.flags & MH_SUPDT_PRES) in spum_dump_msg_hdr()
57 packet_log(" Opcode 0x%02x\n", spuh->mh.op_code); in spum_dump_msg_hdr()
59 ptr += sizeof(spuh->mh) + sizeof(spuh->emh); /* skip emh. unused */ in spum_dump_msg_hdr()
62 if (spuh->mh.flags & MH_SCTX_PRES) { in spum_dump_msg_hdr()
275 if (spuh->mh.flags & MH_BDESC_PRES) { in spum_dump_msg_hdr()
298 if (spuh->mh.flags & MH_BD_PRES) { in spum_dump_msg_hdr()
675 spuh->mh.op_code = SPU_CRYPTO_OPERATION_GENERIC; in spum_create_request()
676 spuh->mh.flags |= (MH_SCTX_PRES | MH_BDESC_PRES | MH_BD_PRES); in spum_create_request()
856 spuh->mh.op_code = SPU_CRYPTO_OPERATION_GENERIC; in spum_cipher_req_init()
857 spuh->mh.flags |= (MH_SCTX_PRES | MH_BDESC_PRES | MH_BD_PRES); in spum_cipher_req_init()