Searched refs:inline_thold (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c69 MLX4_EN_PARM_INT(inline_thold, MAX_INLINE,
98 params->prof[i].inline_thold = inline_thold;
288 if (inline_thold < MIN_PKT_LEN || inline_thold > MAX_INLINE) {
289 pr_warn("mlx4_en: WARNING: illegal module parameter inline_thold %d - should be in range %d-%d, will be changed to default (%d)\n",
290 inline_thold, MIN_PKT_LEN, MAX_INLINE, MAX_INLINE);
291 inline_thold = MAX_INLINE;
H A Dmlx4_en_tx.c93 ring->inline_thold = MAX(MIN_PKT_LEN, MIN(priv->prof->inline_thold, MAX_INLINE));
490 retval = MIN(ring->inline_thold, mb->m_len);
494 retval = MIN(ring->inline_thold, mb->m_pkthdr.len);
H A Den.h303 int inline_thold; member in struct:mlx4_en_tx_ring
429 int inline_thold; member in struct:mlx4_en_port_profile

Completed in 100 milliseconds