Searched refs:pending_bit (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/bxe/
H A Decore_sp.h127 #define ECORE_RET_PENDING(pending_bit, pending) \
128 (ECORE_TEST_BIT(pending_bit, pending) ? ECORE_PENDING : ECORE_SUCCESS)
H A Decore_sp.c4501 int rc, pending_bit; local
4513 pending_bit = o->set_pending(o, params);
4518 o->complete_cmd(sc, o, pending_bit);
4524 ECORE_CLEAR_BIT(pending_bit, pending);
4530 rc = o->wait_comp(sc, o, pending_bit);
4538 return ECORE_RET_PENDING(pending_bit, pending);

Completed in 122 milliseconds