Searched refs:n_ext_ts (Results 1 – 25 of 39) sorted by relevance
12
/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()
|
/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()
|
D | chip.h | 634 int n_ext_ts; member
|
/drivers/ptp/ |
D | ptp_sysfs.c | 31 PTP_SHOW_INT(n_external_timestamps, n_ext_ts); 49 if (req.extts.index >= ops->n_ext_ts) in extts_enable_store() 179 if (!info->n_ext_ts) in ptp_is_attribute_visible()
|
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_kvm_common.c | 115 .n_ext_ts = 0,
|
D | ptp_dte.c | 229 .n_ext_ts = 0,
|
/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ptp.c | 18 .n_ext_ts = 2,
|
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_ptp.c | 160 .n_ext_ts = 0, in otx2_ptp_init()
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ptp.c | 174 .n_ext_ts = 0,
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 1394 adapter->ptp_caps.n_ext_ts = 0; in ixgbe_ptp_create_clock() 1411 adapter->ptp_caps.n_ext_ts = 0; in ixgbe_ptp_create_clock() 1427 adapter->ptp_caps.n_ext_ts = 0; in ixgbe_ptp_create_clock()
|
/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ptp.c | 78 .n_ext_ts = 2,
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | en_clock.c | 236 .n_ext_ts = 0,
|
/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 259 .n_ext_ts = 0,
|
/drivers/net/ethernet/cavium/common/ |
D | cavium_ptp.c | 265 .n_ext_ts = 0, in cavium_ptp_probe()
|
/drivers/net/ethernet/xscale/ |
D | ptp_ixp46x.c | 231 .n_ext_ts = N_EXT_TS,
|
/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 1204 adapter->ptp_caps.n_ext_ts = 0; in igb_ptp_init() 1223 adapter->ptp_caps.n_ext_ts = 0; in igb_ptp_init() 1248 adapter->ptp_caps.n_ext_ts = IGB_N_EXTTS; in igb_ptp_init()
|
/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()
|
/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | clock.c | 460 .n_ext_ts = 0, 540 clock->ptp_info.n_ext_ts = MLX5_GET(mtpps_reg, out, in mlx5_get_pps_caps()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ptp.c | 404 .n_ext_ts = 0,
|
/drivers/net/ethernet/renesas/ |
D | ravb_ptp.c | 294 .n_ext_ts = N_EXT_TS,
|
/drivers/net/ethernet/cadence/ |
D | macb_ptp.c | 189 .n_ext_ts = 0,
|
/drivers/net/ethernet/qlogic/qede/ |
D | qede_ptp.c | 467 ptp->clock_info.n_ext_ts = 0; in qede_ptp_enable()
|
/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 590 fep->ptp_caps.n_ext_ts = 0; in fec_ptp_init()
|
12