Searched refs:CTX_FL_OFFLD_START (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/broadcom/ |
D | cnic.h | 168 #define CTX_FL_OFFLD_START 0 macro
|
D | cnic.c | 1915 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) { in cnic_bnx2x_iscsi_ofld1() 2008 if (!test_bit(CTX_FL_OFFLD_START, &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() 2558 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_delete_wait() 2563 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_delete_wait() 3600 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_cm_create() 4297 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags) || in cnic_delete_task() [all …]
|