Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_sli.c22283 lpfc_get_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_buf) in lpfc_get_sgl_per_hdwq() argument
22288 struct lpfc_sli4_hdw_queue *hdwq = lpfc_buf->hdwq; in lpfc_get_sgl_per_hdwq()
22299 &lpfc_buf->dma_sgl_xtra_list); in lpfc_get_sgl_per_hdwq()
22311 lpfc_buf->hdwq_no, __func__); in lpfc_get_sgl_per_hdwq()
22321 lpfc_buf->hdwq_no, __func__); in lpfc_get_sgl_per_hdwq()
22327 list_add_tail(&tmp->list_node, &lpfc_buf->dma_sgl_xtra_list); in lpfc_get_sgl_per_hdwq()
22330 allocated_sgl = list_last_entry(&lpfc_buf->dma_sgl_xtra_list, in lpfc_get_sgl_per_hdwq()
22351 lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_buf) in lpfc_put_sgl_per_hdwq() argument
22356 struct lpfc_sli4_hdw_queue *hdwq = lpfc_buf->hdwq; in lpfc_put_sgl_per_hdwq()
22362 if (likely(!list_empty(&lpfc_buf->dma_sgl_xtra_list))) { in lpfc_put_sgl_per_hdwq()
[all …]