Searched refs:max_buf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/bnxt/ |
| H A D | bnxt_hwrm.c | 1698 uint16_t max_buf, max_buf_irq; in bnxt_hwrm_set_coal() local 1710 max_buf = min_t(uint16_t, softc->rx_coal_frames / 4, 2); in bnxt_hwrm_set_coal() 1712 max_buf = clamp_t(uint16_t, max_buf, 1, 63); in bnxt_hwrm_set_coal() 1728 bnxt_hwrm_set_coal_params(softc, max_buf_irq << 16 | max_buf, in bnxt_hwrm_set_coal() 1732 max_buf = clamp_t(uint16_t, softc->tx_coal_frames, 1, 63); in bnxt_hwrm_set_coal() 1740 bnxt_hwrm_set_coal_params(softc, max_buf_irq << 16 | max_buf, in bnxt_hwrm_set_coal()
|
| /freebsd-13.1/sys/dev/sound/usb/ |
| H A D | uaudio.c | 250 uint32_t max_buf; member 2649 ch->max_buf = buf_size; in uaudio_chan_init()
|