Home
last modified time | relevance | path

Searched refs:ptp_caps (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c447 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()
1353 snprintf(adapter->ptp_caps.name, in ixgbe_ptp_create_clock()
1354 sizeof(adapter->ptp_caps.name), in ixgbe_ptp_create_clock()
1356 adapter->ptp_caps.owner = THIS_MODULE; in ixgbe_ptp_create_clock()
1357 adapter->ptp_caps.max_adj = 250000000; in ixgbe_ptp_create_clock()
[all …]
Dixgbe.h720 struct ptp_clock_info ptp_caps; member
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_ptp.c197 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 …]
Digb.h547 struct ptp_clock_info ptp_caps; member
Digb_main.c6457 if (adapter->ptp_caps.pps) in igb_tsync_interrupt()
/Linux-v5.4/drivers/net/ethernet/freescale/
Dfec_ptp.c298 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_adjfreq()
360 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_adjtime()
381 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_gettime()
406 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_settime()
444 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_enable()
579 fep->ptp_caps.owner = THIS_MODULE; in fec_ptp_init()
580 snprintf(fep->ptp_caps.name, 16, "fec ptp"); in fec_ptp_init()
582 fep->ptp_caps.max_adj = 250000000; in fec_ptp_init()
583 fep->ptp_caps.n_alarm = 0; in fec_ptp_init()
584 fep->ptp_caps.n_ext_ts = 0; in fec_ptp_init()
[all …]
Dfec.h553 struct ptp_clock_info ptp_caps; member
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c103 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjfreq()
147 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjtime()
174 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_gettimex()
194 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_settime()
703 strlcpy(pf->ptp_caps.name, i40e_driver_name, in i40e_ptp_create_clock()
704 sizeof(pf->ptp_caps.name) - 1); in i40e_ptp_create_clock()
705 pf->ptp_caps.owner = THIS_MODULE; in i40e_ptp_create_clock()
706 pf->ptp_caps.max_adj = 999999999; in i40e_ptp_create_clock()
707 pf->ptp_caps.n_ext_ts = 0; in i40e_ptp_create_clock()
708 pf->ptp_caps.pps = 0; in i40e_ptp_create_clock()
[all …]
Di40e.h629 struct ptp_clock_info ptp_caps; member
/Linux-v5.4/drivers/net/dsa/sja1105/
Dsja1105_ptp.c53 #define ptp_to_sja1105(d) container_of((d), struct sja1105_private, ptp_caps)
345 sja1105_ptp_gettime(&priv->ptp_caps, &ts); in sja1105_ptp_overflow_check()
372 priv->ptp_caps = sja1105_ptp_caps; in sja1105_ptp_clock_register()
374 priv->clock = ptp_clock_register(&priv->ptp_caps, ds->dev); in sja1105_ptp_clock_register()
Dsja1105.h94 struct ptp_clock_info ptp_caps; member