Searched refs:buf_tmrs (Results 1 – 1 of 1) sorted by relevance
1686 uint32_t buf_tmrs, uint16_t flags, in bnxt_hwrm_set_coal_params() argument1692 req->cmpl_aggr_dma_tmr = htole16((uint16_t)buf_tmrs); in bnxt_hwrm_set_coal_params()1693 req->cmpl_aggr_dma_tmr_during_int = htole16(buf_tmrs >> 16); in bnxt_hwrm_set_coal_params()1695 req->int_lat_tmr_min = htole16((uint16_t)buf_tmrs * 2); in bnxt_hwrm_set_coal_params()1696 req->int_lat_tmr_max = htole16((uint16_t)buf_tmrs * 4); in bnxt_hwrm_set_coal_params()