Searched refs:sync_buf (Results 1 – 3 of 3) sorted by relevance
27 struct dma_buf *sync_buf; member88 struct dma_buf *sync_buf, uint32_t context, in seqno_fence_init() argument93 BUG_ON(!fence || !sync_buf || !ops); in seqno_fence_init()103 get_dma_buf(sync_buf); in seqno_fence_init()104 fence->sync_buf = sync_buf; in seqno_fence_init()
48 dma_buf_put(f->sync_buf); in seqno_release()
1918 struct lpfc_iocbq *sync_buf; in lpfc_issue_cmf_sync_wqe() local1933 sync_buf = __lpfc_sli_get_iocbq(phba); in lpfc_issue_cmf_sync_wqe()1934 if (!sync_buf) { in lpfc_issue_cmf_sync_wqe()1941 wqe = &sync_buf->wqe; in lpfc_issue_cmf_sync_wqe()1992 bf_set(cmf_sync_reqtag, &wqe->cmf_sync, sync_buf->iotag); in lpfc_issue_cmf_sync_wqe()2000 sync_buf->vport = phba->pport; in lpfc_issue_cmf_sync_wqe()2001 sync_buf->wqe_cmpl = lpfc_cmf_sync_cmpl; in lpfc_issue_cmf_sync_wqe()2002 sync_buf->iocb_cmpl = NULL; in lpfc_issue_cmf_sync_wqe()2003 sync_buf->context1 = NULL; in lpfc_issue_cmf_sync_wqe()2004 sync_buf->context2 = NULL; in lpfc_issue_cmf_sync_wqe()[all …]