Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/safexcel/
HDsafexcel.c335 sc->sc_config.hdw = in safexcel_configure()
337 mask = (1 << sc->sc_config.hdw) - 1; in safexcel_configure()
558 mask = (1 << sc->sc_config.hdw) - 1; in safexcel_hw_setup_rings()
559 cd_size_rnd = (sc->sc_config.cd_size + mask) >> sc->sc_config.hdw; in safexcel_hw_setup_rings()
562 rd_size_rnd = (val + mask) >> sc->sc_config.hdw; in safexcel_hw_setup_rings()
587 ((SAFEXCEL_FETCH_COUNT * (cd_size_rnd << sc->sc_config.hdw)) << in safexcel_hw_setup_rings()
622 ((SAFEXCEL_FETCH_COUNT * (rd_size_rnd << sc->sc_config.hdw)) << in safexcel_hw_setup_rings()
HDsafexcel_var.h294 uint32_t hdw; /* Host interface Data Width. */ member