Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h275 uint16_t postbufq_cnt; /* current length of queue */ member
H A Dlpfc_sli.c12166 pring->postbufq_cnt++; in lpfc_sli_ringpostbuf_put()
12223 pring->postbufq_cnt--; in lpfc_sli_ring_taggedbuf_get()
12234 slp->next, slp->prev, pring->postbufq_cnt); in lpfc_sli_ring_taggedbuf_get()
12267 pring->postbufq_cnt--; in lpfc_sli_ringpostbuf_get()
12278 slp->next, slp->prev, pring->postbufq_cnt); in lpfc_sli_ringpostbuf_get()
H A Dlpfc_init.c991 pring->postbufq_cnt -= count; in lpfc_hba_free_post_buf()