Home
last modified time | relevance | path

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

/drivers/net/ethernet/mscc/
A Docelot_ptp.c499 *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
579 ocelot_port->ptp_cmd = ptp_cmd; in ocelot_hwstamp_set()
725 u8 ptp_cmd = ocelot_port->ptp_cmd; in ocelot_port_txtstamp_request() local
730 if (!ptp_cmd) in ocelot_port_txtstamp_request()
742 OCELOT_SKB_CB(skb)->ptp_cmd = ptp_cmd; in ocelot_port_txtstamp_request()
752 ptp_cmd = IFH_REW_OP_TWO_STEP_PTP; in ocelot_port_txtstamp_request()
[all …]
/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_ptp.c98 port->ptp_cmd = IFH_REW_OP_TWO_STEP_PTP; in sparx5_ptp_hwtstamp_set()
101 port->ptp_cmd = IFH_REW_OP_ONE_STEP_PTP; in sparx5_ptp_hwtstamp_set()
104 port->ptp_cmd = IFH_REW_OP_NOOP; in sparx5_ptp_hwtstamp_set()
159 if (port->ptp_cmd == IFH_REW_OP_NOOP) { in sparx5_ptp_classify()
190 if (port->ptp_cmd == IFH_REW_OP_TWO_STEP_PTP) { in sparx5_ptp_classify()
A Dsparx5_main.h234 u8 ptp_cmd; member
/drivers/net/phy/mscc/
A Dmscc_ptp.h433 enum ptp_cmd { enum
A Dmscc_ptp.c811 …t 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()

Completed in 21 milliseconds