Home
last modified time | relevance | path

Searched refs:INGRESS (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/phy/mscc/
H A Dmscc_ptp.c58 INGRESS, enumerator
72 case INGRESS: in vsc85xx_ts_read_csr()
122 case INGRESS: in vsc85xx_ts_write_csr()
861 if (blk == INGRESS) in vsc85xx_ptp_conf()
981 vsc85xx_eth1_next_comp(phydev, INGRESS, in vsc85xx_ts_engine_init()
993 vsc85xx_ip1_next_comp(phydev, INGRESS, in vsc85xx_ts_engine_init()
999 vsc85xx_eth1_conf(phydev, INGRESS, in vsc85xx_ts_engine_init()
1001 vsc85xx_ip1_conf(phydev, INGRESS, in vsc85xx_ts_engine_init()
1476 vsc85xx_eth_cmp1_init(phydev, INGRESS); in __vsc8584_init_ptp()
1477 vsc85xx_ip_cmp1_init(phydev, INGRESS); in __vsc8584_init_ptp()
[all …]
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_ip_encap.c431 #define INGRESS false macro
512 lwt_ip_encap(IPV6_ENCAP, INGRESS, "vrf red"); in test_lwt_ip_encap_vrf_ipv6()
521 lwt_ip_encap(IPV4_ENCAP, INGRESS, "vrf red"); in test_lwt_ip_encap_vrf_ipv4()
530 lwt_ip_encap(IPV6_ENCAP, INGRESS, ""); in test_lwt_ip_encap_ipv6()
539 lwt_ip_encap(IPV4_ENCAP, INGRESS, ""); in test_lwt_ip_encap_ipv4()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c184 unsigned long flags = MLX5_TC_FLAG(INGRESS) | MLX5_TC_FLAG(ESW_OFFLOAD); in mlx5e_rep_setup_tc_cb()
209 flags = MLX5_TC_FLAG(INGRESS) | in mlx5e_rep_setup_ft_cb()
369 MLX5_TC_FLAG(INGRESS); in mlx5e_rep_indr_setup_tc_cb()
/linux-6.15/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw.rst264 INGRESS priority mappings: 0:0 1:0 2:0 3:0 4:0 5:0 6:0 7:0
482 INGRESS priority mappings: 0:0 1:0 2:0 3:0 4:0 5:0 6:0 7:0
543 INGRESS priority mappings: 0:0 1:0 2:0 3:0 4:0 5:0 6:0 7:0
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c4321 if (flags & MLX5_TC_FLAG(INGRESS)) in get_flags()
4361 flow_flag_test(flow, INGRESS); in is_peer_flow_needed()
4880 bool dir_ingress = !!(flags & MLX5_TC_FLAG(INGRESS)); in same_flow_direction()
4883 return flow_flag_test(flow, INGRESS) == dir_ingress && in same_flow_direction()
5555 unsigned long flags = MLX5_TC_FLAG(INGRESS); in mlx5e_setup_tc_block_cb()