Home
last modified time | relevance | path

Searched refs:max_buf (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c3362 uint16_t max_buf, max_buf_irq; in bnxt_hwrm_set_coal() local
3374 max_buf = min_t(uint16_t, softc->rx_coal_frames / 4, 2); in bnxt_hwrm_set_coal()
3376 max_buf = clamp_t(uint16_t, max_buf, 1, 63); in bnxt_hwrm_set_coal()
3392 bnxt_hwrm_set_coal_params(softc, max_buf_irq << 16 | max_buf, in bnxt_hwrm_set_coal()
3396 max_buf = clamp_t(uint16_t, softc->tx_coal_frames, 1, 63); in bnxt_hwrm_set_coal()
3404 bnxt_hwrm_set_coal_params(softc, max_buf_irq << 16 | max_buf, in bnxt_hwrm_set_coal()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c256 uint32_t max_buf; member
2770 ch->max_buf = buf_size; in uaudio_chan_init()