Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c1868 handle->unicastHashCount[hashIndex]++; in EP_RxL2MFAddHashEntry()
1900 if (handle->unicastHashCount[hashIndex] == 0U) in EP_RxL2MFDelHashEntry()
1907 if (--handle->unicastHashCount[hashIndex] == 0U) in EP_RxL2MFDelHashEntry()
Dfsl_netc_endpoint.h322 …uint8_t unicastHashCount[64]; /*!< Unicast hash index collisions count… member