Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_sli.c20927 lpfc_get_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_buf) in lpfc_get_sgl_per_hdwq() argument
20932 struct lpfc_sli4_hdw_queue *hdwq = lpfc_buf->hdwq; in lpfc_get_sgl_per_hdwq()
20943 &lpfc_buf->dma_sgl_xtra_list); in lpfc_get_sgl_per_hdwq()
20955 lpfc_buf->hdwq_no, __func__); in lpfc_get_sgl_per_hdwq()
20965 lpfc_buf->hdwq_no, __func__); in lpfc_get_sgl_per_hdwq()
20971 list_add_tail(&tmp->list_node, &lpfc_buf->dma_sgl_xtra_list); in lpfc_get_sgl_per_hdwq()
20974 allocated_sgl = list_last_entry(&lpfc_buf->dma_sgl_xtra_list, in lpfc_get_sgl_per_hdwq()
20995 lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_buf) in lpfc_put_sgl_per_hdwq() argument
21000 struct lpfc_sli4_hdw_queue *hdwq = lpfc_buf->hdwq; in lpfc_put_sgl_per_hdwq()
21006 if (likely(!list_empty(&lpfc_buf->dma_sgl_xtra_list))) { in lpfc_put_sgl_per_hdwq()
[all …]