Home
last modified time | relevance | path

Searched full:trk (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h213 * 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 Dconntrack.c888 /* 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 Dopenvswitch.sh485 '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 Dovs-dpctl.py172 "trk": 1 << 5,
/linux/Documentation/devicetree/bindings/phy/
H A Dnvidia,tegra186-xusb-padctl.yaml106 - const: trk
158 - const: trk
450 clock-names = "trk";
472 clock-names = "trk";
H A Dnvidia,tegra210-xusb-padctl.yaml101 - const: trk
165 - const: trk
632 clock-names = "trk";
659 clock-names = "trk";
H A Dnvidia,tegra124-xusb-padctl.yaml103 - const: trk
175 - const: trk
H A Dnvidia,tegra194-xusb-padctl.yaml101 - const: trk
540 clock-names = "trk";
/linux/drivers/net/ethernet/sfc/
H A Dtc.c843 * 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 Dimg-spdif-in.rst41 * name='SPDIF In Lock TRK',index=0
/linux/drivers/phy/tegra/
H A Dxusb-tegra186.c613 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 Dxusb-tegra210.c2202 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 Dtc_ct.c1486 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 Dct.json488 …"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 Dtegra210.dtsi1077 clock-names = "trk";
1105 clock-names = "trk";
H A Dtegra186.dtsi1025 clock-names = "trk";
1048 clock-names = "trk";
H A Dtegra194.dtsi1174 clock-names = "trk";
H A Dtegra234.dtsi3156 clock-names = "trk";
/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.c3430 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 Dcls_flower.c1720 "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()