/openbmc/linux/drivers/ptp/ |
H A D | ptp_mock.c | 51 struct mock_phc *phc = info_to_phc(info); in mock_phc_adjfine() local 67 struct mock_phc *phc = info_to_phc(info); in mock_phc_adjtime() local 79 struct mock_phc *phc = info_to_phc(info); in mock_phc_settime64() local 91 struct mock_phc *phc = info_to_phc(info); in mock_phc_gettime64() local 112 int mock_phc_index(struct mock_phc *phc) in mock_phc_index() 120 struct mock_phc *phc; in mock_phc_create() local 167 void mock_phc_destroy(struct mock_phc *phc) in mock_phc_destroy()
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_phc.c | 295 struct ionic_phc *phc = container_of(cc, struct ionic_phc, cc); in ionic_cc_read() local 301 static int ionic_setphc_cmd(struct ionic_phc *phc, struct ionic_admin_ctx *ctx) in ionic_setphc_cmd() 319 struct ionic_phc *phc = container_of(info, struct ionic_phc, ptp_info); in ionic_phc_adjfine() local 356 struct ionic_phc *phc = container_of(info, struct ionic_phc, ptp_info); in ionic_phc_adjtime() local 382 struct ionic_phc *phc = container_of(info, struct ionic_phc, ptp_info); in ionic_phc_settime64() local 412 struct ionic_phc *phc = container_of(info, struct ionic_phc, ptp_info); in ionic_phc_gettimex64() local 436 struct ionic_phc *phc = container_of(info, struct ionic_phc, ptp_info); in ionic_phc_aux_work() local 523 struct ionic_phc *phc; in ionic_lif_alloc_phc() local
|
H A D | ionic_lif.h | 230 struct ionic_phc *phc; member
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_ptp.c | 82 struct sparx5_phc *phc; in sparx5_ptp_hwtstamp_set() local 142 struct sparx5_phc *phc; in sparx5_ptp_hwtstamp_get() local 393 struct sparx5_phc *phc = container_of(ptp, struct sparx5_phc, info); in sparx5_ptp_adjfine() local 441 struct sparx5_phc *phc = container_of(ptp, struct sparx5_phc, info); in sparx5_ptp_settime64() local 479 struct sparx5_phc *phc = container_of(ptp, struct sparx5_phc, info); in sparx5_ptp_gettime64() local 516 struct sparx5_phc *phc = container_of(ptp, struct sparx5_phc, info); in sparx5_ptp_adjtime() local 576 struct sparx5_phc *phc = &sparx5->phc[index]; in sparx5_ptp_phc_init() local 665 struct sparx5_phc *phc; in sparx5_ptp_rxtstamp() local
|
H A D | sparx5_ethtool.c | 1191 struct sparx5_phc *phc; in sparx5_get_ts_info() local
|
H A D | sparx5_main.h | 288 struct sparx5_phc phc[SPARX5_PHC_COUNT]; member
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ptp.c | 265 struct lan966x_phc *phc; in lan966x_ptp_hwtstamp_set() local 319 struct lan966x_phc *phc; in lan966x_ptp_hwtstamp_get() local 542 struct lan966x_phc *phc; in lan966x_ptp_ext_irq_handler() local 598 struct lan966x_phc *phc = container_of(ptp, struct lan966x_phc, info); in lan966x_ptp_adjfine() local 646 struct lan966x_phc *phc = container_of(ptp, struct lan966x_phc, info); in lan966x_ptp_settime64() local 684 struct lan966x_phc *phc = container_of(ptp, struct lan966x_phc, info); in lan966x_ptp_gettime64() local 721 struct lan966x_phc *phc = container_of(ptp, struct lan966x_phc, info); in lan966x_ptp_adjtime() local 770 struct lan966x_phc *phc = container_of(ptp, struct lan966x_phc, info); in lan966x_ptp_verify() local 810 struct lan966x_phc *phc = container_of(ptp, struct lan966x_phc, info); in lan966x_ptp_perout() local 911 struct lan966x_phc *phc = container_of(ptp, struct lan966x_phc, info); in lan966x_ptp_extts() local [all …]
|
H A D | lan966x_ethtool.c | 553 struct lan966x_phc *phc; in lan966x_get_ts_info() local
|
H A D | lan966x_main.h | 368 struct lan966x_phc phc[LAN966X_PHC_COUNT]; member
|
/openbmc/linux/include/linux/ |
H A D | ptp_mock.h | 27 static inline void mock_phc_destroy(struct mock_phc *phc) in mock_phc_destroy() 31 static inline int mock_phc_index(struct mock_phc *phc) in mock_phc_index()
|
/openbmc/linux/drivers/net/netdevsim/ |
H A D | netdev.c | 321 struct mock_phc *phc; in nsim_init_netdevsim() local
|
H A D | netdevsim.h | 97 struct mock_phc *phc; member
|