Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bce/
H A Dif_bce.c7937 u32 rx_mode, sort_mode; in bce_set_rx_mode() local
7949 sort_mode = 1 | BCE_RPM_SORT_USER0_BC_EN; in bce_set_rx_mode()
7968 sort_mode |= BCE_RPM_SORT_USER0_PROM_EN; in bce_set_rx_mode()
7977 sort_mode |= BCE_RPM_SORT_USER0_MC_EN; in bce_set_rx_mode()
7986 sort_mode |= BCE_RPM_SORT_USER0_MC_HSH_EN; in bce_set_rx_mode()
8000 REG_WR(sc, BCE_RPM_SORT_USER0, sort_mode); in bce_set_rx_mode()
8001 REG_WR(sc, BCE_RPM_SORT_USER0, sort_mode | BCE_RPM_SORT_USER0_ENA); in bce_set_rx_mode()