Searched refs:ctx_flags (Results 1 – 5 of 5) sorted by relevance
/linux/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/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/drivers/net/ethernet/broadcom/ |
H A D | cnic.c | 1711 ctx->ctx_flags = 0; in cnic_setup_bnx2x_ctx() 1915 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) { in cnic_bnx2x_iscsi_ofld1() 1990 if (unlikely(test_bit(CTX_FL_CID_ERROR, &ctx->ctx_flags))) in cnic_bnx2x_destroy_ramrod() 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() [all …]
|
H A D | cnic.h | 167 unsigned long ctx_flags; member
|