Searched refs:postbufq (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_sli.h | 158 struct list_head postbufq; member
|
D | lpfc_sli.c | 4111 INIT_LIST_HEAD(&pring->postbufq); in lpfc_sli_queue_setup() 4348 list_add_tail(&mp->list, &pring->postbufq); in lpfc_sli_ringpostbuf_put() 4401 struct list_head *slp = &pring->postbufq; in lpfc_sli_ring_taggedbuf_get() 4405 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { in lpfc_sli_ring_taggedbuf_get() 4446 struct list_head *slp = &pring->postbufq; in lpfc_sli_ringpostbuf_get() 4450 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { in lpfc_sli_ringpostbuf_get()
|
D | lpfc_init.c | 612 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { in lpfc_hba_down_post()
|