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

/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c1710 uint16_t max_buf, max_buf_irq; local
1725 max_buf_irq = clamp_t(uint16_t, softc->rx_coal_frames_irq, 1, 63);
1740 bnxt_hwrm_set_coal_params(softc, max_buf_irq << 16 | max_buf,
1745 max_buf_irq = clamp_t(uint16_t, softc->tx_coal_frames_irq, 1, 63);
1752 bnxt_hwrm_set_coal_params(softc, max_buf_irq << 16 | max_buf,

Completed in 128 milliseconds