Home
last modified time | relevance | path

Searched refs:rx_bytes (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_dma.c398 int rx_bytes; in emacps_check_rx() local
445 rx_bytes = xemacpsif->rxSegments[ head ].flags & XEMACPS_RXBUF_LEN_JUMBO_MASK; in emacps_check_rx()
449 rx_bytes = xemacpsif->rxSegments[ head ].flags & XEMACPS_RXBUF_LEN_MASK; in emacps_check_rx()
453 pxBuffer->xDataLength = rx_bytes; in emacps_check_rx()
457 … ( uintptr_t ) pxBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, ( unsigned ) rx_bytes ); in emacps_check_rx()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_dma.c491 int rx_bytes; in emacps_check_rx() local
549 rx_bytes = xemacpsif->rxSegments[ rxHead ].flags & XEMACPS_RXBUF_LEN_MASK; in emacps_check_rx()
551 pxBuffer->xDataLength = rx_bytes; in emacps_check_rx()
555 …( ( uint32_t ) pxBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, ( unsigned ) rx_bytes ); in emacps_check_rx()