Searched refs:IFCAP_TXTLS_RTLMT (Results 1 – 6 of 6) sorted by relevance
2201 if (p->if_capabilities & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT)) in vlan_capabilities()2202 cap |= p->if_capabilities & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT); in vlan_capabilities()2203 if (p->if_capenable & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT)) in vlan_capabilities()2204 ena |= mena & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT); in vlan_capabilities()
297 #define IFCAP_TXTLS_RTLMT IFCAP_BIT(IFCAP_B_TXTLS_RTLMT) macro
2161 DEF_CMD("txtlsrtlmt", IFCAP_TXTLS_RTLMT, setifcap),2162 DEF_CMD("-txtlsrtlmt", IFCAP_TXTLS_RTLMT, clearifcap),
3623 drv_ioctl_data->reqcap &= ~(IFCAP_TXTLS_RTLMT | in mlx5e_ioctl()3662 if (mask & IFCAP_TXTLS_RTLMT) in mlx5e_ioctl()3663 if_togglecapenable(ifp, IFCAP_TXTLS_RTLMT); in mlx5e_ioctl()4643 if_setcapabilitiesbit(ifp, IFCAP_TXTLS_RTLMT, 0); in mlx5e_create_ifp()
1361 if ((ifp->if_capenable & IFCAP_TXTLS_RTLMT) == 0 || in tcp_set_pacing_rate()
970 (if_getcapenable(ifp) & IFCAP_TXTLS_RTLMT) != 0) { in ktls_alloc_snd_tag()