Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h92 #define getPaddr(high, low) ((dma_addr_t)( \ macro
H A Dlpfc_mbox.c1813 phyaddr = getPaddr(sge.pa_hi, sge.pa_lo); in lpfc_sli4_mbox_cmd_free()
H A Dlpfc_ct.c438 dma_addr = getPaddr(icmd->un.cont64[i].addrHigh, in lpfc_ct_unsol_event()
H A Dlpfc_bsg.c994 dma_addr = getPaddr(bde->addrHigh, in lpfc_bsg_ct_unsol_event()
H A Dlpfc_els.c10885 paddr = getPaddr(icmd->un.cont64[0].addrHigh, in lpfc_els_unsol_event()
10890 paddr = getPaddr(icmd->un.cont64[1].addrHigh, in lpfc_els_unsol_event()
H A Dlpfc_sli.c3556 paddr = getPaddr(irsp->un.cont64[0].addrHigh, in lpfc_sli_process_unsol_iocb()
3561 paddr = getPaddr(irsp->un.cont64[1].addrHigh, in lpfc_sli_process_unsol_iocb()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.lpfc1423 * Move dma_addr_t cast inside of getPaddr macro as everywhere
1424 getPaddr is used, the return is cast to dma_addr_t.
1583 structure directly. Moved DRVR_LOCK, putPaddr, getPaddr