Searched refs:ptp_cmd (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/dsa/
H A Docelot.h17 u8 ptp_cmd; member in struct:ocelot_skb_cb
263 u8 ptp_cmd = OCELOT_SKB_CB(skb)->ptp_cmd; local
266 if (ptp_cmd == IFH_REW_OP_TWO_STEP_PTP && clone) {
267 rew_op = ptp_cmd;
269 } else if (ptp_cmd == IFH_REW_OP_ORIGIN_PTP) {
270 rew_op = ptp_cmd;
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_ptp.c503 switch (ocelot_port->ptp_cmd) {
534 ocelot_port->ptp_cmd = IFH_REW_OP_TWO_STEP_PTP;
540 ocelot_port->ptp_cmd = IFH_REW_OP_ORIGIN_PTP;
543 ocelot_port->ptp_cmd = 0;
666 u8 ptp_cmd = ocelot_port->ptp_cmd; local
671 if (!ptp_cmd)
678 /* Store ptp_cmd in OCELOT_SKB_CB(skb)->ptp_cmd */
679 if (ptp_cmd
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c94 port->ptp_cmd = IFH_REW_OP_TWO_STEP_PTP;
97 port->ptp_cmd = IFH_REW_OP_ONE_STEP_PTP;
100 port->ptp_cmd = IFH_REW_OP_NOOP;
155 if (port->ptp_cmd == IFH_REW_OP_NOOP) {
186 if (port->ptp_cmd == IFH_REW_OP_TWO_STEP_PTP) {
H A Dsparx5_main.h191 u8 ptp_cmd; member in struct:sparx5_port
/linux-master/drivers/net/phy/mscc/
H A Dmscc_ptp.h432 enum ptp_cmd { enum
H A Dmscc_ptp.c808 static int vsc85xx_ts_ptp_action_flow(struct phy_device *phydev, enum ts_blk blk, u8 flow, enum ptp_cmd cmd)
/linux-master/include/soc/mscc/
H A Docelot.h788 u8 ptp_cmd; member in struct:ocelot_port

Completed in 144 milliseconds