Searched refs:ctx_flags (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/ |
H A D | perfmon.h | 74 unsigned long ctx_flags; /* noblock/block */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | crc.c | 572 int ret = 0, ctx_flags = 0, i; in nv50_crc_set_source() local 583 ctx_flags |= DRM_MODESET_ACQUIRE_INTERRUPTIBLE; in nv50_crc_set_source() 584 drm_modeset_acquire_init(&ctx, ctx_flags); in nv50_crc_set_source()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A 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()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_rpc_xdr.h | 105 u64 ctx_flags; member
|
H A D | gss_rpc_xdr.c | 617 /* ctx->ctx_flags */ in gssx_enc_ctx() 618 p = xdr_encode_hyper(p, ctx->ctx_flags); in gssx_enc_ctx() 680 /* ctx->ctx_flags */ in gssx_dec_ctx() 681 p = xdr_decode_hyper(p, &ctx->ctx_flags); in gssx_dec_ctx()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | gss_rpc_xdr.h | 105 u64 ctx_flags; member
|
H A D | gss_rpc_xdr.c | 617 /* ctx->ctx_flags */ in gssx_enc_ctx() 618 p = xdr_encode_hyper(p, ctx->ctx_flags); in gssx_enc_ctx() 680 /* ctx->ctx_flags */ in gssx_dec_ctx() 681 p = xdr_decode_hyper(p, &ctx->ctx_flags); in gssx_dec_ctx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A 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...] |
H A D | cnic.h | 167 unsigned long ctx_flags; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | cnic.c | 1702 ctx->ctx_flags = 0; in cnic_setup_bnx2x_ctx() 1906 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) { in cnic_bnx2x_iscsi_ofld1() 1981 if (unlikely(test_bit(CTX_FL_CID_ERROR, &ctx->ctx_flags))) in cnic_bnx2x_destroy_ramrod() 1999 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_iscsi_destroy() 2008 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy() 2020 clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy() 2194 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_connect() 2371 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_fcoe_ofld1() 2411 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_fcoe_ofld1() 2524 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_fcoe_destroy() [all...] |
H A D | cnic.h | 167 unsigned long ctx_flags; member
|
Completed in 19 milliseconds