Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_spq.c578 OSAL_LIST_INIT(&p_spq->unlimited_pending); in ecore_spq_setup()
704 p_ent->queue = &p_spq->unlimited_pending; in ecore_spq_get_entry()
755 if (p_ent->queue == &p_spq->unlimited_pending) { in ecore_spq_add_entry()
759 &p_spq->unlimited_pending); in ecore_spq_add_entry()
864 if (OSAL_LIST_IS_EMPTY(&p_spq->unlimited_pending)) in ecore_spq_pend_post()
867 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->unlimited_pending, in ecore_spq_pend_post()
876 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, &p_spq->unlimited_pending); in ecore_spq_pend_post()
944 p_ent->queue == &p_spq->unlimited_pending); in ecore_spq_post()
946 if (p_ent->queue == &p_spq->unlimited_pending) { in ecore_spq_post()
1062 (found->queue == &p_spq->unlimited_pending)) in ecore_spq_completion()
H A Decore_spq.h166 osal_list_t unlimited_pending; member