Searched refs:ptp_caps (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 345 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjfreq_82599() 396 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjfreq_X550() 432 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjtime() 456 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_gettime() 481 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_settime() 508 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_feature_enable() 573 ixgbe_ptp_gettime(&adapter->ptp_caps, &ts); in ixgbe_ptp_overflow_check() 1208 snprintf(adapter->ptp_caps.name, in ixgbe_ptp_create_clock() 1209 sizeof(adapter->ptp_caps.name), in ixgbe_ptp_create_clock() 1211 adapter->ptp_caps.owner = THIS_MODULE; in ixgbe_ptp_create_clock() [all …]
|
D | ixgbe.h | 710 struct ptp_clock_info ptp_caps; member
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 189 ptp_caps); in igb_ptp_adjfreq_82576() 218 ptp_caps); in igb_ptp_adjfine_82580() 244 ptp_caps); in igb_ptp_adjtime_82576() 257 ptp_caps); in igb_ptp_adjtime_i210() 276 ptp_caps); in igb_ptp_gettime_82576() 295 ptp_caps); in igb_ptp_gettime_i210() 311 ptp_caps); in igb_ptp_settime_82576() 330 ptp_caps); in igb_ptp_settime_i210() 464 container_of(ptp, struct igb_adapter, ptp_caps); in igb_ptp_feature_enable_i210() 654 igb->ptp_caps.gettime64(&igb->ptp_caps, &ts); in igb_ptp_overflow_check() [all …]
|
D | igb.h | 547 struct ptp_clock_info ptp_caps; member
|
D | igb_main.c | 6484 if (adapter->ptp_caps.pps) in igb_tsync_interrupt()
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 298 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 …]
|
D | fec.h | 554 struct ptp_clock_info ptp_caps; member
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 99 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjfreq() 144 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjtime() 168 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_gettime() 188 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_settime() 697 strncpy(pf->ptp_caps.name, i40e_driver_name, sizeof(pf->ptp_caps.name)); in i40e_ptp_create_clock() 698 pf->ptp_caps.owner = THIS_MODULE; in i40e_ptp_create_clock() 699 pf->ptp_caps.max_adj = 999999999; in i40e_ptp_create_clock() 700 pf->ptp_caps.n_ext_ts = 0; in i40e_ptp_create_clock() 701 pf->ptp_caps.pps = 0; in i40e_ptp_create_clock() 702 pf->ptp_caps.adjfreq = i40e_ptp_adjfreq; in i40e_ptp_create_clock() [all …]
|
D | i40e.h | 584 struct ptp_clock_info ptp_caps; member
|