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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c496 u32_t memSize,
515 memSize += (BNXE_MEM_CHECK_LEN * 2);
517 MEM_LOG(pUM, "*** MEM: %8u", memSize);
519 if ((pBuf = kmem_zalloc(memSize, KM_NOSLEEP)) == NULL)
535 for (i = 0, pTmp = (u32_t *)((char *)pBuf + memSize - BNXE_MEM_CHECK_LEN);
542 pMem->size = memSize;
552 memSize, ((char *)pBuf + BNXE_MEM_CHECK_LEN));
559 u32_t memSize,
582 if (memSize == 0)
598 size = memSize;
495 mm_alloc_mem_imp(lm_device_t * pLM, u32_t memSize, const char * sz_file, const unsigned long line, u8_t cli_idx) argument
558 mm_alloc_phys_mem_align_imp(lm_device_t * pLM, u32_t memSize, lm_address_t * pPhysAddr, u32_t alignment, u8_t memType, const char * sz_file, const unsigned long line, u8_t cli_idx) argument
681 mm_alloc_phys_mem_imp(lm_device_t * pLM, u32_t memSize, lm_address_t * pPhysAddr, u8_t memType, const char * sz_file, const unsigned long line, u8_t cli_idx) argument
695 mm_rt_alloc_mem_imp(lm_device_t * pDev, u32_t memSize, const char * sz_file, const unsigned long line, u8_t cli_idx) argument
705 mm_rt_alloc_phys_mem_imp(lm_device_t * pDev, u32_t memSize, lm_address_t * pPhysAddr, u8_t flushType, const char * sz_file, const unsigned long line, u8_t cli_idx) argument
726 mm_rt_free_mem(lm_device_t * pDev, void * pBuf, u32_t memSize, u8_t cli_idx) argument
801 mm_rt_free_phys_mem(lm_device_t * pDev, u32_t memSize, void * pBuf, lm_address_t pPhysAddr, u8_t cli_idx) argument
850 mm_memset(void * pBuf, u8_t val, u32_t memSize) argument
858 mm_memcpy(void * pDest, const void * pSrc, u32_t memSize) argument
[all...]

Completed in 61 milliseconds