Searched refs:getPaddr (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/scsi/lpfc/ |
| D | lpfc.h | 95 #define getPaddr(high, low) ((dma_addr_t)( \ macro
|
| D | lpfc_ct.c | 388 dma_addr = getPaddr(icmd->un.cont64[0].addrHigh, in lpfc_ct_unsol_event() 393 dma_addr = getPaddr(icmd->un.cont64[1].addrHigh, in lpfc_ct_unsol_event() 442 dma_addr = getPaddr(icmd->un.cont64[i].addrHigh, in lpfc_ct_unsol_event()
|
| D | lpfc_mbox.c | 1754 phyaddr = getPaddr(sge.pa_hi, sge.pa_lo); in lpfc_sli4_mbox_cmd_free()
|
| D | lpfc_bsg.c | 1011 dma_addr = getPaddr(bde->addrHigh, in lpfc_bsg_ct_unsol_event()
|
| D | lpfc_els.c | 10275 paddr = getPaddr(icmd->un.cont64[0].addrHigh, in lpfc_els_unsol_event()
|
| /Linux-v5.15/Documentation/scsi/ |
| D | ChangeLog.lpfc | 1423 * 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
|