Home
last modified time | relevance | path

Searched refs:IFCAP_TSO (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/dev/mxge/
H A Dif_mxge_var.h56 #ifndef IFCAP_TSO
57 #define IFCAP_TSO 0 macro
/freebsd/sys/net/
H A Dif_edsc.c126 IFCAP_HWCSUM | IFCAP_TSO | in edsc_clone_create()
H A Dif.h309 #define IFCAP_TSO (IFCAP_TSO4 | IFCAP_TSO6) macro
H A Dif_vlan.c2133 cap |= p->if_capabilities & IFCAP_TSO; in vlan_capabilities()
2135 ena |= mena & IFCAP_TSO; in vlan_capabilities()
2136 if (ena & IFCAP_TSO) in vlan_capabilities()
H A Dif_vxlan.c3179 cap |= p->if_capabilities & IFCAP_TSO; in vxlan_set_hwcaps()
3189 ena |= sc->vxl_reqcap & p->if_capenable & IFCAP_TSO; in vxlan_set_hwcaps()
3190 if (ena & IFCAP_TSO) { in vxlan_set_hwcaps()
H A Dif_tuntap.c167 | IFCAP_TSO | IFCAP_LRO \
H A Diflib.c1724 if (if_getcapabilities(ctx->ifc_ifp) & IFCAP_TSO) { in iflib_txsd_alloc()
1751 tso = (if_getcapabilities(ctx->ifc_ifp) & IFCAP_TSO) != 0; in iflib_txsd_alloc()
4462 IFCAP_TSO | IFCAP_VLAN_HWTAGGING | IFCAP_HWSTATS | \
5272 if (if_getcapabilities(ifp) & IFCAP_TSO) { in iflib_device_register()
H A Dif_bridge.c195 #define BRIDGE_IFCAPS_MASK (IFCAP_TOE|IFCAP_TSO|IFCAP_TXCSUM|\
H A Dif.c925 if (ifp->if_capabilities & IFCAP_TSO) { in if_attach_internal()
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h198 #define IXGBE_CAPS (IFCAP_HWCSUM | IFCAP_HWCSUM_IPV6 | IFCAP_TSO | \
/freebsd/sys/dev/oce/
H A Doce_if.c523 if (IFCAP_TSO & if_getcapenable(ifp) && in oce_ioctl()
525 u &= ~IFCAP_TSO; in oce_ioctl()
526 if_setcapenablebit(ifp, 0, IFCAP_TSO); in oce_ioctl()
539 if (IFCAP_TSO & if_getcapenable(ifp)) { in oce_ioctl()
543 if_setcapenablebit(ifp, 0, IFCAP_TSO); in oce_ioctl()
2131 if_setcapabilitiesbit(sc->ifp, IFCAP_TSO, 0); in oce_attach_ifp()
/freebsd/sys/dev/e1000/
H A Dif_em.c1081 scctx->isc_capenable &= ~IFCAP_TSO; in em_if_attach_pre()
1089 scctx->isc_capenable &= ~IFCAP_TSO; in em_if_attach_pre()
1119 scctx->isc_capenable &= ~IFCAP_TSO; in em_if_attach_pre()
1132 IFCAP_TSO | IFCAP_VLAN_HWTSO); in em_if_attach_pre()
1140 ~(IFCAP_TSO |IFCAP_VLAN_HWTSO); in em_if_attach_pre()
4350 scctx->isc_capenable & IFCAP_TSO) { in em_automask_tso()
4353 sc->tso_automasked = scctx->isc_capenable & IFCAP_TSO; in em_automask_tso()
4354 scctx->isc_capenable &= ~IFCAP_TSO; in em_automask_tso()
4355 if_setcapenablebit(ifp, 0, IFCAP_TSO); in em_automask_tso()
/freebsd/sys/dev/ice/
H A Dice_lib.h195 (ICE_FULL_CAPS & ~(IFCAP_HWCSUM | IFCAP_TSO | \
/freebsd/sys/dev/al_eth/
H A Dal_eth.c356 IFCAP_HWCSUM_IPV6 | IFCAP_TSO | in al_attach()
3170 if ((if_getcapenable(ifp) & IFCAP_TSO) != 0) in al_eth_up()
3367 if ((mask & IFCAP_TSO) != 0) { in al_ioctl()
3368 if_togglecapenable(ifp, IFCAP_TSO); in al_ioctl()
/freebsd/sys/dev/gve/
H A Dgve_main.c415 IFCAP_TSO | in gve_setup_ifnet()
/freebsd/sbin/ifconfig/
H A Difconfig.c2137 DEF_CMD("tso", IFCAP_TSO, setifcap),
2138 DEF_CMD("-tso", IFCAP_TSO, clearifcap),
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c988 IFCAP_VLAN_HWCSUM | IFCAP_TSO | IFCAP_JUMBO_MTU | IFCAP_LRO | \
1036 if_setcapabilitiesbit(ifp, 0, IFCAP_TSO | IFCAP_VLAN_HWTSO); in cxgb_port_attach()
1037 if_setcapenablebit(ifp, 0, IFCAP_TSO | IFCAP_VLAN_HWTSO); in cxgb_port_attach()
/freebsd/sys/dev/netmap/
H A Dif_ptnet.c438 | IFCAP_TSO | IFCAP_LRO in ptnet_attach()
/freebsd/sys/dev/liquidio/
H A Dlio_main.c1159 IFCAP_TSO | IFCAP_LRO | in lio_init_ifnet()
/freebsd/sys/dev/axgbe/
H A Dxgbe-dev.c294 int tso_enabled = (if_getcapenable(pdata->netdev) & IFCAP_TSO); in xgbe_config_tso_mode()
H A Dif_axgbe_pci.c707 IFCAP_TSO | IFCAP_VLAN_HWTSO); in axgbe_init_iflib_softc_ctx()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4621 if_setcapabilitiesbit(ifp, IFCAP_TSO | IFCAP_VLAN_HWTSO, 0); in mlx5e_create_ifp()
4651 if (if_getcapenable(ifp) & IFCAP_TSO) in mlx5e_create_ifp()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c2702 IFCAP_VLAN_HWCSUM | IFCAP_TSO | IFCAP_JUMBO_MTU | IFCAP_LRO | \