Searched refs:buf_tmrs (Results 1 – 1 of 1) sorted by relevance
3097 uint32_t buf_tmrs, uint16_t flags, in bnxt_hwrm_set_coal_params() argument3103 req->cmpl_aggr_dma_tmr = htole16((uint16_t)buf_tmrs); in bnxt_hwrm_set_coal_params()3104 req->cmpl_aggr_dma_tmr_during_int = htole16(buf_tmrs >> 16); in bnxt_hwrm_set_coal_params()3106 req->int_lat_tmr_min = htole16((uint16_t)buf_tmrs * 2); in bnxt_hwrm_set_coal_params()3107 req->int_lat_tmr_max = htole16((uint16_t)buf_tmrs * 4); in bnxt_hwrm_set_coal_params()