Searched refs:max_buf_irq (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c1706 uint16_t max_buf, max_buf_irq; local
1721 max_buf_irq = clamp_t(uint16_t, softc->rx_coal_frames_irq, 1, 63);
1736 bnxt_hwrm_set_coal_params(softc, max_buf_irq << 16 | max_buf,
1741 max_buf_irq = clamp_t(uint16_t, softc->tx_coal_frames_irq, 1, 63);
1748 bnxt_hwrm_set_coal_params(softc, max_buf_irq << 16 | max_buf,

Completed in 107 milliseconds