Home
last modified time | relevance | path

Searched refs:ptp_caps (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A 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()
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 in ixgbe_ptp_create_clock()
[all...]
H A Dixgbe.h724 struct ptp_clock_info ptp_caps; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c452 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjfine_82599()
493 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjfine_X550()
524 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjtime()
551 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_gettimex()
603 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_settime()
630 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_feature_enable()
1375 snprintf(adapter->ptp_caps.name, in ixgbe_ptp_create_clock()
1376 sizeof(adapter->ptp_caps.name), in ixgbe_ptp_create_clock()
1378 adapter->ptp_caps.owner = THIS_MODULE; in ixgbe_ptp_create_clock()
1379 adapter->ptp_caps in ixgbe_ptp_create_clock()
[all...]
H A Dixgbe.h767 struct ptp_clock_info ptp_caps; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c197 ptp_caps); in igb_ptp_adjfine_82576()
211 ptp_caps); in igb_ptp_adjfine_82580()
231 ptp_caps); in igb_ptp_adjtime_82576()
244 ptp_caps); in igb_ptp_adjtime_i210()
264 ptp_caps); in igb_ptp_gettimex_82576()
291 ptp_caps); in igb_ptp_gettimex_82580()
319 ptp_caps); in igb_ptp_gettimex_i210()
340 ptp_caps); in igb_ptp_settime_82576()
359 ptp_caps); in igb_ptp_settime_i210()
493 container_of(ptp, struct igb_adapter, ptp_caps); in igb_ptp_feature_enable_82580()
[all...]
H A Digb.h617 struct ptp_clock_info ptp_caps; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A 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...]
H A Digb.h617 struct ptp_clock_info ptp_caps; member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dfec_ptp.c287 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 in fec_ptp_init()
[all...]
H A Dfec.h561 struct ptp_clock_info ptp_caps; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c104 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 in i40e_ptp_create_clock()
[all...]
H A Di40e.h633 struct ptp_clock_info ptp_caps; member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dfec_ptp.c363 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_adjfine()
425 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_adjtime()
446 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_gettime()
478 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_settime()
527 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_enable()
717 fep->ptp_caps.owner = THIS_MODULE; in fec_ptp_init()
718 strscpy(fep->ptp_caps.name, "fec ptp", sizeof(fep->ptp_caps.name)); in fec_ptp_init()
720 fep->ptp_caps.max_adj = 250000000; in fec_ptp_init()
721 fep->ptp_caps in fec_ptp_init()
[all...]
H A Dfec.h652 struct ptp_clock_info ptp_caps; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c348 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjfine()
403 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjtime()
451 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_gettimex()
471 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_settime()
493 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_pps_configure()
598 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_feature_enable()
943 kfree(pf->ptp_caps.pin_config); in i40e_ptp_free_pins()
1338 pf->ptp_caps.n_pins = 3; in i40e_init_pin_config()
1339 pf->ptp_caps.n_ext_ts = 2; in i40e_init_pin_config()
1340 pf->ptp_caps in i40e_init_pin_config()
[all...]
H A Di40e.h735 struct ptp_clock_info ptp_caps; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A 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()
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 in igc_ptp_init()
[all...]
H A Digc.h211 struct ptp_clock_info ptp_caps; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c49 ptp_caps); in igc_ptp_adjfine_i225()
75 ptp_caps); in igc_ptp_adjtime_i225()
95 ptp_caps); in igc_ptp_gettimex64_i225()
115 ptp_caps); in igc_ptp_settime_i225()
249 container_of(ptp, struct igc_adapter, ptp_caps); in igc_ptp_feature_enable_i225()
1032 ptp_caps); in igc_ptp_getcrosststamp()
1085 snprintf(adapter->ptp_caps.name, 16, "%pm", netdev->dev_addr); in igc_ptp_init()
1086 adapter->ptp_caps.owner = THIS_MODULE; in igc_ptp_init()
1087 adapter->ptp_caps.max_adj = 62499999; in igc_ptp_init()
1088 adapter->ptp_caps in igc_ptp_init()
[all...]
H A Digc.h254 struct ptp_clock_info ptp_caps; member
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
H A Dfelix.h27 const struct ptp_clock_info *ptp_caps; member
H A Dfelix.c597 err = ocelot_init_timestamp(ocelot, felix->info->ptp_caps); in felix_setup()
H A Dfelix_vsc9959.c1366 .ptp_caps = &vsc9959_ptp_caps,
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H A Dfelix.h41 const struct ptp_clock_info *ptp_caps; member
H A Dfelix.c1565 err = ocelot_init_timestamp(ocelot, felix->info->ptp_caps); in felix_setup()

Completed in 50 milliseconds

12