Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
A Dlpfc_sli.h294 struct list_head postbufq; member
A Dlpfc_sli.c11832 INIT_LIST_HEAD(&pring->postbufq); in lpfc_sli_queue_init()
12172 list_add_tail(&mp->list, &pring->postbufq); in lpfc_sli_ringpostbuf_put()
12223 struct list_head *slp = &pring->postbufq; in lpfc_sli_ring_taggedbuf_get()
12227 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { in lpfc_sli_ring_taggedbuf_get()
12267 struct list_head *slp = &pring->postbufq; in lpfc_sli_ringpostbuf_get()
12271 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { in lpfc_sli_ringpostbuf_get()
A Dlpfc_init.c979 list_splice_init(&pring->postbufq, &buflist); in lpfc_hba_free_post_buf()

Completed in 49 milliseconds