Searched refs:ctx_flags (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h105 u64 ctx_flags; member in struct:gssx_ctx
H A Dgss_rpc_xdr.c617 /* ctx->ctx_flags */
618 p = xdr_encode_hyper(p, ctx->ctx_flags);
680 /* ctx->ctx_flags */
681 p = xdr_decode_hyper(p, &ctx->ctx_flags);
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcrc.c552 int ret = 0, ctx_flags = 0, i; local
563 ctx_flags |= DRM_MODESET_ACQUIRE_INTERRUPTIBLE;
564 drm_modeset_acquire_init(&ctx, ctx_flags);
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.h167 unsigned long ctx_flags; member in struct:cnic_context
H A Dcnic.c1710 ctx->ctx_flags = 0;
1914 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) {
1989 if (unlikely(test_bit(CTX_FL_CID_ERROR, &ctx->ctx_flags)))
2007 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags))
2016 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags);
2028 clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags);
2202 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags);
2379 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags))
2419 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags);
2532 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags);
[all...]

Completed in 128 milliseconds