Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_sli.h258 uint16_t postbufq_cnt; /* current length of queue */ member
Dlpfc_sli.c12102 pring->postbufq_cnt++; in lpfc_sli_ringpostbuf_put()
12159 pring->postbufq_cnt--; in lpfc_sli_ring_taggedbuf_get()
12170 slp->next, slp->prev, pring->postbufq_cnt); in lpfc_sli_ring_taggedbuf_get()
12203 pring->postbufq_cnt--; in lpfc_sli_ringpostbuf_get()
12214 slp->next, slp->prev, pring->postbufq_cnt); in lpfc_sli_ringpostbuf_get()
Dlpfc_init.c934 pring->postbufq_cnt -= count; in lpfc_hba_free_post_buf()