Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c418 INIT_LIST_HEAD(&p_spq->unlimited_pending); in qed_spq_setup()
534 p_ent->queue = &p_spq->unlimited_pending; in qed_spq_get_entry()
586 if (p_ent->queue == &p_spq->unlimited_pending) { in qed_spq_add_entry()
589 list_add_tail(&p_ent->list, &p_spq->unlimited_pending); in qed_spq_add_entry()
677 if (list_empty(&p_spq->unlimited_pending)) in qed_spq_pend_post()
680 p_ent = list_first_entry(&p_spq->unlimited_pending, in qed_spq_pend_post()
Dqed_sp.h116 struct list_head unlimited_pending; member