Searched refs:IFCAP_LRO (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-12-stable/sys/dev/liquidio/
H A Dlio_ioctl.c189 if (features & IFCAP_LRO)
262 if ((if_getcapabilities(ifp) & IFCAP_LRO) &&
263 (if_getcapenable(ifp) & IFCAP_LRO)) {
267 if_togglecapenable(ifp, IFCAP_LRO);
284 if (!(if_getcapabilities(ifp) & IFCAP_LRO)) {
289 if ((!(if_getcapenable(ifp) & IFCAP_LRO)) &&
292 if_togglecapenable(ifp, IFCAP_LRO);
298 } else if (if_getcapenable(ifp) & IFCAP_LRO) {
299 if_togglecapenable(ifp, IFCAP_LRO);
H A Dlio_core.c370 (if_getcapenable(ifp) & IFCAP_LRO) &&
H A Dlio_main.c1164 IFCAP_TSO | IFCAP_LRO |
1420 (if_getcapenable(ifp) & IFCAP_LRO) &&
/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge_var.h74 #ifndef IFCAP_LRO
75 #define IFCAP_LRO 0 macro
/freebsd-12-stable/sys/dev/xen/netfront/
H A Dnetfront.c590 if ((info->xn_ifp->if_capenable & IFCAP_LRO) != 0) {
1242 if ((ifp->if_capenable & IFCAP_LRO) == 0 ||
1816 if (mask & (IFCAP_RXCSUM | IFCAP_LRO)) {
1822 if (mask & IFCAP_LRO)
1823 ifp->if_capenable ^= IFCAP_LRO;
2015 np->xn_ifp->if_capabilities &= ~(IFCAP_TSO4|IFCAP_LRO);
2017 np->xn_ifp->if_capabilities |= IFCAP_TSO4|IFCAP_LRO;
2060 if ((cap_enabled & IFCAP_LRO) != 0)
2064 (ifp->if_capabilities & cap_enabled & IFCAP_LRO) != 0) {
2065 ifp->if_capenable |= IFCAP_LRO;
[all...]
/freebsd-12-stable/sys/net/
H A Dif.h233 #define IFCAP_LRO 0x00400 /* can do Large Receive Offload */ macro
H A Dif_vlan.c1701 cap |= p->if_capabilities & IFCAP_LRO;
1703 ena |= p->if_capenable & IFCAP_LRO;
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c505 if (priv->dev->if_capenable & IFCAP_LRO) {
507 priv->dev->if_capenable &= ~IFCAP_LRO;
826 (dev->if_capenable & IFCAP_LRO)) {
/freebsd-12-stable/sys/dev/ice/
H A Dice_lib.h179 IFCAP_VLAN_MTU | IFCAP_JUMBO_MTU | IFCAP_LRO)
/freebsd-12-stable/sys/dev/ixl/
H A Dixl.h263 IFCAP_VLAN_MTU | IFCAP_JUMBO_MTU | IFCAP_LRO)
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe.h214 IFCAP_LRO | IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_HWTSO | \
/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge.c609 ifp->if_capabilities |= IFCAP_LRO;
610 ifp->if_capenable |= IFCAP_LRO;
/freebsd-12-stable/sys/dev/vnic/
H A Dnicvf_main.c368 if_setcapabilitiesbit(ifp, IFCAP_LRO, 0);
540 if (mask & IFCAP_LRO) {
546 if_togglecapenable(ifp, IFCAP_LRO);
/freebsd-12-stable/sys/dev/xen/netback/
H A Dnetback.c2291 if (ifr->ifreqcap |= IFCAP_LRO) {
2292 ifp->if_capenable |= IFCAP_LRO;
2294 ifp->if_capenable &= ~(IFCAP_LRO);
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c481 (rq->ifp->if_capenable & IFCAP_LRO) == 0 ||
H A Dmlx5_en_main.c3398 if (mask & IFCAP_LRO) {
3402 ifp->if_capenable ^= IFCAP_LRO;
3405 if (!(ifp->if_capenable & IFCAP_LRO)) {
4288 ifp->if_capabilities |= IFCAP_LRO;
/freebsd-12-stable/sbin/ifconfig/
H A Difconfig.c1685 DEF_CMD("lro", IFCAP_LRO, setifcap),
1686 DEF_CMD("-lro", -IFCAP_LRO, setifcap),
/freebsd-12-stable/sys/dev/virtio/network/
H A Dif_vtnet.c999 ifp->if_capabilities |= IFCAP_LRO;
1148 if (mask & (IFCAP_RXCSUM | IFCAP_RXCSUM_IPV6 | IFCAP_LRO |
1157 if (mask & IFCAP_LRO)
1158 ifp->if_capenable ^= IFCAP_LRO;
2889 if (ifp->if_capabilities & IFCAP_LRO) {
2890 if ((ifp->if_capenable & IFCAP_LRO) == 0)
/freebsd-12-stable/sys/dev/qlxgbe/
H A Dql_os.c902 IFCAP_LRO;
1198 if (mask & IFCAP_LRO)
1199 ifp->if_capenable ^= IFCAP_LRO;
/freebsd-12-stable/sys/dev/ena/
H A Dena_datapath.c644 if (((ifp->if_capenable & IFCAP_LRO) != 0) &&
/freebsd-12-stable/sys/dev/neta/
H A Dif_mvneta.c657 ifp->if_capabilities |= IFCAP_LRO;
1387 if ((sc->ifp->if_capenable & IFCAP_LRO) != 0) {
2094 if (mask & IFCAP_LRO) {
2096 ifp->if_capenable ^= IFCAP_LRO;
/freebsd-12-stable/sys/dev/oce/
H A Doce_if.c578 if (u & IFCAP_LRO) {
579 ifp->if_capenable ^= IFCAP_LRO;
581 if(ifp->if_capenable & IFCAP_LRO) {
2208 sc->ifp->if_capabilities |= IFCAP_LRO;
/freebsd-12-stable/sys/dev/al_eth/
H A Dal_eth.c364 IFCAP_LRO | IFCAP_JUMBO_MTU;
2553 if ((adapter->netdev->if_capenable & IFCAP_LRO) != 0) {
3417 if ((mask & IFCAP_LRO) != 0) {
3418 ifp->if_capenable ^= IFCAP_LRO;
/freebsd-12-stable/sys/netinet/
H A Dtcp_lro.c968 (lc->ifp->if_capenable & IFCAP_LRO) == 0)) {
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_main.c997 IFCAP_VLAN_HWCSUM | IFCAP_TSO | IFCAP_JUMBO_MTU | IFCAP_LRO | \
2011 if (mask & IFCAP_LRO) {
2012 ifp->if_capenable ^= IFCAP_LRO;
2015 cxgb_set_lro(p, ifp->if_capenable & IFCAP_LRO);

Completed in 219 milliseconds

12