Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_sli.c22198 lpfc_get_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_buf) in lpfc_get_sgl_per_hdwq() argument
22203 struct lpfc_sli4_hdw_queue *hdwq = lpfc_buf->hdwq; in lpfc_get_sgl_per_hdwq()
22214 &lpfc_buf->dma_sgl_xtra_list); in lpfc_get_sgl_per_hdwq()
22226 lpfc_buf->hdwq_no, __func__); in lpfc_get_sgl_per_hdwq()
22236 lpfc_buf->hdwq_no, __func__); in lpfc_get_sgl_per_hdwq()
22242 list_add_tail(&tmp->list_node, &lpfc_buf->dma_sgl_xtra_list); in lpfc_get_sgl_per_hdwq()
22245 allocated_sgl = list_last_entry(&lpfc_buf->dma_sgl_xtra_list, in lpfc_get_sgl_per_hdwq()
22266 lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_buf) in lpfc_put_sgl_per_hdwq() argument
22271 struct lpfc_sli4_hdw_queue *hdwq = lpfc_buf->hdwq; in lpfc_put_sgl_per_hdwq()
22277 if (likely(!list_empty(&lpfc_buf->dma_sgl_xtra_list))) { in lpfc_put_sgl_per_hdwq()
[all …]