Home
last modified time | relevance | path

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

/Linux-v5.10/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.h716 struct ptp_clock_info ptp_caps; member
/Linux-v5.10/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.h617 struct ptp_clock_info ptp_caps; member
Digb_main.c6746 if (adapter->ptp_caps.pps) in igb_tsync_interrupt()
/Linux-v5.10/drivers/net/ethernet/freescale/
Dfec_ptp.c293 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_adjfreq()
355 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_adjtime()
376 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_gettime()
401 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_settime()
439 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_enable()
584 fep->ptp_caps.owner = THIS_MODULE; in fec_ptp_init()
585 strlcpy(fep->ptp_caps.name, "fec ptp", sizeof(fep->ptp_caps.name)); in fec_ptp_init()
587 fep->ptp_caps.max_adj = 250000000; in fec_ptp_init()
588 fep->ptp_caps.n_alarm = 0; in fec_ptp_init()
589 fep->ptp_caps.n_ext_ts = 0; in fec_ptp_init()
[all …]
Dfec.h558 struct ptp_clock_info ptp_caps; member
/Linux-v5.10/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()
702 strlcpy(pf->ptp_caps.name, i40e_driver_name, in i40e_ptp_create_clock()
703 sizeof(pf->ptp_caps.name) - 1); in i40e_ptp_create_clock()
704 pf->ptp_caps.owner = THIS_MODULE; in i40e_ptp_create_clock()
705 pf->ptp_caps.max_adj = 999999999; in i40e_ptp_create_clock()
706 pf->ptp_caps.n_ext_ts = 0; in i40e_ptp_create_clock()
707 pf->ptp_caps.pps = 0; in i40e_ptp_create_clock()
[all …]
Di40e.h628 struct ptp_clock_info ptp_caps; member
/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc_ptp.c45 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()
483 snprintf(adapter->ptp_caps.name, 16, "%pm", netdev->dev_addr); in igc_ptp_init()
484 adapter->ptp_caps.owner = THIS_MODULE; in igc_ptp_init()
485 adapter->ptp_caps.max_adj = 62499999; in igc_ptp_init()
486 adapter->ptp_caps.adjfine = igc_ptp_adjfine_i225; in igc_ptp_init()
487 adapter->ptp_caps.adjtime = igc_ptp_adjtime_i225; in igc_ptp_init()
488 adapter->ptp_caps.gettimex64 = igc_ptp_gettimex64_i225; in igc_ptp_init()
[all …]
Digc.h208 struct ptp_clock_info ptp_caps; member
/Linux-v5.10/drivers/net/dsa/ocelot/
Dfelix.h27 const struct ptp_clock_info *ptp_caps; member
Dfelix.c582 err = ocelot_init_timestamp(ocelot, felix->info->ptp_caps); in felix_setup()
Dfelix_vsc9959.c1365 .ptp_caps = &vsc9959_ptp_caps,