Searched refs:psTXFrames (Results 1 – 6 of 6) sorted by relevance
| /bsp/nuvoton/libraries/m460/rtt_port/emac/ |
| A D | synopGMAC_Host.h | 27 PKT_FRAME_T *psTXFrames; member
|
| A D | drv_emac.c | 355 …psMemMgr->psTXFrames = (PKT_FRAME_T *) rt_malloc_align(sizeof(PKT_FRAME_T) * psMemMgr->u32TxDescSi… in nu_memmgr_init() 356 RT_ASSERT(psMemMgr->psTXFrames != RT_NULL); in nu_memmgr_init() 357 NU_EMAC_TRACE("[%s] First TXFrameAddr= %08x\n", __func__, psMemMgr->psTXFrames); in nu_memmgr_init() 552 u8 *pu8PktData = (u8 *)((u32)&psgmacmemmgr->psTXFrames[index]); in nu_gmac_tx() 556 …CE("%s : Transmitting data(%08x-%d).\n", __func__, (u32)&psgmacmemmgr->psTXFrames[index], p->tot_l… in nu_gmac_tx() 567 …status = synopGMAC_xmit_frames(gmacdev, (u8 *)&psgmacmemmgr->psTXFrames[index], offset, offload_ne… in nu_gmac_tx()
|
| /bsp/nuvoton/libraries/ma35/rtt_port/gmac/ |
| A D | synopGMAC_Host.h | 27 PKT_FRAME_T *psTXFrames; member
|
| A D | drv_gmac.c | 377 …psMemMgr->psTXFrames = (PKT_FRAME_T *) rt_malloc_align(sizeof(PKT_FRAME_T) * psMemMgr->u32TxDescSi… in nu_memmgr_init() 378 RT_ASSERT(psMemMgr->psTXFrames); in nu_memmgr_init() 379 LOG_D("[%s] First TXFrameAddr= %08x", __func__, psMemMgr->psTXFrames); in nu_memmgr_init() 579 void *puPktData = (void *)((u32)&psgmacmemmgr->psTXFrames[index] | UNCACHEABLE); in nu_gmac_tx() 581 …LOG_D("%s: Transmitting data(%08x-%d).\n", psNuGMAC->name, (u32)&psgmacmemmgr->psTXFrames[index], … in nu_gmac_tx() 586 …status = synopGMAC_xmit_frames(gmacdev, (u8 *)&psgmacmemmgr->psTXFrames[index], p->tot_len, offloa… in nu_gmac_tx()
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_emac.c | 289 …psMemMgr->psTXFrames = (EMAC_FRAME_T *) rt_malloc_align(sizeof(EMAC_FRAME_T) * psMemMgr->u32TxDesc… in nu_memmgr_init() 290 RT_ASSERT(psMemMgr->psTXFrames != RT_NULL); in nu_memmgr_init()
|
| /bsp/nuvoton/libraries/nuc980/rtt_port/ |
| A D | drv_emac.c | 311 …psMemMgr->psTXFrames = (EMAC_FRAME_T *) rt_malloc_align(sizeof(EMAC_FRAME_T) * psMemMgr->u32TxDesc… in nu_memmgr_init() 312 RT_ASSERT(psMemMgr->psTXFrames != RT_NULL); in nu_memmgr_init()
|
Completed in 20 milliseconds