Searched refs:max_buf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | messages.c | 498 char max_buf [sizeof (val) * 3 + 2]; in as_internal_value_out_of_range() local 505 sprintf_vma (max_buf, max); in as_internal_value_out_of_range() 511 as_bad_where (file, line, err, prefix, val_buf, min_buf, max_buf); in as_internal_value_out_of_range() 513 as_warn_where (file, line, err, prefix, val_buf, min_buf, max_buf); in as_internal_value_out_of_range()
|
| /freebsd-12.1/sys/dev/bnxt/ |
| H A D | bnxt_hwrm.c | 1706 uint16_t max_buf, max_buf_irq; in bnxt_hwrm_set_coal() local 1718 max_buf = min_t(uint16_t, softc->rx_coal_frames / 4, 2); in bnxt_hwrm_set_coal() 1720 max_buf = clamp_t(uint16_t, max_buf, 1, 63); in bnxt_hwrm_set_coal() 1736 bnxt_hwrm_set_coal_params(softc, max_buf_irq << 16 | max_buf, in bnxt_hwrm_set_coal() 1740 max_buf = clamp_t(uint16_t, softc->tx_coal_frames, 1, 63); in bnxt_hwrm_set_coal() 1748 bnxt_hwrm_set_coal_params(softc, max_buf_irq << 16 | max_buf, in bnxt_hwrm_set_coal()
|
| /freebsd-12.1/sys/dev/sound/usb/ |
| H A D | uaudio.c | 244 uint32_t max_buf; member 2554 ch->max_buf = buf_size; in uaudio_chan_init()
|