Searched refs:ptp_cmd (Results 1 – 4 of 4) sorted by relevance
20 u8 ptp_cmd; member 266 u8 ptp_cmd = OCELOT_SKB_CB(skb)->ptp_cmd; in ocelot_ptp_rew_op() local 269 if (ptp_cmd == IFH_REW_OP_TWO_STEP_PTP && clone) { in ocelot_ptp_rew_op() 270 rew_op = ptp_cmd; in ocelot_ptp_rew_op() 272 } else if (ptp_cmd == IFH_REW_OP_ORIGIN_PTP) { in ocelot_ptp_rew_op() 273 rew_op = ptp_cmd; in ocelot_ptp_rew_op()
495 static int ocelot_ptp_tx_type_to_cmd(int tx_type, int *ptp_cmd) in ocelot_ptp_tx_type_to_cmd() argument 499 *ptp_cmd = IFH_REW_OP_TWO_STEP_PTP; in ocelot_ptp_tx_type_to_cmd() 505 *ptp_cmd = IFH_REW_OP_ORIGIN_PTP; in ocelot_ptp_tx_type_to_cmd() 508 *ptp_cmd = 0; in ocelot_ptp_tx_type_to_cmd() 522 switch (ocelot_port->ptp_cmd) { in ocelot_hwstamp_get() 544 int ptp_cmd; in ocelot_hwstamp_set() local 548 err = ocelot_ptp_tx_type_to_cmd(cfg->tx_type, &ptp_cmd); in ocelot_hwstamp_set() 579 ocelot_port->ptp_cmd = ptp_cmd; in ocelot_hwstamp_set() 725 u8 ptp_cmd in ocelot_port_txtstamp_request() local [all...]
433 enum ptp_cmd { enum
811 static int vsc85xx_ts_ptp_action_flow(struct phy_device *phydev, enum ts_blk blk, u8 flow, enum ptp_cmd cmd) in vsc85xx_ts_ptp_action_flow()