Home
last modified time | relevance | path

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

/src/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c3106 uint32_t buf_tmrs, uint16_t flags, in bnxt_hwrm_set_coal_params() argument
3112 req->cmpl_aggr_dma_tmr = htole16((uint16_t)buf_tmrs); in bnxt_hwrm_set_coal_params()
3113 req->cmpl_aggr_dma_tmr_during_int = htole16(buf_tmrs >> 16); in bnxt_hwrm_set_coal_params()
3115 req->int_lat_tmr_min = htole16((uint16_t)buf_tmrs * 2); in bnxt_hwrm_set_coal_params()
3116 req->int_lat_tmr_max = htole16((uint16_t)buf_tmrs * 4); in bnxt_hwrm_set_coal_params()