Searched defs:physAddr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c1736 lm_address_t physAddr; local
1739 physAddr.as_ptr = NULL;
1836 physAddr,
H A Dbnxe_intr.c78 lm_address_t physAddr; local
90 physAddr.as_u32.low =
92 physAddr.as_u32.high =
97 physAddr.as_u32.low =
99 physAddr.as_u32.high =
106 if (pTmp->physAddr.as_ptr == physAddr.as_ptr)
127 if (pTmp->physAddr.as_ptr ==
H A Dbnxe_mm.c408 lm_address_t physAddr,
452 pMem->baseAddr = physAddr;
653 pMem->physAddr = *pPhysAddr;
669 memSize, pMem->physAddr.as_ptr, pMem->pDmaVirt);
407 mm_map_io_space_solaris(lm_device_t * pLM, lm_address_t physAddr, u8_t bar, u32_t offset, u32_t size, ddi_acc_handle_t * pRegAccHandle) argument
H A Dbnxe.h322 lm_address_t physAddr; member in struct:_BnxeMemDma

Completed in 71 milliseconds