/freebsd/sys/net/ |
H A D | if_loop.c | 425 if ((mask & IFCAP_TXCSUM_IPV6) != 0) { in loioctl() 427 ifp->if_capenable ^= IFCAP_TXCSUM_IPV6; in loioctl() 437 if (ifp->if_capenable & IFCAP_TXCSUM_IPV6) in loioctl()
|
H A D | if.h | 288 #define IFCAP_TXCSUM_IPV6 IFCAP_BIT(IFCAP_B_TXCSUM_IPV6) macro 306 #define IFCAP_HWCSUM_IPV6 (IFCAP_RXCSUM_IPV6 | IFCAP_TXCSUM_IPV6)
|
H A D | if_vxlan.c | 3083 if (mask & IFCAP_TXCSUM_IPV6 && !(reqcap & IFCAP_TXCSUM_IPV6) && in vxlan_set_reqcap() 3096 !(reqcap & IFCAP_TXCSUM_IPV6)) { in vxlan_set_reqcap() 3169 if (ena & IFCAP_TXCSUM_IPV6) { in vxlan_set_hwcaps()
|
H A D | if_tuntap.c | 1239 if (ifp->if_capenable & IFCAP_TXCSUM_IPV6) in tun_caps_changed()
|
/freebsd/sys/dev/mxge/ |
H A D | if_mxge_var.h | 68 #ifndef IFCAP_TXCSUM_IPV6 69 #define IFCAP_TXCSUM_IPV6 0 macro
|
H A D | if_mxge.c | 4082 if (mask & IFCAP_TXCSUM_IPV6) { in mxge_ioctl() 4083 if (IFCAP_TXCSUM_IPV6 & if_getcapenable(ifp)) { in mxge_ioctl() 4086 IFCAP_TXCSUM_IPV6 | IFCAP_TSO6); in mxge_ioctl() 4090 if_setcapenablebit(ifp, IFCAP_TXCSUM_IPV6, 0); in mxge_ioctl() 4105 } else if (IFCAP_TXCSUM_IPV6 & if_getcapenable(ifp)) { in mxge_ioctl() 4729 IFCAP_VLAN_MTU | IFCAP_LINKSTATE | IFCAP_TXCSUM_IPV6 | in mxge_attach()
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_ioctl.c | 167 if (features & IFCAP_TXCSUM_IPV6) { in lio_ioctl() 168 if_togglecapenable(ifp, IFCAP_TXCSUM_IPV6); in lio_ioctl() 169 if (if_getcapenable(ifp) & IFCAP_TXCSUM_IPV6) in lio_ioctl()
|
/freebsd/sys/dev/ntb/if_ntb/ |
H A D | if_ntb.c | 273 if (ifr->ifr_reqcap & IFCAP_TXCSUM_IPV6) { in ntb_ioctl() 274 if_setcapenablebit(ifp, IFCAP_TXCSUM_IPV6, 0); in ntb_ioctl() 277 if_setcapenablebit(ifp, 0, IFCAP_TXCSUM_IPV6); in ntb_ioctl()
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_iflib.h | 115 IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6 | \
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge.c | 76 IFCAP_RXCSUM_IPV6 | IFCAP_TXCSUM_IPV6 | \ 476 (reqcap & (IFCAP_TSO6 | IFCAP_TXCSUM_IPV6)) == IFCAP_TSO6) { in sfxge_if_ioctl() 493 if (reqcap & IFCAP_TXCSUM_IPV6) { in sfxge_if_ioctl()
|
/freebsd/sys/arm64/broadcom/genet/ |
H A D | if_genet.c | 551 if ((if_getcapenable(sc->ifp) & (IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6)) != in gen_enable_offload() 1091 if ((if_getcapenable(sc->ifp) & (IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6)) != in gen_encap() 1592 if (flags & IFCAP_TXCSUM_IPV6) in gen_ioctl() 1593 enable ^= IFCAP_TXCSUM_IPV6; in gen_ioctl() 1594 if (enable & (IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6)) in gen_ioctl()
|
/freebsd/sys/dev/gve/ |
H A D | gve_main.c | 121 if (if_getcapenable(ifp) & IFCAP_TXCSUM_IPV6) in gve_up() 414 IFCAP_TXCSUM_IPV6 | in gve_setup_ifnet()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl.h | 256 IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6 | \
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 245 if (mask & IFCAP_TXCSUM_IPV6) { in mana_ioctl() 246 if_togglecapenable(ifp, IFCAP_TXCSUM_IPV6); in mana_ioctl() 250 !(IFCAP_TXCSUM_IPV6 & if_getcapenable(ifp))) { in mana_ioctl() 282 !(IFCAP_TXCSUM_IPV6 & if_getcapenable(ifp))) { in mana_ioctl() 2945 IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6 | in mana_probe_port() 2964 if (if_getcapenable(ndev) & IFCAP_TXCSUM_IPV6) in mana_probe_port()
|
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_netdev.c | 2017 if (mask & IFCAP_TXCSUM_IPV6) { in mlx4_en_ioctl() 2018 if_togglecapenable(dev, IFCAP_TXCSUM_IPV6); in mlx4_en_ioctl() 2022 !(IFCAP_TXCSUM_IPV6 & if_getcapenable(dev))) { in mlx4_en_ioctl() 2047 !(IFCAP_TXCSUM_IPV6 & if_getcapenable(dev))) { in mlx4_en_ioctl() 2270 if (if_getcapenable(dev) & IFCAP_TXCSUM_IPV6) in mlx4_en_init_netdev()
|
/freebsd/sys/dev/ice/ |
H A D | ice_lib.h | 187 IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6 | \
|
/freebsd/sys/dev/usb/net/ |
H A D | if_ure.c | 1465 if ((mask & IFCAP_TXCSUM_IPV6) != 0 && in ure_ioctl() 1466 (if_getcapabilities(ifp) & IFCAP_TXCSUM_IPV6) != 0) { in ure_ioctl() 1467 if_togglecapenable(ifp, IFCAP_TXCSUM_IPV6); in ure_ioctl()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_main.c | 1915 if (mask & IFCAP_TXCSUM_IPV6) { in cxgb_ioctl() 1916 if_togglecapenable(ifp, IFCAP_TXCSUM_IPV6); in cxgb_ioctl() 1920 !(IFCAP_TXCSUM_IPV6 & if_getcapenable(ifp))) { in cxgb_ioctl() 1949 !(IFCAP_TXCSUM_IPV6 & if_getcapenable(ifp))) { in cxgb_ioctl()
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig.c | 2121 DEF_CMD("txcsum6", IFCAP_TXCSUM_IPV6, setifcap), 2122 DEF_CMD("-txcsum6", IFCAP_TXCSUM_IPV6, clearifcap),
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_main.c | 3642 if (mask & IFCAP_TXCSUM_IPV6) { in mlx5e_ioctl() 3643 if_togglecapenable(ifp, IFCAP_TXCSUM_IPV6); in mlx5e_ioctl() 3647 !(IFCAP_TXCSUM_IPV6 & if_getcapenable(ifp))) { in mlx5e_ioctl() 3681 !(IFCAP_TXCSUM_IPV6 & if_getcapenable(ifp))) { in mlx5e_ioctl() 4666 if (if_getcapenable(ifp) & IFCAP_TXCSUM_IPV6) in mlx5e_create_ifp()
|
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 1118 if_setcapabilitiesbit(ifp, IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6, 0); in vtnet_setup_interface() 1338 if (mask & IFCAP_TXCSUM_IPV6) in vtnet_ioctl_ifcap() 1339 if_togglecapenable(ifp, IFCAP_TXCSUM_IPV6); in vtnet_ioctl_ifcap() 3439 if (if_getcapenable(ifp) & IFCAP_TXCSUM_IPV6) in vtnet_reinit()
|
/freebsd/sys/dev/cadence/ |
H A D | if_cgem.c | 1286 IFCAP_TXCSUM_IPV6, 0); in cgem_ioctl() 1295 IFCAP_TXCSUM_IPV6); in cgem_ioctl()
|
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | if_hn.c | 2405 if_setcapabilitiesbit(ifp, IFCAP_TXCSUM_IPV6, 0); in hn_attach() 2422 if_setcapenablebit(ifp, 0, (IFCAP_TXCSUM_IPV6 | IFCAP_TSO6)); in hn_attach() 3908 if (mask & IFCAP_TXCSUM_IPV6) { in hn_ioctl() 3909 if_togglecapenable(ifp, IFCAP_TXCSUM_IPV6); in hn_ioctl() 3910 if (if_getcapenable(ifp) & IFCAP_TXCSUM_IPV6) in hn_ioctl()
|
/freebsd/sys/dev/mgb/ |
H A D | if_mgb.c | 370 IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6 | in mgb_attach_pre()
|
/freebsd/sys/dev/ena/ |
H A D | ena.c | 2483 caps |= IFCAP_TXCSUM_IPV6; in ena_get_dev_offloads() 2531 if ((cap & IFCAP_TXCSUM_IPV6) != 0) in ena_update_hwassist()
|