Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h294 struct list_head postbufq; member
H A Dlpfc_sli.c11832 INIT_LIST_HEAD(&pring->postbufq); in lpfc_sli_queue_init()
12156 * lpfc_sli_ringpostbuf_put - Function to add a buffer to postbufq
12162 * It always return zero after adding the buffer to the postbufq
12169 /* Stick struct lpfc_dmabuf at end of postbufq so driver can look it up in lpfc_sli_ringpostbuf_put()
12172 list_add_tail(&mp->list, &pring->postbufq); in lpfc_sli_ringpostbuf_put()
12209 * Buffers posted using CMD_QUE_XRI64_CX iocb are in pring->postbufq
12212 * This function searches the pring->postbufq list using the tag
12223 struct list_head *slp = &pring->postbufq; in lpfc_sli_ring_taggedbuf_get()
12225 /* Search postbufq, from the beginning, looking for a match on tag */ in lpfc_sli_ring_taggedbuf_get()
12227 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, lis in lpfc_sli_ring_taggedbuf_get()
[all...]
H A Dlpfc_init.c979 list_splice_init(&pring->postbufq, &buflist); in lpfc_hba_free_post_buf()