Home
last modified time | relevance | path

Searched refs:hashtable_ctrl (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c39 void *hashtable_ctrl; in fman_if_set_mcast_filter_table() local
42 hashtable_ctrl = &((struct memac_regs *)__if->ccsr_map)->hashtable_ctrl; in fman_if_set_mcast_filter_table()
44 out_be32(hashtable_ctrl, i|HASH_CTRL_MCAST_EN); in fman_if_set_mcast_filter_table()
51 void *hashtable_ctrl; in fman_if_reset_mcast_filter_table() local
54 hashtable_ctrl = &((struct memac_regs *)__if->ccsr_map)->hashtable_ctrl; in fman_if_reset_mcast_filter_table()
56 out_be32(hashtable_ctrl, i & ~HASH_CTRL_MCAST_EN); in fman_if_reset_mcast_filter_table()
86 void *hashtable_ctrl; in fman_if_add_hash_mac_addr() local
99 hashtable_ctrl = &((struct memac_regs *)__if->ccsr_map)->hashtable_ctrl; in fman_if_add_hash_mac_addr()
100 out_be32(hashtable_ctrl, hash); in fman_if_add_hash_mac_addr()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_tgec.c197 iowrite32be(i & ~TGEC_HASH_MCAST_EN, &regs->hashtable_ctrl); in fman_tgec_reset_filter_table()
203 iowrite32be(hash | TGEC_HASH_MCAST_EN, &regs->hashtable_ctrl); in fman_tgec_set_hash_table_entry()
208 iowrite32be(value, &regs->hashtable_ctrl); in fman_tgec_set_hash_table()
H A Dfman_memac.c257 iowrite32be(i & ~HASH_CTRL_MCAST_EN, &regs->hashtable_ctrl); in fman_memac_reset_filter_table()
262 iowrite32be(crc | HASH_CTRL_MCAST_EN, &regs->hashtable_ctrl); in fman_memac_set_hash_table_entry()
267 iowrite32be(val, &regs->hashtable_ctrl); in fman_memac_set_hash_table()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_tgec.h163 uint32_t hashtable_ctrl; /* 0x02c Hash table control*/ member
H A Dfsl_fman_memac.h199 uint32_t hashtable_ctrl; /* 0x02C Hash table control */ member
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfman.h91 uint32_t hashtable_ctrl; /**< 0x02C Hash table control */ member