Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c454 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 Dixgbe.h791 struct ptp_clock_info ptp_caps; member
/linux/drivers/net/ethernet/freescale/
H A Dfec_ptp.c361 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 …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.h178 u32 ptp_caps; member
/linux/drivers/net/ethernet/intel/igc/
H A Digc.h314 struct ptp_clock_info ptp_caps; member
/linux/drivers/net/ethernet/intel/igb/
H A Digb.h626 struct ptp_clock_info ptp_caps; member
H A Digb_main.c7072 if (adapter->ptp_caps.pps) in igb_tsync_interrupt()
/linux/drivers/net/ethernet/intel/ice/virt/
H A Dvirtchnl.c2458 vf->ptp_caps = caps; in ice_vc_get_ptp_cap()
2463 (u8 *)&vf->ptp_caps, in ice_vc_get_ptp_cap()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h665 struct ptp_clock_info ptp_caps; member
/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c2675 .ptp_caps = &vsc9959_ptp_caps,