Searched refs:CTX_FL_OFFLD_START (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/broadcom/ |
D | cnic.h | 168 #define CTX_FL_OFFLD_START 0 macro
|
D | cnic.c | 1908 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) { in cnic_bnx2x_iscsi_ofld1() 2001 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_iscsi_destroy() 2022 clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_iscsi_destroy() 2196 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_connect() 2373 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_fcoe_ofld1() 2413 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags); in cnic_bnx2x_fcoe_ofld1() 2551 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_delete_wait() 2556 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_bnx2x_delete_wait() 3593 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) in cnic_cm_create() 4289 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags) || in cnic_delete_task() [all …]
|