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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.c590 OSAL_LIST_INIT(&p_spq->unlimited_pending);
743 p_ent->queue = &p_spq->unlimited_pending;
780 * entry in the unlimited_pending pool.
794 if (p_ent->queue == &p_spq->unlimited_pending) {
797 &p_spq->unlimited_pending);
902 if (OSAL_LIST_IS_EMPTY(&p_spq->unlimited_pending))
905 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->unlimited_pending,
914 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, &p_spq->unlimited_pending);
982 p_ent->queue == &p_spq->unlimited_pending);
984 if (p_ent->queue == &p_spq->unlimited_pending) {
[all...]
H A Decore_spq.h178 osal_list_t unlimited_pending; member in struct:ecore_spq

Completed in 26 milliseconds