Searched refs:IFCAP_MEXTPG (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dif.h248 #define IFCAP_MEXTPG 0x4000000 /* understands M_EXTPG mbufs */ macro
H A Dif_vlan.c1809 cap |= (p->if_capabilities & IFCAP_MEXTPG);
1810 ena |= (mena & IFCAP_MEXTPG);
H A Diflib.c4253 IFCAP_VLAN_HWTSO | IFCAP_VLAN_HWCSUM | IFCAP_MEXTPG)
4380 mask &= ctx->ifc_softc_ctx.isc_capabilities | IFCAP_MEXTPG;
4781 scctx->isc_capabilities | IFCAP_HWSTATS | IFCAP_MEXTPG);
4783 scctx->isc_capenable | IFCAP_HWSTATS | IFCAP_MEXTPG);
/freebsd-13-stable/sbin/ifconfig/
H A Difconfig.c1662 DEF_CMD("mextpg", IFCAP_MEXTPG, setifcap),
1663 DEF_CMD("-mextpg", -IFCAP_MEXTPG, setifcap),
/freebsd-13-stable/sys/netinet/
H A Dip_output.c749 } else if ((ifp->if_capenable & IFCAP_MEXTPG) == 0) {
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3382 if (mask & IFCAP_MEXTPG)
3383 ifp->if_capenable ^= IFCAP_MEXTPG;
4400 ifp->if_capabilities |= IFCAP_MEXTPG;
/freebsd-13-stable/sys/kern/
H A Duipc_ktls.c849 if ((ifp->if_capenable & IFCAP_MEXTPG) == 0) {
/freebsd-13-stable/sys/netinet6/
H A Dip6_output.c228 (!frag && (ifp->if_capenable & IFCAP_MEXTPG) == 0)) {
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_main.c1792 IFCAP_HWRXTSTMP | IFCAP_MEXTPG)
2194 if (mask & IFCAP_MEXTPG)
2195 ifp->if_capenable ^= IFCAP_MEXTPG;

Completed in 124 milliseconds