Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_sli.h242 struct list_head postbufq; member
H A Dlpfc_sli.c10822 INIT_LIST_HEAD(&pring->postbufq); in lpfc_sli_queue_init()
11157 list_add_tail(&mp->list, &pring->postbufq); in lpfc_sli_ringpostbuf_put()
11208 struct list_head *slp = &pring->postbufq; in lpfc_sli_ring_taggedbuf_get()
11212 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { in lpfc_sli_ring_taggedbuf_get()
11252 struct list_head *slp = &pring->postbufq; in lpfc_sli_ringpostbuf_get()
11256 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { in lpfc_sli_ringpostbuf_get()
H A Dlpfc_init.c920 list_splice_init(&pring->postbufq, &buflist); in lpfc_hba_free_post_buf()