Searched refs:max_buf (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_hwrm.c | 3017 uint16_t max_buf, max_buf_irq; in bnxt_hwrm_set_coal() local 3029 max_buf = min_t(uint16_t, softc->rx_coal_frames / 4, 2); in bnxt_hwrm_set_coal() 3031 max_buf = clamp_t(uint16_t, max_buf, 1, 63); in bnxt_hwrm_set_coal() 3047 bnxt_hwrm_set_coal_params(softc, max_buf_irq << 16 | max_buf, in bnxt_hwrm_set_coal() 3051 max_buf = clamp_t(uint16_t, softc->tx_coal_frames, 1, 63); in bnxt_hwrm_set_coal() 3059 bnxt_hwrm_set_coal_params(softc, max_buf_irq << 16 | max_buf, in bnxt_hwrm_set_coal()
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudio.c | 250 uint32_t max_buf; member 2691 ch->max_buf = buf_size; in uaudio_chan_init()
|