Searched refs:ctx_flags (Results 1 – 4 of 4) sorted by relevance
287 pfm_context_flags_t ctx_flags; /* bitmask of flags (block reason incl.) */ member356 #define ctx_fl_block ctx_flags.block357 #define ctx_fl_system ctx_flags.system358 #define ctx_fl_using_dbreg ctx_flags.using_dbreg359 #define ctx_fl_is_sampling ctx_flags.is_sampling360 #define ctx_fl_excl_idle ctx_flags.excl_idle361 #define ctx_fl_going_zombie ctx_flags.going_zombie362 #define ctx_fl_trap_reason ctx_flags.trap_reason363 #define ctx_fl_no_msg ctx_flags.no_msg364 #define ctx_fl_can_restart ctx_flags.can_restart[all …]
73 unsigned long ctx_flags; /* noblock/block */ member
1580 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 …]
171 unsigned long ctx_flags; member