Searched refs:ptp_info (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 1473 struct lio *lio = container_of(ptp, struct lio, ptp_info); in liquidio_ptp_adjfreq() 1511 struct lio *lio = container_of(ptp, struct lio, ptp_info); in liquidio_ptp_adjtime() 1531 struct lio *lio = container_of(ptp, struct lio, ptp_info); in liquidio_ptp_gettime() 1555 struct lio *lio = container_of(ptp, struct lio, ptp_info); in liquidio_ptp_settime() 1591 snprintf(lio->ptp_info.name, 16, "%s", netdev->name); in oct_ptp_open() 1592 lio->ptp_info.owner = THIS_MODULE; in oct_ptp_open() 1593 lio->ptp_info.max_adj = 250000000; in oct_ptp_open() 1594 lio->ptp_info.n_alarm = 0; in oct_ptp_open() 1595 lio->ptp_info.n_ext_ts = 0; in oct_ptp_open() 1596 lio->ptp_info.n_per_out = 0; in oct_ptp_open() [all …]
|
D | octeon_network.h | 92 struct ptp_clock_info ptp_info; member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.h | 3172 struct ptp_clock_info ptp_info; member
|
D | tg3.c | 6175 struct tg3 *tp = container_of(ptp, struct tg3, ptp_info); in tg3_ptp_adjfreq() 6211 struct tg3 *tp = container_of(ptp, struct tg3, ptp_info); in tg3_ptp_adjtime() 6223 struct tg3 *tp = container_of(ptp, struct tg3, ptp_info); in tg3_ptp_gettime() 6239 struct tg3 *tp = container_of(ptp, struct tg3, ptp_info); in tg3_ptp_settime() 6254 struct tg3 *tp = container_of(ptp, struct tg3, ptp_info); in tg3_ptp_enable() 6343 tp->ptp_info = tg3_ptp_caps; in tg3_ptp_init() 17902 tp->ptp_clock = ptp_clock_register(&tp->ptp_info, in tg3_init_one()
|