Home
last modified time | relevance | path

Searched refs:min_frame_size (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/e1000/
De1000_api.h156 min_frame_size, max_frame_size) \ argument
161 (((length) > ((min_frame_size) - VLAN_TAG_SIZE)) && \
163 (((length) > (min_frame_size)) && \
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_hsi_fcoe.h61 …__le16 min_frame_size /* The minimum ETH frame size required for transmission (including ETH heade… member
215 …__le16 min_frame_size /* The minimum ETH frame size required for transmission (including ETH heade… member
/freebsd-12-stable/sys/net/
Diflib.c3408 iflib_ether_pad(device_t dev, struct mbuf **m_head, uint16_t min_frame_size) in iflib_ether_pad() argument
3431 for (n = min_frame_size - (*m_head)->m_pkthdr.len; in iflib_ether_pad()