Symbol: ptp_cmd
drivers/net/ethernet/microchip/sparx5/sparx5_main.h
234
u8 ptp_cmd;
drivers/net/ethernet/microchip/sparx5/sparx5_ptp.c
101
port->ptp_cmd = IFH_REW_OP_ONE_STEP_PTP;
drivers/net/ethernet/microchip/sparx5/sparx5_ptp.c
104
port->ptp_cmd = IFH_REW_OP_NOOP;
drivers/net/ethernet/microchip/sparx5/sparx5_ptp.c
159
if (port->ptp_cmd == IFH_REW_OP_NOOP) {
drivers/net/ethernet/microchip/sparx5/sparx5_ptp.c
190
if (port->ptp_cmd == IFH_REW_OP_TWO_STEP_PTP) {
drivers/net/ethernet/microchip/sparx5/sparx5_ptp.c
98
port->ptp_cmd = IFH_REW_OP_TWO_STEP_PTP;
drivers/net/ethernet/mscc/ocelot_ptp.c
495
static int ocelot_ptp_tx_type_to_cmd(int tx_type, int *ptp_cmd)
drivers/net/ethernet/mscc/ocelot_ptp.c
499
*ptp_cmd = IFH_REW_OP_TWO_STEP_PTP;
drivers/net/ethernet/mscc/ocelot_ptp.c
505
*ptp_cmd = IFH_REW_OP_ORIGIN_PTP;
drivers/net/ethernet/mscc/ocelot_ptp.c
508
*ptp_cmd = 0;
drivers/net/ethernet/mscc/ocelot_ptp.c
522
switch (ocelot_port->ptp_cmd) {
drivers/net/ethernet/mscc/ocelot_ptp.c
544
int ptp_cmd;
drivers/net/ethernet/mscc/ocelot_ptp.c
548
err = ocelot_ptp_tx_type_to_cmd(cfg->tx_type, &ptp_cmd);
drivers/net/ethernet/mscc/ocelot_ptp.c
579
ocelot_port->ptp_cmd = ptp_cmd;
drivers/net/ethernet/mscc/ocelot_ptp.c
725
u8 ptp_cmd = ocelot_port->ptp_cmd;
drivers/net/ethernet/mscc/ocelot_ptp.c
730
if (!ptp_cmd)
drivers/net/ethernet/mscc/ocelot_ptp.c
740
if (ptp_cmd == IFH_REW_OP_ORIGIN_PTP) {
drivers/net/ethernet/mscc/ocelot_ptp.c
742
OCELOT_SKB_CB(skb)->ptp_cmd = ptp_cmd;
drivers/net/ethernet/mscc/ocelot_ptp.c
752
ptp_cmd = IFH_REW_OP_TWO_STEP_PTP;
drivers/net/ethernet/mscc/ocelot_ptp.c
755
if (ptp_cmd == IFH_REW_OP_TWO_STEP_PTP) {
drivers/net/ethernet/mscc/ocelot_ptp.c
770
OCELOT_SKB_CB(skb)->ptp_cmd = ptp_cmd;
drivers/net/phy/mscc/mscc_ptp.c
811
static int vsc85xx_ts_ptp_action_flow(struct phy_device *phydev, enum ts_blk blk, u8 flow, enum ptp_cmd cmd)
include/linux/dsa/ocelot.h
20
u8 ptp_cmd;
include/linux/dsa/ocelot.h
266
u8 ptp_cmd = OCELOT_SKB_CB(skb)->ptp_cmd;
include/linux/dsa/ocelot.h
269
if (ptp_cmd == IFH_REW_OP_TWO_STEP_PTP && clone) {
include/linux/dsa/ocelot.h
270
rew_op = ptp_cmd;
include/linux/dsa/ocelot.h
272
} else if (ptp_cmd == IFH_REW_OP_ORIGIN_PTP) {
include/linux/dsa/ocelot.h
273
rew_op = ptp_cmd;
include/soc/mscc/ocelot.h
796
u8 ptp_cmd;