Searched refs:MIN_PKT_LEN (Results 1 – 6 of 6) sorted by relevance
377 if (inline_thold < MIN_PKT_LEN || inline_thold > MAX_INLINE) { in mlx4_en_verify_params()379 inline_thold, MIN_PKT_LEN, MAX_INLINE, MAX_INLINE); in mlx4_en_verify_params()
686 if (likely(skb->len >= MIN_PKT_LEN)) { in build_inline_wqe()689 inl->byte_count = cpu_to_be32(1 << 31 | MIN_PKT_LEN); in build_inline_wqe()691 MIN_PKT_LEN - skb->len); in build_inline_wqe()
198 MIN_PKT_LEN = 17, enumerator
2017 if (val < MIN_PKT_LEN || val > MAX_INLINE) in mlx4_en_set_tunable()
575 #define MIN_PKT_LEN 60 macro
724 min_pkt_len = MIN_PKT_LEN - 4; in amd8111e_rx_poll()727 min_pkt_len = MIN_PKT_LEN; in amd8111e_rx_poll()