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

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c288 if (inline_thold < MIN_PKT_LEN || inline_thold > MAX_INLINE) {
290 inline_thold, MIN_PKT_LEN, MAX_INLINE, MAX_INLINE);
H A Dmlx4_en_tx.c93 ring->inline_thold = MAX(MIN_PKT_LEN, MIN(priv->prof->inline_thold, MAX_INLINE));
493 if (unlikely(retval < MIN_PKT_LEN))
559 if (unlikely(len < MIN_PKT_LEN)) {
561 memset(inl + 4 + len, 0, MIN_PKT_LEN - len);
562 dseg += DIV_ROUND_UP(4 + MIN_PKT_LEN, DS_SIZE_ALIGNMENT);
581 if (unlikely(len < MIN_PKT_LEN)) {
583 SET_BYTE_COUNT((1 << 31) | MIN_PKT_LEN);
H A Den.h211 MIN_PKT_LEN = 17, enumerator in enum:__anon4803

Completed in 52 milliseconds