Home
last modified time | relevance | path

Searched refs:isc_tx_tso_segments_max (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/net/
H A Diflib.h207 int isc_tx_tso_segments_max; member
H A Diflib.c1717 ntsosegments = scctx->isc_tx_tso_segments_max; in iflib_txsd_alloc()
3150 #define MAX_TX_DESC(ctx) MAX((ctx)->ifc_softc_ctx.isc_tx_tso_segments_max, \
3639 max_segs = scctx->isc_tx_tso_segments_max; in iflib_encap()
5262 if (scctx->isc_tx_tso_segments_max > num_txd / in iflib_device_register()
5264 scctx->isc_tx_tso_segments_max = max(1, in iflib_device_register()
5283 if_sethwtsomaxsegcount(ifp, scctx->isc_tx_tso_segments_max - 3); in iflib_device_register()
/freebsd/sys/dev/e1000/
H A Dif_em.c870 scctx->isc_tx_tso_segments_max = EM_MAX_SCATTER; in em_if_attach_pre()
890 scctx->isc_tx_tso_segments_max = EM_MAX_SCATTER; in em_if_attach_pre()
923 scctx->isc_tx_tso_segments_max = EM_MAX_SCATTER; in em_if_attach_pre()
/freebsd/sys/dev/iavf/
H A Dif_iavf_iflib.c375 scctx->isc_tx_tso_segments_max = IAVF_MAX_TSO_SEGS; in iavf_if_attach_pre()
/freebsd/sys/dev/ice/
H A Dif_ice_iflib.c418 scctx->isc_tx_tso_segments_max = ICE_MAX_TSO_SEGS; in ice_setup_scctx()
3404 scctx->isc_tx_tso_segments_max = ICE_MAX_TSO_SEGS; in ice_subif_setup_scctx()
/freebsd/sys/dev/ixgbe/
H A Dif_ixv.c496 scctx->isc_tx_tso_segments_max = scctx->isc_tx_nsegments; in ixv_if_attach_pre()
H A Dif_ix.c1037 scctx->isc_tx_tso_segments_max = scctx->isc_tx_nsegments; in ixgbe_if_attach_pre()
/freebsd/sys/dev/ixl/
H A Dif_ixl.c433 scctx->isc_tx_tso_segments_max = IXL_MAX_TSO_SEGS; in ixl_setup_ssctx()
/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c348 scctx->isc_tx_tso_segments_max = VMXNET3_TX_MAXSEGS; in vmxnet3_attach_pre()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c707 scctx->isc_tx_tso_segments_max = 32; in axgbe_init_iflib_softc_ctx()
/freebsd/sys/dev/igc/
H A Dif_igc.c504 scctx->isc_tx_tso_segments_max = IGC_MAX_SCATTER; in igc_if_attach_pre()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c2315 scctx->isc_tx_tso_segments_max = 31; in bnxt_attach_pre()