Searched refs:XX_MallocSmart (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/inc/
H A Dxx_ext.h71 #define XX_MallocSmart(sz, memt, al) \ macro
87 @Function XX_MallocSmart
99 void * XX_MallocSmart(uint32_t size, int memPartitionId, uint32_t alignment);
108 Only for memory allocated by XX_MallocSmart
/freebsd-12-stable/sys/dev/dpaa/
H A Dif_dtsec_im.c104 buffer = XX_MallocSmart(FM_PORT_BUFFER_SIZE, 0, sizeof(void *));
246 buffer = XX_MallocSmart(length, 0, sizeof(void *));
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c143 p_TmpCode = (uint32_t *)XX_MallocSmart(ROUND_UP(sizeof(swPrsPatch),4), 0, sizeof(uint32_t));
377 p_TmpCode = (uint32_t *)XX_MallocSmart(ROUND_UP(p_SwPrs->size,4), 0, sizeof(uint32_t));
H A Dfm_manip.c1982 PTR_TO_UINT(XX_MallocSmart((uint32_t)(size * 64), p_Manip->reassmParams.dataMemId, 64));
2147 PTR_TO_UINT(XX_MallocSmart(autoLearnHashTblSize, p_Manip->reassmParams.dataMemId, setSize));
2172 PTR_TO_UINT(XX_MallocSmart((uint32_t)(numOfSets * 4), p_Manip->reassmParams.dataMemId, 4));
3564 p_Manip->reassmParams.ip.h_Ipv4Ad = (t_Handle)XX_MallocSmart(
3585 p_Manip->reassmParams.ip.h_Ipv6Ad = (t_Handle)XX_MallocSmart(
4103 p_Manip->reassmParams.capwap.h_Ad = (t_Handle)XX_MallocSmart(
/freebsd-12-stable/sys/contrib/ncsw/etc/
H A Dncsw_mem.c484 XX_MallocSmart((uint32_t)((num * blockSize) + alignment), memPartitionId, 1);
518 XX_MallocSmart((uint32_t)(blockSize + alignment), memPartitionId, 1);
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c327 (t_FmImBd *)XX_MallocSmart((uint32_t)(sizeof(t_FmImBd)*p_FmPort->im.bdRingSize),
405 p_FmPort->im.p_BdRing = (t_FmImBd *)XX_MallocSmart((uint32_t)(sizeof(t_FmImBd)*p_FmPort->im.bdRingSize), p_FmPort->im.fwExtStructsMemId, 4);
/freebsd-12-stable/sys/contrib/ncsw/user/env/
H A Dxx.c212 XX_MallocSmart(uint32_t size, int memPartitionId, uint32_t alignment) function
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c152 p_FmHc->p_Frm[i] = (t_HcFrame *)XX_MallocSmart((sizeof(t_HcFrame) + (16 - (sizeof(t_FmHc) % 16))),
156 p_FmHc->p_Frm[i] = (t_HcFrame *)XX_MallocSmart(sizeof(t_HcFrame),
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c786 p_Qm->p_FqdBase = XX_MallocSmart(dsSize, (int)p_QmDriverParams->fqdMemPartitionId, dsSize);
813 p_Qm->p_PfdrBase = XX_MallocSmart(dsSize, (int)p_QmDriverParams->pfdrMemPartitionId, dsSize);
H A Dqm_portal_fqr.c63 * its context, and the pointer is 64-byte aligned, per the XX_MallocSmart()
980 p_Fq = (struct qman_fq *)XX_MallocSmart(sizeof(struct qman_fq), 0, 64);
1896 p_QmFqr = (t_QmFqr *)XX_MallocSmart(sizeof(t_QmFqr), 0, 64);
1930 p_Fq = (struct qman_fq *)XX_MallocSmart(sizeof(struct qman_fq), 0, 64);
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c546 p_Bm->p_FbprBase = XX_MallocSmart(dsSize, (int)p_Bm->p_BmDriverParams->fbprMemPartitionId, dsSize);

Completed in 124 milliseconds