Home
last modified time | relevance | path

Searched refs:isc_min_frame_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/
H A Diflib.h224 uint16_t isc_min_frame_size; /* set at init time by driver, only used if member
H A Diflib.c3649 __predict_false(m_head->m_pkthdr.len < scctx->isc_min_frame_size)) { in iflib_encap()
3650 err = iflib_ether_pad(ctx->ifc_dev, m_headp, scctx->isc_min_frame_size); in iflib_encap()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c1519 scctx->isc_min_frame_size = XGMAC_MIN_PACKET; in axgbe_if_attach_post()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c2319 scctx->isc_min_frame_size = BNXT_MIN_FRAME_SIZE; in bnxt_attach_pre()