Searched refs:buf_tmrs (Results 1 – 1 of 1) sorted by relevance
2998 uint32_t buf_tmrs, uint16_t flags, in bnxt_hwrm_set_coal_params() argument3004 req->cmpl_aggr_dma_tmr = htole16((uint16_t)buf_tmrs); in bnxt_hwrm_set_coal_params()3005 req->cmpl_aggr_dma_tmr_during_int = htole16(buf_tmrs >> 16); in bnxt_hwrm_set_coal_params()3007 req->int_lat_tmr_min = htole16((uint16_t)buf_tmrs * 2); in bnxt_hwrm_set_coal_params()3008 req->int_lat_tmr_max = htole16((uint16_t)buf_tmrs * 4); in bnxt_hwrm_set_coal_params()