Searched refs:u32TxDescSize (Results 1 – 6 of 6) sorted by relevance
| /bsp/nuvoton/libraries/m460/rtt_port/emac/ |
| A D | synopGMAC_Host.h | 21 uint32_t u32TxDescSize; member
|
| A D | drv_emac.c | 344 psMemMgr->u32TxDescSize = TRANSMIT_DESC_SIZE; in nu_memmgr_init() 347 psMemMgr->psTXDescs = (DmaDesc *) rt_malloc_align(sizeof(DmaDesc) * psMemMgr->u32TxDescSize, 4); in nu_memmgr_init() 355 …gr->psTXFrames = (PKT_FRAME_T *) rt_malloc_align(sizeof(PKT_FRAME_T) * psMemMgr->u32TxDescSize, 4); in nu_memmgr_init()
|
| /bsp/nuvoton/libraries/ma35/rtt_port/gmac/ |
| A D | synopGMAC_Host.h | 21 uint32_t u32TxDescSize; member
|
| A D | drv_gmac.c | 366 psMemMgr->u32TxDescSize = TRANSMIT_DESC_SIZE; in nu_memmgr_init() 369 …psMemMgr->psTXDescs = (DmaDesc *) rt_malloc_align(sizeof(DmaDesc) * psMemMgr->u32TxDescSize, nu_cp… in nu_memmgr_init() 377 …mes = (PKT_FRAME_T *) rt_malloc_align(sizeof(PKT_FRAME_T) * psMemMgr->u32TxDescSize, nu_cpu_dcache… in nu_memmgr_init()
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_emac.c | 280 psMemMgr->u32TxDescSize = EMAC_TX_DESC_SIZE; in nu_memmgr_init() 283 …s = (EMAC_DESCRIPTOR_T *) rt_malloc_align(sizeof(EMAC_DESCRIPTOR_T) * psMemMgr->u32TxDescSize, 32); in nu_memmgr_init() 289 …>psTXFrames = (EMAC_FRAME_T *) rt_malloc_align(sizeof(EMAC_FRAME_T) * psMemMgr->u32TxDescSize, 32); in nu_memmgr_init() 316 …he((uint32_t)psNuEmac->memmgr.psTXDescs, sizeof(EMAC_DESCRIPTOR_T)*psNuEmac->memmgr.u32TxDescSize); in nu_emac_init()
|
| /bsp/nuvoton/libraries/nuc980/rtt_port/ |
| A D | drv_emac.c | 302 psMemMgr->u32TxDescSize = EMAC_TX_DESC_SIZE; in nu_memmgr_init() 305 …s = (EMAC_DESCRIPTOR_T *) rt_malloc_align(sizeof(EMAC_DESCRIPTOR_T) * psMemMgr->u32TxDescSize, 32); in nu_memmgr_init() 311 …>psTXFrames = (EMAC_FRAME_T *) rt_malloc_align(sizeof(EMAC_FRAME_T) * psMemMgr->u32TxDescSize, 32); in nu_memmgr_init() 338 …he((uint32_t)psNuEmac->memmgr.psTXDescs, sizeof(EMAC_DESCRIPTOR_T)*psNuEmac->memmgr.u32TxDescSize); in nu_emac_init()
|
Completed in 17 milliseconds