/linux-6.1.9/drivers/net/ethernet/ti/ |
D | cpts.h | 131 struct device_node *node, u32 n_ext_ts); 162 struct device_node *node, u32 n_ext_ts) in cpts_create() argument
|
D | cpts.c | 435 .n_ext_ts = 0, 752 struct device_node *node, u32 n_ext_ts) in cpts_create() argument 792 if (n_ext_ts) in cpts_create() 793 cpts->info.n_ext_ts = n_ext_ts; in cpts_create()
|
/linux-6.1.9/drivers/net/dsa/mv88e6xxx/ |
D | ptp.c | 375 .n_ext_ts = 1, 402 .n_ext_ts = 1, 471 chip->ptp_clock_info.n_ext_ts = ptp_ops->n_ext_ts; in mv88e6xxx_ptp_setup()
|
/linux-6.1.9/drivers/ptp/ |
D | ptp_chardev.c | 71 if (chan >= info->n_ext_ts) in ptp_set_pinfunc() 134 caps.n_ext_ts = ptp->info->n_ext_ts; in ptp_ioctl() 173 if (req.extts.index >= ops->n_ext_ts) { in ptp_ioctl()
|
D | ptp_sysfs.c | 32 PTP_SHOW_INT(n_external_timestamps, n_ext_ts); 50 if (req.extts.index >= ops->n_ext_ts) in extts_enable_store() 337 if (!info->n_ext_ts) in ptp_is_attribute_visible()
|
D | ptp_kvm_common.c | 115 .n_ext_ts = 0,
|
D | ptp_dte.c | 219 .n_ext_ts = 0,
|
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ptp.c | 271 .n_ext_ts = 0, /* will be overwritten in stmmac_ptp_register */ 308 stmmac_ptp_clock_ops.n_ext_ts = priv->dma_cap.aux_snapshot_n; in stmmac_ptp_register()
|
/linux-6.1.9/include/uapi/linux/ |
D | ptp_clock.h | 90 int n_ext_ts; /* Number of external time stamp channels. */ member
|
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ptp.c | 18 .n_ext_ts = 2,
|
/linux-6.1.9/include/linux/ |
D | ptp_clock_kernel.h | 169 int n_ext_ts; member
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ptp.c | 78 .n_ext_ts = 2,
|
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 1395 adapter->ptp_caps.n_ext_ts = 0; in ixgbe_ptp_create_clock() 1412 adapter->ptp_caps.n_ext_ts = 0; in ixgbe_ptp_create_clock() 1428 adapter->ptp_caps.n_ext_ts = 0; in ixgbe_ptp_create_clock()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ |
D | en_clock.c | 236 .n_ext_ts = 0,
|
/linux-6.1.9/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 257 .n_ext_ts = 0,
|
/linux-6.1.9/drivers/net/ethernet/cavium/common/ |
D | cavium_ptp.c | 265 .n_ext_ts = 0, in cavium_ptp_probe()
|
/linux-6.1.9/drivers/net/ethernet/xscale/ |
D | ptp_ixp46x.c | 230 .n_ext_ts = N_EXT_TS,
|
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ptp.c | 467 if (pin_index >= ptp->n_ext_ts) in aq_ptp_extts_pin_configure() 1033 .n_ext_ts = 0, 1136 info->n_ext_ts = extts_pin_cnt; in aq_ptp_gpio_init()
|
/linux-6.1.9/tools/testing/selftests/ptp/ |
D | testptp.c | 293 caps.n_ext_ts, in main()
|
/linux-6.1.9/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 1347 adapter->ptp_caps.n_ext_ts = 0; in igb_ptp_init() 1367 adapter->ptp_caps.n_ext_ts = IGB_N_EXTTS; in igb_ptp_init() 1390 adapter->ptp_caps.n_ext_ts = IGB_N_EXTTS; in igb_ptp_init()
|
/linux-6.1.9/drivers/net/dsa/hirschmann/ |
D | hellcreek_ptp.c | 403 hellcreek->ptp_clock_info.n_ext_ts = 0; in hellcreek_ptp_setup()
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_ptp.c | 322 .n_ext_ts = 1, in otx2_ptp_init()
|
/linux-6.1.9/drivers/net/ethernet/renesas/ |
D | ravb_ptp.c | 296 .n_ext_ts = N_EXT_TS,
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ptp.c | 404 .n_ext_ts = 0,
|
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_ptp.c | 1533 if (chan > (unsigned int)pf->ptp.info.n_ext_ts) in ice_ptp_cfg_extts() 2191 info->n_ext_ts = 0; in ice_ptp_disable_sma_pins_e810t() 2235 info->n_ext_ts = N_EXT_TS_E810; in ice_ptp_setup_pins_e810() 2238 info->n_ext_ts = N_EXT_TS_E810; in ice_ptp_setup_pins_e810()
|