/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 447 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjfreq_82599() 498 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjfreq_X550() 534 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjtime() 561 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_gettimex() 613 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_settime() 640 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_feature_enable() 1388 snprintf(adapter->ptp_caps.name, in ixgbe_ptp_create_clock() 1389 sizeof(adapter->ptp_caps.name), in ixgbe_ptp_create_clock() 1391 adapter->ptp_caps.owner = THIS_MODULE; in ixgbe_ptp_create_clock() 1392 adapter->ptp_caps.max_adj = 250000000; in ixgbe_ptp_create_clock() [all …]
|
D | ixgbe.h | 718 struct ptp_clock_info ptp_caps; member
|
/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 197 ptp_caps); in igb_ptp_adjfreq_82576() 226 ptp_caps); in igb_ptp_adjfine_82580() 252 ptp_caps); in igb_ptp_adjtime_82576() 265 ptp_caps); in igb_ptp_adjtime_i210() 285 ptp_caps); in igb_ptp_gettimex_82576() 312 ptp_caps); in igb_ptp_gettimex_82580() 340 ptp_caps); in igb_ptp_gettimex_i210() 361 ptp_caps); in igb_ptp_settime_82576() 380 ptp_caps); in igb_ptp_settime_i210() 514 container_of(ptp, struct igb_adapter, ptp_caps); in igb_ptp_feature_enable_i210() [all …]
|
D | igb.h | 617 struct ptp_clock_info ptp_caps; member
|
D | igb_main.c | 6774 if (adapter->ptp_caps.pps) in igb_tsync_interrupt()
|
/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 287 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_adjfreq() 349 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_adjtime() 370 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_gettime() 402 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_settime() 440 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_enable() 585 fep->ptp_caps.owner = THIS_MODULE; in fec_ptp_init() 586 strlcpy(fep->ptp_caps.name, "fec ptp", sizeof(fep->ptp_caps.name)); in fec_ptp_init() 588 fep->ptp_caps.max_adj = 250000000; in fec_ptp_init() 589 fep->ptp_caps.n_alarm = 0; in fec_ptp_init() 590 fep->ptp_caps.n_ext_ts = 0; in fec_ptp_init() [all …]
|
D | fec.h | 561 struct ptp_clock_info ptp_caps; member
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 104 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjfreq() 148 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjtime() 175 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_gettimex() 195 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_settime() 706 strlcpy(pf->ptp_caps.name, i40e_driver_name, in i40e_ptp_create_clock() 707 sizeof(pf->ptp_caps.name) - 1); in i40e_ptp_create_clock() 708 pf->ptp_caps.owner = THIS_MODULE; in i40e_ptp_create_clock() 709 pf->ptp_caps.max_adj = 999999999; in i40e_ptp_create_clock() 710 pf->ptp_caps.n_ext_ts = 0; in i40e_ptp_create_clock() 711 pf->ptp_caps.pps = 0; in i40e_ptp_create_clock() [all …]
|
D | i40e.h | 633 struct ptp_clock_info ptp_caps; member
|
/drivers/net/ethernet/intel/igc/ |
D | igc_ptp.c | 45 ptp_caps); in igc_ptp_adjfine_i225() 71 ptp_caps); in igc_ptp_adjtime_i225() 91 ptp_caps); in igc_ptp_gettimex64_i225() 111 ptp_caps); in igc_ptp_settime_i225() 500 snprintf(adapter->ptp_caps.name, 16, "%pm", netdev->dev_addr); in igc_ptp_init() 501 adapter->ptp_caps.owner = THIS_MODULE; in igc_ptp_init() 502 adapter->ptp_caps.max_adj = 62499999; in igc_ptp_init() 503 adapter->ptp_caps.adjfine = igc_ptp_adjfine_i225; in igc_ptp_init() 504 adapter->ptp_caps.adjtime = igc_ptp_adjtime_i225; in igc_ptp_init() 505 adapter->ptp_caps.gettimex64 = igc_ptp_gettimex64_i225; in igc_ptp_init() [all …]
|
D | igc.h | 211 struct ptp_clock_info ptp_caps; member
|
/drivers/net/dsa/ocelot/ |
D | felix.h | 27 const struct ptp_clock_info *ptp_caps; member
|
D | felix.c | 597 err = ocelot_init_timestamp(ocelot, felix->info->ptp_caps); in felix_setup()
|
D | felix_vsc9959.c | 1368 .ptp_caps = &vsc9959_ptp_caps,
|