Searched refs:IFCAP_TXRTLMT (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dif.h246 #define IFCAP_TXRTLMT 0x1000000 /* hardware supports TX rate limiting */ macro
H A Dif_vlan.c1798 cap |= (p->if_capabilities & IFCAP_TXRTLMT);
1799 ena |= (mena & IFCAP_TXRTLMT);
/freebsd-13-stable/sbin/ifconfig/
H A Difconfig.c1700 DEF_CMD("txrtlmt", IFCAP_TXRTLMT, setifcap),
1701 DEF_CMD("-txrtlmt", -IFCAP_TXRTLMT, setifcap),
/freebsd-13-stable/sys/netinet/
H A Dtcp_ratelimit.c1242 if (((ifp->if_capenable & IFCAP_TXRTLMT) == 0) ||
1334 if ((ifp->if_capenable & IFCAP_TXRTLMT) == 0) {
H A Din_pcb.c3486 } else if (!(ifp->if_capenable & IFCAP_TXRTLMT)) {
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_main.c1857 ifp->if_capabilities |= IFCAP_TXRTLMT;
1858 ifp->if_capenable |= IFCAP_TXRTLMT;
1888 switch (ifp->if_capabilities & (IFCAP_TOE | IFCAP_TXRTLMT)) {
1892 case IFCAP_TOE | IFCAP_TXRTLMT:
1895 case IFCAP_TXRTLMT:
2179 if (mask & IFCAP_TXRTLMT)
2180 ifp->if_capenable ^= IFCAP_TXRTLMT;
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4403 ifp->if_capabilities |= IFCAP_TXRTLMT | IFCAP_TXTLS_RTLMT;

Completed in 224 milliseconds