Home
last modified time | relevance | path

Searched refs:ctx_flags (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c287 pfm_context_flags_t ctx_flags; /* bitmask of flags (block reason incl.) */ member
356 #define ctx_fl_block ctx_flags.block
357 #define ctx_fl_system ctx_flags.system
358 #define ctx_fl_using_dbreg ctx_flags.using_dbreg
359 #define ctx_fl_is_sampling ctx_flags.is_sampling
360 #define ctx_fl_excl_idle ctx_flags.excl_idle
361 #define ctx_fl_going_zombie ctx_flags.going_zombie
362 #define ctx_fl_trap_reason ctx_flags.trap_reason
363 #define ctx_fl_no_msg ctx_flags.no_msg
364 #define ctx_fl_can_restart ctx_flags.can_restart
[all …]
/linux-2.6.39/arch/ia64/include/asm/
Dperfmon.h73 unsigned long ctx_flags; /* noblock/block */ member
/linux-2.6.39/drivers/net/
Dcnic.c1580 ctx->ctx_flags = 0; in cnic_setup_bnx2x_ctx()
1772 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) { in cnic_bnx2x_iscsi_ofld1()
1862 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_iscsi_destroy()
1871 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy()
1882 clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy()
2081 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_connect()
2258 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_fcoe_ofld1()
2298 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_fcoe_ofld1()
2405 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_fcoe_destroy()
3327 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_cm_create()
[all …]
Dcnic.h171 unsigned long ctx_flags; member