| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | conntrack.h | 213 * nfp_fl_ct_handle_pre_ct() - Handles -trk conntrack rules 221 * merge with other +trk+est entries and offload if possible. 231 * nfp_fl_ct_handle_post_ct() - Handles +trk+est conntrack rules 238 * merge with other -trk entries and offload if possible. 248 * nfp_fl_create_new_pre_ct() - create next ct_zone -trk conntrack rules 252 * to the next relevant zone table. Try to merge with other +trk+est
|
| H A D | conntrack.c | 888 /* Using in_port from the -trk rule. The tc merge checks should already in nfp_fl_ct_add_offload()
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | openvswitch.sh | 485 'ct_state(-trk),eth(),eth_type(0x0800),ipv4()' \ 488 … 'recirc_id(0x1),ct_state(+trk+new),in_port(1),eth(),eth_type(0x0800),ipv4(src=172.31.110.10)' \ 491 … 'recirc_id(0x1),ct_state(+trk+est),in_port(1),eth(),eth_type(0x0800),ipv4(src=172.31.110.10)' \ 494 … 'recirc_id(0x1),ct_state(+trk+est),in_port(2),eth(),eth_type(0x0800),ipv4(dst=172.31.110.10)' \ 497 'recirc_id(0x1),ct_state(+trk+inv),eth(),eth_type(0x0800),ipv4()' 'drop' || \ 591 "ct_state(-trk),in_port(1),eth(),eth_type(0x0800),ipv4(dst=192.168.0.20)" \ 594 "ct_state(-trk),in_port(2),eth(),eth_type(0x0800),ipv4()" \ 598 "recirc_id(0x1),ct_state(+trk-inv),in_port(1),eth(),eth_type(0x0800),ipv4()" "2" 600 "recirc_id(0x2),ct_state(+trk-inv),in_port(2),eth(),eth_type(0x0800),ipv4()" "1" 656 "ct_state(-trk),in_port(1),eth(),eth_type(0x0800),ipv4(dst=172.31.110.20)" \ [all …]
|
| H A D | ovs-dpctl.py | 172 "trk": 1 << 5,
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | nvidia,tegra186-xusb-padctl.yaml | 106 - const: trk 158 - const: trk 450 clock-names = "trk"; 472 clock-names = "trk";
|
| H A D | nvidia,tegra210-xusb-padctl.yaml | 101 - const: trk 165 - const: trk 632 clock-names = "trk"; 659 clock-names = "trk";
|
| H A D | nvidia,tegra124-xusb-padctl.yaml | 103 - const: trk 175 - const: trk
|
| H A D | nvidia,tegra194-xusb-padctl.yaml | 101 - const: trk 540 clock-names = "trk";
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc.c | 843 * chain N, which typically match on +trk+est, and may perform ct(nat) actions. 850 * +trk+new which perform the ct(commit) action. These are not offloaded. 864 /* If rule is -trk, or doesn't mention trk at all, then in efx_tc_rule_is_lhs_rule() 866 * LHS rule). If rule is +trk, then a CT action could in efx_tc_rule_is_lhs_rule() 1486 NL_SET_ERR_MSG_MOD(extack, "LHS rule can never match +trk"); in efx_tc_flower_replace_foreign_lhs_ar() 1490 /* LHS rules are always -trk, so we don't need to match on that */ in efx_tc_flower_replace_foreign_lhs_ar() 1603 NL_SET_ERR_MSG_MOD(extack, "LHS rule can never match +trk"); in efx_tc_flower_replace_foreign_lhs() 1607 /* LHS rules are always -trk, so we don't need to match on that */ in efx_tc_flower_replace_foreign_lhs() 1720 /* AR table can't match on DO_CT (+trk). But a commonly used pattern is in efx_tc_flower_replace_foreign() 1721 * +trk+est, which is strictly implied by +est, so rewrite it to that. in efx_tc_flower_replace_foreign() [all …]
|
| /linux/Documentation/sound/cards/ |
| H A D | img-spdif-in.rst | 41 * name='SPDIF In Lock TRK',index=0
|
| /linux/drivers/phy/tegra/ |
| H A D | xusb-tegra186.c | 613 dev_warn(dev, "failed to enable USB2 trk clock: %d\n", err); in tegra186_utmi_bias_pad_power_on() 638 /* The failure with polling on trk complete will not in tegra186_utmi_bias_pad_power_on() 641 dev_warn(dev, "failed to poll USB2 trk completed: %d\n", err); in tegra186_utmi_bias_pad_power_on() 1045 priv->usb2_trk_clk = devm_clk_get(&pad->dev, "trk"); in tegra186_usb2_pad_probe() 1048 dev_dbg(&pad->dev, "failed to get usb2 trk clock: %d\n", err); in tegra186_usb2_pad_probe()
|
| H A D | xusb-tegra210.c | 2202 usb2->clk = devm_clk_get(&pad->dev, "trk"); in tegra210_usb2_pad_probe() 2205 dev_err(&pad->dev, "failed to get trk clock: %d\n", err); in tegra210_usb2_pad_probe() 2456 hsic->clk = devm_clk_get(&pad->dev, "trk"); in tegra210_hsic_pad_probe() 2459 dev_err(&pad->dev, "failed to get trk clock: %d\n", err); in tegra210_hsic_pad_probe()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_ct.c | 1486 bool trk, est, untrk, unnew, unest, new, rpl, unrpl, rel, unrel, inv, uninv; in mlx5_tc_ct_match_add() local 1519 "only ct_state trk, est, new and rpl are supported for offload"); in mlx5_tc_ct_match_add() 1525 trk = ct_state_on & TCA_FLOWER_KEY_CT_FLAGS_TRACKED; in mlx5_tc_ct_match_add() 1538 ctstate |= trk ? MLX5_CT_STATE_TRK_BIT : 0; in mlx5_tc_ct_match_add() 1542 ctstate_mask |= (untrk || trk) ? MLX5_CT_STATE_TRK_BIT : 0; in mlx5_tc_ct_match_add()
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| H A D | ct.json | 488 …"cmdUnderTest": "$TC filter add dev $DEV1 ingress protocol ip prio 1 flower ct_state -trk action c…
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra210.dtsi | 1077 clock-names = "trk"; 1105 clock-names = "trk";
|
| H A D | tegra186.dtsi | 1025 clock-names = "trk"; 1048 clock-names = "trk";
|
| H A D | tegra194.dtsi | 1174 clock-names = "trk";
|
| H A D | tegra234.dtsi | 3156 clock-names = "trk";
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | rtw8852a_rfk.c | 3430 rtw89_debug(rtwdev, RTW89_DBG_TSSI, "[TSSI][TRK] %s:\n", in _tssi_track() 3440 rtw89_debug(rtwdev, RTW89_DBG_TSSI, "[TSSI][TRK] return!!!\n"); in _tssi_track() 3458 "[TSSI][TRK] base_thermal=%d gain_offset=0x%x path=%d\n", in _tssi_track()
|
| /linux/net/sched/ |
| H A D | cls_flower.c | 1720 "no trk, so no other flag can be set"); in fl_validate_ct_state() 1735 "when inv is set, only trk may be set"); in fl_validate_ct_state()
|