| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ptp.c | 454 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjfine_82599() 495 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjfine_X550() 528 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjtime() 555 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_gettimex() 608 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_settime() 635 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_feature_enable() 1383 snprintf(adapter->ptp_caps.name, in ixgbe_ptp_create_clock() 1384 sizeof(adapter->ptp_caps.name), in ixgbe_ptp_create_clock() 1386 adapter->ptp_caps.owner = THIS_MODULE; in ixgbe_ptp_create_clock() 1387 adapter->ptp_caps.max_adj = 250000000; in ixgbe_ptp_create_clock() [all …]
|
| H A D | ixgbe.h | 790 struct ptp_clock_info ptp_caps; member
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ptp.c | 197 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 D | igb.h | 625 struct ptp_clock_info ptp_caps; member
|
| H A D | igb_main.c | 7072 if (adapter->ptp_caps.pps) in igb_tsync_interrupt()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_ptp.c | 67 struct wx *wx = container_of(ptp, struct wx, ptp_caps); in wx_ptp_adjfine() 86 struct wx *wx = container_of(ptp, struct wx, ptp_caps); in wx_ptp_adjtime() 103 struct wx *wx = container_of(ptp, struct wx, ptp_caps); in wx_ptp_gettimex64() 116 struct wx *wx = container_of(ptp, struct wx, ptp_caps); in wx_ptp_settime64() 321 struct wx *wx = container_of(ptp, struct wx, ptp_caps); in wx_ptp_do_aux_work() 414 struct wx *wx = container_of(ptp, struct wx, ptp_caps); in wx_ptp_feature_enable() 498 snprintf(wx->ptp_caps.name, sizeof(wx->ptp_caps.name), in wx_ptp_create_clock() 500 wx->ptp_caps.owner = THIS_MODULE; in wx_ptp_create_clock() 501 wx->ptp_caps.n_alarm = 0; in wx_ptp_create_clock() 502 wx->ptp_caps.n_ext_ts = 0; in wx_ptp_create_clock() [all …]
|
| H A D | wx_type.h | 1397 struct ptp_clock_info ptp_caps; member
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ptp.c | 349 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjfine() 404 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjtime() 452 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_gettimex() 472 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_settime() 494 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_pps_configure() 599 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_feature_enable() 947 kfree(pf->ptp_caps.pin_config); in i40e_ptp_free_pins() 1342 pf->ptp_caps.n_pins = 3; in i40e_init_pin_config() 1343 pf->ptp_caps.n_ext_ts = 2; in i40e_init_pin_config() 1344 pf->ptp_caps.pps = 1; in i40e_init_pin_config() [all …]
|
| H A D | i40e.h | 665 struct ptp_clock_info ptp_caps; member
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec_ptp.c | 361 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_adjfine() 423 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_adjtime() 444 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_gettime() 476 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_settime() 528 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_enable() 747 fep->ptp_caps.owner = THIS_MODULE; in fec_ptp_init() 748 strscpy(fep->ptp_caps.name, "fec ptp", sizeof(fep->ptp_caps.name)); in fec_ptp_init() 753 fep->ptp_caps.max_adj = 250000000; in fec_ptp_init() 754 fep->ptp_caps.n_alarm = 0; in fec_ptp_init() 755 fep->ptp_caps.n_ext_ts = 0; in fec_ptp_init() [all …]
|
| H A D | fec.h | 644 struct ptp_clock_info ptp_caps; member
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ptp.c | 50 ptp_caps); in igc_ptp_adjfine_i225() 76 ptp_caps); in igc_ptp_adjtime_i225() 96 ptp_caps); in igc_ptp_gettimex64_i225() 116 ptp_caps); in igc_ptp_settime_i225() 250 container_of(ptp, struct igc_adapter, ptp_caps); in igc_ptp_feature_enable_i225() 1100 ptp_caps); in igc_ptp_getcrosststamp() 1117 struct igc_adapter *igc = container_of(ptp, struct igc_adapter, ptp_caps); in igc_ptp_getcyclesx64() 1180 snprintf(adapter->ptp_caps.name, 16, "%pm", netdev->dev_addr); in igc_ptp_init() 1181 adapter->ptp_caps.owner = THIS_MODULE; in igc_ptp_init() 1182 adapter->ptp_caps.max_adj = 62499999; in igc_ptp_init() [all …]
|
| H A D | igc.h | 312 struct ptp_clock_info ptp_caps; member
|
| H A D | igc_main.c | 5579 if (adapter->ptp_caps.pps) in igc_tsync_interrupt()
|
| /linux/drivers/net/dsa/ocelot/ |
| H A D | felix.h | 41 const struct ptp_clock_info *ptp_caps; member
|
| H A D | felix.c | 1715 err = ocelot_init_timestamp(ocelot, felix->info->ptp_caps); in felix_setup()
|
| H A D | felix_vsc9959.c | 2675 .ptp_caps = &vsc9959_ptp_caps,
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_vf_lib.h | 178 u32 ptp_caps; member
|
| /linux/drivers/net/ethernet/intel/ice/virt/ |
| H A D | virtchnl.c | 2458 vf->ptp_caps = caps; in ice_vc_get_ptp_cap() 2463 (u8 *)&vf->ptp_caps, in ice_vc_get_ptp_cap()
|