Home
last modified time | relevance | path

Searched refs:tstamp_config (Results 1 – 25 of 26) sorted by relevance

12

/drivers/net/ethernet/cadence/
Dmacb_ptp.c424 struct hwtstamp_config *tstamp_config; in gem_get_hwtst() local
427 tstamp_config = &bp->tstamp_config; in gem_get_hwtst()
431 if (copy_to_user(rq->ifr_data, tstamp_config, sizeof(*tstamp_config))) in gem_get_hwtst()
453 struct hwtstamp_config *tstamp_config; in gem_set_hwtst() local
457 tstamp_config = &bp->tstamp_config; in gem_set_hwtst()
461 if (copy_from_user(tstamp_config, ifr->ifr_data, in gem_set_hwtst()
462 sizeof(*tstamp_config))) in gem_set_hwtst()
465 switch (tstamp_config->tx_type) { in gem_set_hwtst()
480 switch (tstamp_config->rx_filter) { in gem_set_hwtst()
497 tstamp_config->rx_filter = HWTSTAMP_FILTER_PTP_V2_EVENT; in gem_set_hwtst()
[all …]
Dmacb.h1315 struct hwtstamp_config tstamp_config; member
1351 if (queue->bp->tstamp_config.tx_type == TSTAMP_DISABLED) in gem_ptp_do_txstamp()
1359 if (bp->tstamp_config.rx_filter == TSTAMP_DISABLED) in gem_ptp_do_rxstamp()
/drivers/net/ethernet/amd/xgbe/
Dxgbe-ptp.c271 pdata->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in xgbe_ptp_register()
272 pdata->tstamp_config.rx_filter = HWTSTAMP_FILTER_NONE; in xgbe_ptp_register()
Dxgbe-drv.c1514 if (copy_to_user(ifreq->ifr_data, &pdata->tstamp_config, in xgbe_get_hwtstamp_settings()
1515 sizeof(pdata->tstamp_config))) in xgbe_get_hwtstamp_settings()
1647 memcpy(&pdata->tstamp_config, &config, sizeof(config)); in xgbe_set_hwtstamp_settings()
1814 (pdata->tstamp_config.tx_type == HWTSTAMP_TX_ON)) in xgbe_packet_info()
Dxgbe.h1219 struct hwtstamp_config tstamp_config; member
/drivers/net/dsa/hirschmann/
Dhellcreek_hwtstamp.c130 memcpy(&ps->tstamp_config, &config, sizeof(config)); in hellcreek_port_hwtstamp_set()
144 config = &ps->tstamp_config; in hellcreek_port_hwtstamp_get()
427 if (ps->tstamp_config.rx_filter != HWTSTAMP_FILTER_PTP_V2_EVENT) in hellcreek_port_rxtstamp()
Dhellcreek.h245 struct hwtstamp_config tstamp_config; member
/drivers/net/ethernet/intel/igc/
Digc_ptp.c760 memcpy(&adapter->tstamp_config, &config, in igc_ptp_set_ts_config()
761 sizeof(adapter->tstamp_config)); in igc_ptp_set_ts_config()
779 struct hwtstamp_config *config = &adapter->tstamp_config; in igc_ptp_get_ts_config()
990 adapter->tstamp_config.rx_filter = HWTSTAMP_FILTER_NONE; in igc_ptp_init()
991 adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in igc_ptp_init()
1089 igc_ptp_set_timestamp_mode(adapter, &adapter->tstamp_config); in igc_ptp_reset()
Digc.h238 struct hwtstamp_config tstamp_config; member
Digc_main.c1612 if (adapter->tstamp_config.tx_type == HWTSTAMP_TX_ON && !adapter->ptp_tx_skb) { in igc_xmit_frame_ring()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c960 struct hwtstamp_config *config = &adapter->tstamp_config; in ixgbe_ptp_get_ts_config()
1162 memcpy(&adapter->tstamp_config, &config, in ixgbe_ptp_set_ts_config()
1163 sizeof(adapter->tstamp_config)); in ixgbe_ptp_set_ts_config()
1346 ixgbe_ptp_set_timestamp_mode(adapter, &adapter->tstamp_config); in ixgbe_ptp_reset()
1460 adapter->tstamp_config.rx_filter = HWTSTAMP_FILTER_NONE; in ixgbe_ptp_create_clock()
1461 adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in ixgbe_ptp_create_clock()
Dixgbe.h765 struct hwtstamp_config tstamp_config; member
/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.c190 memcpy(&ps->tstamp_config, &config, sizeof(config)); in mv88e6xxx_port_hwtstamp_set()
201 struct hwtstamp_config *config = &ps->tstamp_config; in mv88e6xxx_port_hwtstamp_get()
341 if (ps->tstamp_config.rx_filter != HWTSTAMP_FILTER_PTP_V2_EVENT) in mv88e6xxx_port_rxtstamp()
Dchip.h231 struct hwtstamp_config tstamp_config; member
/drivers/net/ethernet/intel/igb/
Digb_ptp.c1134 struct hwtstamp_config *config = &adapter->tstamp_config; in igb_ptp_get_ts_config()
1323 memcpy(&adapter->tstamp_config, &config, in igb_ptp_set_ts_config()
1324 sizeof(adapter->tstamp_config)); in igb_ptp_set_ts_config()
1424 adapter->tstamp_config.rx_filter = HWTSTAMP_FILTER_NONE; in igb_ptp_init()
1425 adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in igb_ptp_init()
1501 igb_ptp_set_timestamp_mode(adapter, &adapter->tstamp_config); in igb_ptp_reset()
Digb.h621 struct hwtstamp_config tstamp_config; member
Digb_main.c6437 if (adapter->tstamp_config.tx_type == HWTSTAMP_TX_ON && in igb_xmit_frame_ring()
/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c935 struct hwtstamp_config *config = &pf->tstamp_config; in i40e_ptp_get_ts_config()
1332 pf->tstamp_config = config; in i40e_ptp_set_ts_config()
1417 pf->tstamp_config.rx_filter = HWTSTAMP_FILTER_NONE; in i40e_ptp_create_clock()
1418 pf->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in i40e_ptp_create_clock()
1531 i40e_ptp_set_timestamp_mode(pf, &pf->tstamp_config); in i40e_ptp_init()
Di40e.h738 struct hwtstamp_config tstamp_config; member
/drivers/net/ethernet/intel/ice/
Dice_ptp.h190 struct hwtstamp_config tstamp_config; member
Dice_ptp.c288 pf->ptp.tstamp_config.tx_type = on ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in ice_set_tx_tstamp()
312 pf->ptp.tstamp_config.rx_filter = on ? HWTSTAMP_FILTER_ALL : in ice_set_rx_tstamp()
2047 config = &pf->ptp.tstamp_config; in ice_ptp_get_ts_config()
2122 config = pf->ptp.tstamp_config; in ice_ptp_set_ts_config()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3090 return copy_to_user(req->ifr_data, &pi->tstamp_config, in cxgb_ioctl()
3091 sizeof(pi->tstamp_config)) ? in cxgb_ioctl()
3094 if (copy_from_user(&pi->tstamp_config, req->ifr_data, in cxgb_ioctl()
3095 sizeof(pi->tstamp_config))) in cxgb_ioctl()
3099 switch (pi->tstamp_config.tx_type) { in cxgb_ioctl()
3107 switch (pi->tstamp_config.rx_filter) { in cxgb_ioctl()
3128 pi->tstamp_config.rx_filter = in cxgb_ioctl()
3133 if ((pi->tstamp_config.tx_type == HWTSTAMP_TX_OFF) && in cxgb_ioctl()
3134 (pi->tstamp_config.rx_filter == in cxgb_ioctl()
3140 if (pi->tstamp_config.rx_filter != in cxgb_ioctl()
[all …]
Dcxgb4.h677 struct hwtstamp_config tstamp_config; member
/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h263 struct hwtstamp_config tstamp_config; member
Dstmmac_main.c797 memcpy(&priv->tstamp_config, &config, sizeof(config)); in stmmac_hwtstamp_set()
815 struct hwtstamp_config *config = &priv->tstamp_config; in stmmac_hwtstamp_get()

12