Home
last modified time | relevance | path

Searched refs:HASH_CTRL_ADDR_MASK (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfman.h63 #define HASH_CTRL_ADDR_MASK 0x0000003F macro
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_memac.h104 #define HASH_CTRL_ADDR_MASK 0x0000003F /* 26-31 Hash table address code */ macro
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac.c730 hash = GetMacAddrHashCode(ethAddr) & HASH_CTRL_ADDR_MASK; in MemacAddHashMacAddress()
758 hash = GetMacAddrHashCode(ethAddr) & HASH_CTRL_ADDR_MASK; in MemacDelHashMacAddress()
/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c96 hash = get_mac_hash_code(eth_addr) & HASH_CTRL_ADDR_MASK; in fman_if_add_hash_mac_addr()