Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bce.c7916 u32 rx_mode, sort_mode; in bce_set_rx_mode() local
7928 sort_mode = 1 | BCE_RPM_SORT_USER0_BC_EN; in bce_set_rx_mode()
7947 sort_mode |= BCE_RPM_SORT_USER0_PROM_EN; in bce_set_rx_mode()
7956 sort_mode |= BCE_RPM_SORT_USER0_MC_EN; in bce_set_rx_mode()
7965 sort_mode |= BCE_RPM_SORT_USER0_MC_HSH_EN; in bce_set_rx_mode()
7979 REG_WR(sc, BCE_RPM_SORT_USER0, sort_mode); in bce_set_rx_mode()
7980 REG_WR(sc, BCE_RPM_SORT_USER0, sort_mode | BCE_RPM_SORT_USER0_ENA); in bce_set_rx_mode()