Searched refs:postbufq (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/scsi/lpfc/ |
D | lpfc_sli.h | 192 struct list_head postbufq; member
|
D | lpfc_sli.c | 8656 INIT_LIST_HEAD(&pring->postbufq); in lpfc_sli_queue_setup() 8932 list_add_tail(&mp->list, &pring->postbufq); in lpfc_sli_ringpostbuf_put() 8983 struct list_head *slp = &pring->postbufq; in lpfc_sli_ring_taggedbuf_get() 8987 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { in lpfc_sli_ring_taggedbuf_get() 9027 struct list_head *slp = &pring->postbufq; in lpfc_sli_ringpostbuf_get() 9031 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { in lpfc_sli_ringpostbuf_get()
|
D | lpfc_init.c | 824 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { in lpfc_hba_down_post_s3()
|