/kernel/linux/linux-6.6/net/mac80211/ |
H A D | led.c | 249 unsigned long traffic, delta; in tpt_trig_traffic() local 251 traffic = tpt_trig->tx_bytes + tpt_trig->rx_bytes; in tpt_trig_traffic() 253 delta = traffic - tpt_trig->prev_traffic; in tpt_trig_traffic() 254 tpt_trig->prev_traffic = traffic; in tpt_trig_traffic() 329 /* reset traffic */ in ieee80211_start_tpt_led_trig()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/ |
H A D | Makefile | 8 vxge-objs := vxge-config.o vxge-traffic.o vxge-ethtool.o vxge-main.o
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | led.c | 249 unsigned long traffic, delta; in tpt_trig_traffic() local 251 traffic = tpt_trig->tx_bytes + tpt_trig->rx_bytes; in tpt_trig_traffic() 253 delta = traffic - tpt_trig->prev_traffic; in tpt_trig_traffic() 254 tpt_trig->prev_traffic = traffic; in tpt_trig_traffic() 333 /* reset traffic */ in ieee80211_start_tpt_led_trig()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | srv6_hl2encap_red_l2vpn_test.sh | 17 # i) The SRv6 H.L2Encaps.Red behavior applies SRv6 Policies on traffic 86 # An SRv6 ingress router applies SRv6 policies to the traffic received from a 88 # received traffic into a new IPv6 packet with a given SID List contained in 98 # i.a) L2 traffic, SID List=fcff:2::d2 100 # Policy (i.a) steers tunneled L2 traffic through SRv6 router rt-2. 108 # i.b) L2 traffic, SID List=fcff:4::e,fcff:3::e,fcff:1::d2 110 # Policy (i.b) steers tunneled L2 traffic through the SRv6 routers 393 # $3 - SRv6 routers configured for steering traffic (End behaviors) 397 # $6 - traffic type (IPv6 or IPv4) 405 local traffic [all...] |
H A D | srv6_hencap_red_l3vpn_test.sh | 17 # i) The SRv6 H.Encaps.Red behavior applies SRv6 Policies on traffic received 31 # handling, at the same time, both tunneled IPv4 and IPv6 traffic. 96 # An SRv6 ingress router applies SRv6 policies to the traffic received from a 98 # received traffic into a new IPv6 packet with a given SID List contained in 108 # i.a) IPv6 traffic, SID List=fcff:3::e,fcff:4::e,fcff:2::d46 109 # ii.a) IPv4 traffic, SID List=fcff:2::d46 111 # Policy (i.a) steers tunneled IPv6 traffic through SRv6 routers 112 # rt-3,rt-4,rt-2. Instead, Policy (ii.a) steers tunneled IPv4 traffic through 116 # traffic, the H.Encaps.Red omits the presence of SRH at all, since the SID 123 # i.b) IPv6 traffic, SI [all...] |
H A D | srv6_end_x_next_csid_l3vpn_test.sh | 18 # traffic received by connected hosts, initiating the VPN tunnel; 37 # handling, at the same time, both tunneled IPv4 and IPv6 traffic. 102 # Incoming traffic classification and application of SRv6 Policies 105 # An SRv6 ingress router applies different SRv6 Policies to the traffic received 107 # SRv6 policy enforcement consists of encapsulating the received traffic into a 258 # fcf0:0:1:4::1, used to route traffic to the rt-1 node. 711 # $3 - SRv6 routers configured for steering traffic (End.X behaviors) 713 # $5 - traffic type (IPv6 or IPv4) 720 local traffic="$5" 761 if [ "${traffic}" [all...] |
H A D | srv6_end_next_csid_l3vpn_test.sh | 17 # traffic received by connected hosts, initiating the VPN tunnel; 34 # handling, at the same time, both tunneled IPv4 and IPv6 traffic. 99 # Incoming traffic classification and application of SRv6 Policies 102 # An SRv6 ingress router applies different SRv6 Policies to the traffic received 104 # SRv6 policy enforcement consists of encapsulating the received traffic into a 241 # and (ii), the network paths crossed by traffic from hs-2 to hs-1 are the same 242 # as those taken by traffic from hs-1 to hs-2. 243 # In this way, traffic from hs-2 to hs-1 is processed similarly to traffic from 244 # hs-1 to hs-2. So, the traffic processin [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | enic_main.c | 1466 u32 traffic; in enic_calc_int_moderation() local 1475 traffic = pkt_size_counter->large_pkt_bytes_cnt + in enic_calc_int_moderation() 1478 * traffic *= 8 => bits in enic_calc_int_moderation() 1479 * traffic *= (10^6 / delta) => bps in enic_calc_int_moderation() 1480 * traffic /= 10^6 => Mbps in enic_calc_int_moderation() 1482 * Combining, traffic *= (8 / delta) in enic_calc_int_moderation() 1485 traffic <<= 3; in enic_calc_int_moderation() 1486 traffic = delta > UINT_MAX ? 0 : traffic / (u32)delta; in enic_calc_int_moderation() 1489 if (traffic < mod_tabl in enic_calc_int_moderation() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | enic_main.c | 1466 u32 traffic; in enic_calc_int_moderation() local 1475 traffic = pkt_size_counter->large_pkt_bytes_cnt + in enic_calc_int_moderation() 1478 * traffic *= 8 => bits in enic_calc_int_moderation() 1479 * traffic *= (10^6 / delta) => bps in enic_calc_int_moderation() 1480 * traffic /= 10^6 => Mbps in enic_calc_int_moderation() 1482 * Combining, traffic *= (8 / delta) in enic_calc_int_moderation() 1485 traffic <<= 3; in enic_calc_int_moderation() 1486 traffic = delta > UINT_MAX ? 0 : traffic / (u32)delta; in enic_calc_int_moderation() 1489 if (traffic < mod_tabl in enic_calc_int_moderation() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | hal.h | 2785 /* Flag to schedule the traffic type */ 2798 struct wcn36xx_hal_ts_info_tfc traffic; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/ |
H A D | hal.h | 2822 /* Flag to schedule the traffic type */ 2835 struct wcn36xx_hal_ts_info_tfc traffic; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 5966 link_info->stat.traffic = rtwvif->stats; in rtw89_btc_ntfy_wl_sta_iter() 5967 link_info_t = &link_info->stat.traffic; in rtw89_btc_ntfy_wl_sta_iter() 6282 t = &plink->stat.traffic; in _show_wl_role_info()
|
H A D | core.h | 1254 struct rtw89_traffic_stats traffic; member
|