Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Decore_sp.c2550 uint8_t unmatched_unicast = 0; in ecore_set_rx_mode_e1x() local
2577 unmatched_unicast = 1; in ecore_set_rx_mode_e1x()
2599 mac_filters->unmatched_unicast = unmatched_unicast ? in ecore_set_rx_mode_e1x()
2600 mac_filters->unmatched_unicast | mask : in ecore_set_rx_mode_e1x()
2601 mac_filters->unmatched_unicast & ~mask; in ecore_set_rx_mode_e1x()
H A Decore_hsi.h7908 …uint32_t unmatched_unicast /* bit vector in which clients that accept unmatched unicast packets ar… member