Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dedd_int.h410 uint32_t emacSetHashAddr(void *pD, uint32_t hAddrTop, uint32_t hAddrBot);
412 uint32_t emacGetHashAddr(void *pD, uint32_t *hAddrTop, uint32_t *hAddrBot);
Dcedi.h2490 uint32_t (*setHashAddr)(void* pD, uint32_t hAddrTop, uint32_t hAddrBot);
2500 uint32_t (*getHashAddr)(void* pD, uint32_t* hAddrTop, uint32_t* hAddrBot);
/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd_rx.c1602 uint32_t emacSetHashAddr(void *pD, uint32_t hAddrTop, uint32_t hAddrBot) in emacSetHashAddr() argument
1606 EMAC_REGS__HASH_BOTTOM__ADDRESS__WRITE(hAddrBot)); in emacSetHashAddr()
1620 uint32_t emacGetHashAddr(void *pD, uint32_t *hAddrTop, uint32_t *hAddrBot) in emacGetHashAddr() argument
1622 if ((pD==NULL) || (hAddrTop==NULL) || (hAddrBot==NULL)) return EINVAL; in emacGetHashAddr()
1623 *hAddrBot = EMAC_REGS__HASH_BOTTOM__ADDRESS__READ( in emacGetHashAddr()