Searched refs:ctx_flags (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ |
D | crc.c | 550 int ret = 0, ctx_flags = 0, i; in nv50_crc_set_source() local 561 ctx_flags |= DRM_MODESET_ACQUIRE_INTERRUPTIBLE; in nv50_crc_set_source() 562 drm_modeset_acquire_init(&ctx, ctx_flags); in nv50_crc_set_source()
|
/linux-6.1.9/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.h | 105 u64 ctx_flags; member
|
D | gss_rpc_xdr.c | 607 p = xdr_encode_hyper(p, ctx->ctx_flags); in gssx_enc_ctx() 670 p = xdr_decode_hyper(p, &ctx->ctx_flags); in gssx_dec_ctx()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/ |
D | cnic.c | 1704 ctx->ctx_flags = 0; in cnic_setup_bnx2x_ctx() 1908 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) { in cnic_bnx2x_iscsi_ofld1() 1983 if (unlikely(test_bit(CTX_FL_CID_ERROR, &ctx->ctx_flags))) in cnic_bnx2x_destroy_ramrod() 2001 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_iscsi_destroy() 2010 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy() 2022 clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy() 2196 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_connect() 2373 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_fcoe_ofld1() 2413 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_fcoe_ofld1() 2526 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_fcoe_destroy() [all …]
|
D | cnic.h | 167 unsigned long ctx_flags; member
|