Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_svc.c4830 INIT_LIST_HEAD(&mod->sgpg_wait_q); in bfa_sgpg_attach()
4926 if (list_empty(&mod->sgpg_wait_q)) in bfa_sgpg_mfree()
4933 wqe = bfa_q_first(&mod->sgpg_wait_q); in bfa_sgpg_mfree()
4944 } while (mod->free_sgpgs && !list_empty(&mod->sgpg_wait_q)); in bfa_sgpg_mfree()
4964 WARN_ON(!list_empty(&mod->sgpg_wait_q)); in bfa_sgpg_wait()
4970 list_add_tail(&wqe->qe, &mod->sgpg_wait_q); in bfa_sgpg_wait()
4978 WARN_ON(!bfa_q_is_on_q(&mod->sgpg_wait_q, wqe)); in bfa_sgpg_wcancel()
Dbfa_svc.h67 struct list_head sgpg_wait_q; /* wait queue for SG pages */ member