Searched refs:IFCAP_TXTLS_RTLMT (Results 1 – 6 of 6) sorted by relevance
2189 if (p->if_capabilities & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT)) in vlan_capabilities()2190 cap |= p->if_capabilities & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT); in vlan_capabilities()2191 if (p->if_capenable & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT)) in vlan_capabilities()2192 ena |= mena & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT); in vlan_capabilities()
298 #define IFCAP_TXTLS_RTLMT IFCAP_BIT(IFCAP_B_TXTLS_RTLMT) macro
2158 DEF_CMD("txtlsrtlmt", IFCAP_TXTLS_RTLMT, setifcap),2159 DEF_CMD("-txtlsrtlmt", IFCAP_TXTLS_RTLMT, clearifcap),
3590 drv_ioctl_data->reqcap &= ~(IFCAP_TXTLS_RTLMT | in mlx5e_ioctl()3629 if (mask & IFCAP_TXTLS_RTLMT) in mlx5e_ioctl()3630 if_togglecapenable(ifp, IFCAP_TXTLS_RTLMT); in mlx5e_ioctl()4624 if_setcapabilitiesbit(ifp, IFCAP_TXTLS_RTLMT, 0); in mlx5e_create_ifp()
1360 if ((ifp->if_capenable & IFCAP_TXTLS_RTLMT) == 0 || in tcp_set_pacing_rate()
961 (if_getcapenable(ifp) & IFCAP_TXTLS_RTLMT) != 0) { in ktls_alloc_snd_tag()