Searched refs:CTX_FL_OFFLD_START (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.c1914 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags)) {
2007 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags))
2028 clear_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags);
2202 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags);
2379 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags))
2419 set_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags);
2557 if (!test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags))
2562 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags))
3599 if (test_bit(CTX_FL_OFFLD_START, &ctx->ctx_flags))
4296 if (!test_bit(CTX_FL_OFFLD_START,
[all...]
H A Dcnic.h168 #define CTX_FL_OFFLD_START 0 macro

Completed in 138 milliseconds