Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c1872 handle->multicastHashCount[hashIndex]++; in EP_RxL2MFAddHashEntry()
1915 if (handle->multicastHashCount[hashIndex] == 0U) in EP_RxL2MFDelHashEntry()
1922 if (--handle->multicastHashCount[hashIndex] == 0U) in EP_RxL2MFDelHashEntry()
Dfsl_netc_endpoint.h323 …uint8_t multicastHashCount[64]; /*!< Multicast hash index collisions cou… member