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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli.h187 struct list_head postbufq; member in struct:lpfc_sli_ring
H A Dlpfc_sli.c6700 INIT_LIST_HEAD(&pring->postbufq);
6991 * lpfc_sli_ringpostbuf_put - Function to add a buffer to postbufq
6997 * It always return zero after adding the buffer to the postbufq
7004 /* Stick struct lpfc_dmabuf at end of postbufq so driver can look it up
7007 list_add_tail(&mp->list, &pring->postbufq);
7044 * Buffers posted using CMD_QUE_XRI64_CX iocb are in pring->postbufq
7047 * This function searches the pring->postbufq list using the tag
7058 struct list_head *slp = &pring->postbufq;
7060 /* Search postbufq, from the begining, looking for a match on tag */
7062 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, lis
[all...]
H A Dlpfc_init.c786 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) {

Completed in 94 milliseconds