Searched refs:ctx_flags (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-common.h | 20 int eip93_hmac_setkey(u32 ctx_flags, const u8 *key, unsigned int keylen,
|
| H A D | eip93-common.c | 704 int eip93_hmac_setkey(u32 ctx_flags, const u8 *key, unsigned int keylen, in eip93_hmac_setkey() argument 717 switch (ctx_flags & EIP93_HASH_MASK) { in eip93_hmac_setkey() 805 if (!IS_HASH_MD5(ctx_flags)) { in eip93_hmac_setkey()
|
| /linux-6.15/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | crc.c | 552 int ret = 0, ctx_flags = 0, i; in nv50_crc_set_source() local 563 ctx_flags |= DRM_MODESET_ACQUIRE_INTERRUPTIBLE; in nv50_crc_set_source() 564 drm_modeset_acquire_init(&ctx, ctx_flags); in nv50_crc_set_source()
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | gss_rpc_xdr.h | 105 u64 ctx_flags; member
|
| H A D | gss_rpc_xdr.c | 618 p = xdr_encode_hyper(p, ctx->ctx_flags); in gssx_enc_ctx() 681 p = xdr_decode_hyper(p, &ctx->ctx_flags); in gssx_dec_ctx()
|
| /linux-6.15/drivers/net/ethernet/broadcom/ |
| H A D | cnic.c | 1711 ctx->ctx_flags = 0; in cnic_setup_bnx2x_ctx() 2008 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_iscsi_destroy() 2017 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy() 2029 clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy() 2203 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_connect() 2380 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_fcoe_ofld1() 2420 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_fcoe_ofld1() 2533 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_fcoe_destroy() 2563 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_delete_wait() 3308 set_bit(CTX_FL_CID_ERROR, &ctx->ctx_flags); in cnic_ctl() [all …]
|
| H A D | cnic.h | 167 unsigned long ctx_flags; member
|