Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_config.h301 uint32_t app_timeout; /* (24b) */ member
H A Dal_hal_udma_config.c926 reg |= conf->app_timeout << UDMA_M2S_COMP_CFG_APPLICATION_ACK_TOUT_SHIFT; in al_udma_m2s_comp_timeouts_set()
961 conf->app_timeout = in al_udma_m2s_comp_timeouts_get()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c750 void *resp, uint32_t resp_len, uint32_t app_timeout) in bnxt_hwrm_passthrough() argument
763 softc->hwrm_cmd_timeo = max(app_timeout, softc->hwrm_cmd_timeo); in bnxt_hwrm_passthrough()