Searched refs:postbufq (Results 1 – 3 of 3) sorted by relevance
294 struct list_head postbufq; member
11832 INIT_LIST_HEAD(&pring->postbufq); in lpfc_sli_queue_init() 12156 * lpfc_sli_ringpostbuf_put - Function to add a buffer to postbufq12162 * It always return zero after adding the buffer to the postbufq12169 /* 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->postbufq12212 * This function searches the pring->postbufq list using the tag12223 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...]
979 list_splice_init(&pring->postbufq, &buflist); in lpfc_hba_free_post_buf()