Searched refs:unlimited_pending (Results 1 – 2 of 2) sorted by relevance
418 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()
116 struct list_head unlimited_pending; member