Home
last modified time | relevance | path

Searched refs:postbufq (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.h213 struct list_head postbufq; member
Dlpfc_sli.c9255 INIT_LIST_HEAD(&pring->postbufq); in lpfc_sli_queue_setup()
9529 list_add_tail(&mp->list, &pring->postbufq); in lpfc_sli_ringpostbuf_put()
9580 struct list_head *slp = &pring->postbufq; in lpfc_sli_ring_taggedbuf_get()
9584 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { in lpfc_sli_ring_taggedbuf_get()
9624 struct list_head *slp = &pring->postbufq; in lpfc_sli_ringpostbuf_get()
9628 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { in lpfc_sli_ringpostbuf_get()
Dlpfc_init.c896 list_splice_init(&pring->postbufq, &buflist); in lpfc_hba_free_post_buf()