/freebsd/sbin/ifconfig/ |
H A D | ifvlan.c | 310 DEF_CMD("vlanhwtso", IFCAP_VLAN_HWTSO, setifcap), 311 DEF_CMD("-vlanhwtso", IFCAP_VLAN_HWTSO, clearifcap),
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge.h | 78 #ifndef IFCAP_VLAN_HWTSO 79 #define IFCAP_VLAN_HWTSO 0 macro
|
H A D | sfxge.c | 79 IFCAP_VLAN_HWTSO | IFCAP_LINKSTATE | IFCAP_HWSTATS)
|
/freebsd/sys/dev/ice/ |
H A D | ice_lib.h | 189 IFCAP_VLAN_HWFILTER | IFCAP_VLAN_HWTSO | \ 190 IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_HWCSUM | IFCAP_VLAN_HWTSO | \ 196 IFCAP_VLAN_HWTSO | IFCAP_VLAN_HWCSUM))
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_ioctl.c | 197 if (features & IFCAP_VLAN_HWTSO) in lio_ioctl() 198 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in lio_ioctl()
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_iflib.h | 117 IFCAP_VLAN_HWFILTER | IFCAP_VLAN_HWTSO | \
|
/freebsd/sys/dev/sge/ |
H A D | if_sge.c | 634 IFCAP_VLAN_HWTSO | IFCAP_VLAN_MTU); in sge_attach() 1794 if ((mask & IFCAP_VLAN_HWTSO) != 0 && in sge_ioctl() 1795 (if_getcapabilities(ifp) & IFCAP_VLAN_HWTSO) != 0) in sge_ioctl() 1796 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in sge_ioctl() 1806 IFCAP_VLAN_HWTSO | IFCAP_VLAN_HWCSUM); in sge_ioctl()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe.h | 199 IFCAP_LRO | IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_HWTSO | \
|
/freebsd/sys/dev/ixl/ |
H A D | ixl.h | 258 IFCAP_VLAN_HWFILTER | IFCAP_VLAN_HWTSO | \
|
/freebsd/sys/dev/fxp/ |
H A D | if_fxp.c | 879 IFCAP_VLAN_HWCSUM | IFCAP_VLAN_HWTSO, 0); in fxp_attach() 881 IFCAP_VLAN_HWCSUM | IFCAP_VLAN_HWTSO, 0); in fxp_attach() 2922 if ((mask & IFCAP_VLAN_HWTSO) != 0 && in fxp_ioctl() 2923 (if_getcapabilities(ifp) & IFCAP_VLAN_HWTSO) != 0) in fxp_ioctl() 2924 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in fxp_ioctl() 2929 if_setcapenablebit(ifp, 0, IFCAP_VLAN_HWTSO | in fxp_ioctl()
|
/freebsd/sys/dev/qlxge/ |
H A D | qls_os.c | 750 if_setcapabilitiesbit(ifp, IFCAP_VLAN_HWTSO, 0); in qls_init_ifnet() 974 if (mask & IFCAP_VLAN_HWTSO) in qls_ioctl() 975 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in qls_ioctl()
|
/freebsd/sys/dev/re/ |
H A D | if_re.c | 1698 if_setcapenablebit(ifp, 0, (IFCAP_TSO4 | IFCAP_VLAN_HWTSO)); in re_attach() 3428 IFCAP_TSO4 | IFCAP_VLAN_HWTSO); in re_ioctl() 3518 if ((mask & IFCAP_VLAN_HWTSO) != 0 && in re_ioctl() 3519 (if_getcapabilities(ifp) & IFCAP_VLAN_HWTSO) != 0) in re_ioctl() 3520 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in re_ioctl() 3526 if_setcapenablebit(ifp, 0, IFCAP_VLAN_HWTSO); in re_ioctl() 3531 IFCAP_VLAN_HWTSO)) != 0) in re_ioctl()
|
/freebsd/sys/dev/nfe/ |
H A D | if_nfe.c | 608 (IFCAP_VLAN_HWCSUM | IFCAP_VLAN_HWTSO), 0); in nfe_attach() 1789 if ((mask & IFCAP_VLAN_HWTSO) != 0 && in nfe_ioctl() 1790 (if_getcapabilities(ifp) & IFCAP_VLAN_HWTSO) != 0) in nfe_ioctl() 1791 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in nfe_ioctl() 1796 if_setcapenablebit(ifp, 0, IFCAP_VLAN_HWTSO); in nfe_ioctl() 1810 (IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_HWTSO)); in nfe_ioctl()
|
/freebsd/sys/net/ |
H A D | if.h | 284 #define IFCAP_VLAN_HWTSO IFCAP_BIT(IFCAP_B_VLAN_HWTSO) macro
|
H A D | if_vlan.c | 2132 if (p->if_capabilities & IFCAP_VLAN_HWTSO) in vlan_capabilities() 2134 if (p->if_capenable & IFCAP_VLAN_HWTSO) { in vlan_capabilities()
|
/freebsd/sys/dev/ale/ |
H A D | if_ale.c | 640 IFCAP_VLAN_HWCSUM | IFCAP_VLAN_HWTSO, 0); in ale_attach() 2011 if ((mask & IFCAP_VLAN_HWTSO) != 0 && in ale_ioctl() 2012 (if_getcapabilities(ifp) & IFCAP_VLAN_HWTSO) != 0) in ale_ioctl() 2013 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in ale_ioctl() 2018 if_setcapenablebit(ifp, 0, IFCAP_VLAN_HWTSO); in ale_ioctl()
|
/freebsd/sys/dev/age/ |
H A D | if_age.c | 621 IFCAP_VLAN_HWCSUM | IFCAP_VLAN_HWTSO, 0); in age_attach() 1883 if ((mask & IFCAP_VLAN_HWTSO) != 0 && in age_ioctl() 1884 (if_getcapabilities(ifp) & IFCAP_VLAN_HWTSO) != 0) in age_ioctl() 1885 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in age_ioctl() 1890 if_setcapenablebit(ifp, 0, IFCAP_VLAN_HWTSO); in age_ioctl()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_main.c | 989 IFCAP_VLAN_HWTSO | IFCAP_LINKSTATE | IFCAP_HWCSUM_IPV6) 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() 1987 if (mask & IFCAP_VLAN_HWTSO) in cxgb_ioctl() 1988 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in cxgb_ioctl()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_os.c | 882 IFCAP_VLAN_HWTSO | in qla_init_ifnet() 1173 if (mask & IFCAP_VLAN_HWTSO) in qla_ioctl() 1174 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in qla_ioctl()
|
/freebsd/sys/dev/jme/ |
H A D | if_jme.c | 865 IFCAP_VLAN_HWCSUM | IFCAP_VLAN_HWTSO, 0); in jme_attach() 2047 if ((mask & IFCAP_VLAN_HWTSO) != 0 && in jme_ioctl() 2048 (if_getcapabilities(ifp) & IFCAP_VLAN_HWTSO) != 0) in jme_ioctl() 2049 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in jme_ioctl()
|
/freebsd/sys/dev/mxge/ |
H A D | if_mxge.c | 4120 if (mask & IFCAP_VLAN_HWTSO) in mxge_ioctl() 4121 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in mxge_ioctl() 4123 if (!(if_getcapabilities(ifp) & IFCAP_VLAN_HWTSO) || in mxge_ioctl() 4125 if_setcapenablebit(ifp, 0, IFCAP_VLAN_HWTSO); in mxge_ioctl() 4741 if_setcapabilitiesbit(ifp, IFCAP_VLAN_HWTSO, 0); in mxge_attach()
|
/freebsd/sys/dev/msk/ |
H A D | if_msk.c | 1148 if ((mask & IFCAP_VLAN_HWTSO) != 0 && in msk_ioctl() 1149 (IFCAP_VLAN_HWTSO & if_getcapabilities(ifp)) != 0) in msk_ioctl() 1150 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in msk_ioctl() 1156 IFCAP_VLAN_HWTSO | IFCAP_VLAN_HWCSUM); in msk_ioctl() 1678 if_setcapabilitiesbit(ifp, IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_HWTSO, 0); in msk_attach()
|
/freebsd/sys/dev/alc/ |
H A D | if_alc.c | 1616 IFCAP_VLAN_HWCSUM | IFCAP_VLAN_HWTSO, 0); in alc_attach() 3113 if ((mask & IFCAP_VLAN_HWTSO) != 0 && in alc_ioctl() 3114 (if_getcapabilities(ifp) & IFCAP_VLAN_HWTSO) != 0) in alc_ioctl() 3115 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in alc_ioctl() 3118 IFCAP_VLAN_HWTSO | IFCAP_VLAN_HWCSUM); in alc_ioctl()
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.c | 931 IFCAP_LRO | IFCAP_VLAN_HWTSO | IFCAP_JUMBO_MTU | IFCAP_HWCSUM_IPV6 936 IFCAP_LRO | IFCAP_VLAN_HWTSO | IFCAP_JUMBO_MTU | IFCAP_HWCSUM_IPV6 | \ 942 IFCAP_LRO | IFCAP_VLAN_HWTSO | IFCAP_JUMBO_MTU | IFCAP_HWCSUM_IPV6 | \ 1132 IFCAP_TSO | IFCAP_VLAN_HWTSO); in em_if_attach_pre() 1140 ~(IFCAP_TSO |IFCAP_VLAN_HWTSO); in em_if_attach_pre()
|
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 3729 if_setcapabilitiesbit(ifp, IFCAP_TSO4 | IFCAP_VLAN_HWTSO, 0); in bge_attach() 5860 if ((mask & IFCAP_VLAN_HWTSO) != 0 && in bge_ioctl() 5861 (if_getcapabilities(ifp) & IFCAP_VLAN_HWTSO) != 0) in bge_ioctl() 5862 if_togglecapenable(ifp, IFCAP_VLAN_HWTSO); in bge_ioctl() 5867 if_setcapenablebit(ifp, 0, IFCAP_VLAN_HWTSO); in bge_ioctl()
|