Searched refs:isc_max_frame_size (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/freebsd_iflib/compat/net/
H A Diflib.h221 based on isc_max_frame_size */
222 uint16_t isc_max_frame_size; /* set at init time by driver */ member in struct:if_softc_ctx
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.c574 scctx->isc_max_frame_size = adapter->hw.mac.max_frame_size =
769 scctx->isc_max_frame_size = adapter->hw.mac.max_frame_size =
1498 max_frame_size = adapter->shared->isc_max_frame_size;
2042 psize = scctx->isc_max_frame_size;
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c1072 scctx->isc_max_frame_size = hw->mac.max_frame_size =
1324 scctx->isc_max_frame_size = sc->hw.mac.max_frame_size =
2428 max_frame_size = sc->shared->isc_max_frame_size;
3491 psize = scctx->isc_max_frame_size;
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c2521 iflib_get_mbuf_size_for(sctx->isc_max_frame_size);

Completed in 66 milliseconds