Searched defs:cur_pending (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c4305 unsigned long cur_pending = o->pending; local
4307 if (!test_and_clear_bit(cmd, &cur_pending)) {
4310 o->state, cur_pending, o->next_state);
5232 unsigned long cur_pending = o->pending; local
5234 if (!test_and_clear_bit(cmd, &cur_pending)) {
5237 cur_pending, o->next_state);

Completed in 373 milliseconds