Symbol: EGRESS
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c
368
MLX5_TC_FLAG(EGRESS) :
drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c
394
flags = MLX5_TC_FLAG(EGRESS) |
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
1994
flow_flag_test(flow, EGRESS) ?
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
4326
if (flags & MLX5_TC_FLAG(EGRESS))
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
4884
bool dir_egress = !!(flags & MLX5_TC_FLAG(EGRESS));
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
4887
flow_flag_test(flow, EGRESS) == dir_egress;
drivers/net/phy/mscc/mscc_ptp.c
1009
vsc85xx_eth1_conf(phydev, EGRESS,
drivers/net/phy/mscc/mscc_ptp.c
1011
vsc85xx_ip1_conf(phydev, EGRESS,
drivers/net/phy/mscc/mscc_ptp.c
1013
vsc85xx_ptp_conf(phydev, EGRESS, one_step,
drivers/net/phy/mscc/mscc_ptp.c
125
case EGRESS:
drivers/net/phy/mscc/mscc_ptp.c
1493
vsc85xx_ts_disable_flows(phydev, EGRESS);
drivers/net/phy/mscc/mscc_ptp.c
1519
vsc85xx_eth_cmp1_init(phydev, EGRESS);
drivers/net/phy/mscc/mscc_ptp.c
1520
vsc85xx_ip_cmp1_init(phydev, EGRESS);
drivers/net/phy/mscc/mscc_ptp.c
1521
vsc85xx_ptp_cmp_init(phydev, EGRESS);
drivers/net/phy/mscc/mscc_ptp.c
196
vsc85xx_ts_write_csr(phydev, EGRESS, MSCC_PHY_ANA_FSB_REG(i),
drivers/net/phy/mscc/mscc_ptp.c
200
vsc85xx_ts_write_csr(phydev, EGRESS, MSCC_PHY_ANA_FSB_REG(3),
drivers/net/phy/mscc/mscc_ptp.c
349
val = vsc85xx_ts_read_csr(phydev, EGRESS, MSCC_PHY_ANA_ETH1_NTX_PROT);
drivers/net/phy/mscc/mscc_ptp.c
352
vsc85xx_ts_write_csr(phydev, EGRESS, MSCC_PHY_ANA_ETH1_NTX_PROT, val);
drivers/net/phy/mscc/mscc_ptp.c
354
val = vsc85xx_ts_read_csr(phydev, EGRESS, MSCC_PHY_ANA_FSB_CFG);
drivers/net/phy/mscc/mscc_ptp.c
357
vsc85xx_ts_write_csr(phydev, EGRESS, MSCC_PHY_ANA_FSB_CFG, val);
drivers/net/phy/mscc/mscc_ptp.c
75
case EGRESS:
drivers/net/phy/mscc/mscc_ptp.c
986
vsc85xx_eth1_next_comp(phydev, EGRESS,
drivers/net/phy/mscc/mscc_ptp.c
992
vsc85xx_eth1_next_comp(phydev, EGRESS,
drivers/net/phy/mscc/mscc_ptp.c
998
vsc85xx_ip1_next_comp(phydev, EGRESS,
tools/testing/selftests/bpf/prog_tests/lwt_ip_encap.c
509
lwt_ip_encap(IPV6_ENCAP, EGRESS, "vrf red");
tools/testing/selftests/bpf/prog_tests/lwt_ip_encap.c
518
lwt_ip_encap(IPV4_ENCAP, EGRESS, "vrf red");
tools/testing/selftests/bpf/prog_tests/lwt_ip_encap.c
527
lwt_ip_encap(IPV6_ENCAP, EGRESS, "");
tools/testing/selftests/bpf/prog_tests/lwt_ip_encap.c
536
lwt_ip_encap(IPV4_ENCAP, EGRESS, "");