Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bce/
H A Dif_bce.c7917 u32 rx_mode, sort_mode; in bce_set_rx_mode() local
7929 sort_mode = 1 | BCE_RPM_SORT_USER0_BC_EN; in bce_set_rx_mode()
7948 sort_mode |= BCE_RPM_SORT_USER0_PROM_EN; in bce_set_rx_mode()
7957 sort_mode |= BCE_RPM_SORT_USER0_MC_EN; in bce_set_rx_mode()
7966 sort_mode |= BCE_RPM_SORT_USER0_MC_HSH_EN; in bce_set_rx_mode()
7980 REG_WR(sc, BCE_RPM_SORT_USER0, sort_mode); in bce_set_rx_mode()
7981 REG_WR(sc, BCE_RPM_SORT_USER0, sort_mode | BCE_RPM_SORT_USER0_ENA); in bce_set_rx_mode()