Home
last modified time | relevance | path

Searched refs:CEDI_FrameSize (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dcedi.h323 struct CEDI_FrameSize;
944 typedef struct CEDI_FrameSize struct
948 } CEDI_FrameSize; argument
1853 uint32_t (*calcMaxTxFrameSize)(void* pD, CEDI_FrameSize* maxTxSize);
Dedd_int.h261 uint32_t emacCalcMaxTxFrameSize(void *pD, CEDI_FrameSize *maxTxSize);
/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd_tx.c84 uint32_t emacCalcMaxTxFrameSize(void *pD, CEDI_FrameSize *maxTxSize) { in emacCalcMaxTxFrameSize()