Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/kernel/
Dperfmon.c286 pfm_context_flags_t ctx_flags; /* bitmask of flags (block reason incl.) */ member
355 #define ctx_fl_block ctx_flags.block
356 #define ctx_fl_system ctx_flags.system
357 #define ctx_fl_using_dbreg ctx_flags.using_dbreg
358 #define ctx_fl_is_sampling ctx_flags.is_sampling
359 #define ctx_fl_excl_idle ctx_flags.excl_idle
360 #define ctx_fl_going_zombie ctx_flags.going_zombie
361 #define ctx_fl_trap_reason ctx_flags.trap_reason
362 #define ctx_fl_no_msg ctx_flags.no_msg
363 #define ctx_fl_can_restart ctx_flags.can_restart
[all …]
/linux-3.4.99/arch/ia64/include/asm/
Dperfmon.h73 unsigned long ctx_flags; /* noblock/block */ member
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dcnic.c1623 ctx->ctx_flags = 0; in cnic_setup_bnx2x_ctx()
1826 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) { in cnic_bnx2x_iscsi_ofld1()
1901 if (unlikely(test_bit(CTX_FL_CID_ERROR, &ctx->ctx_flags))) in cnic_bnx2x_destroy_ramrod()
1919 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_iscsi_destroy()
1928 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy()
1940 clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy()
2137 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_connect()
2311 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_fcoe_ofld1()
2351 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_fcoe_ofld1()
2464 set_bit(CTX_FL_DELETE_WAIT, &ctx->ctx_flags); in cnic_bnx2x_fcoe_destroy()
[all …]
Dcnic.h166 unsigned long ctx_flags; member