tstamp_config 190 drivers/net/dsa/mv88e6xxx/chip.h struct hwtstamp_config tstamp_config; tstamp_config 194 drivers/net/dsa/mv88e6xxx/hwtstamp.c memcpy(&ps->tstamp_config, &config, sizeof(config)); tstamp_config 205 drivers/net/dsa/mv88e6xxx/hwtstamp.c struct hwtstamp_config *config = &ps->tstamp_config; tstamp_config 375 drivers/net/dsa/mv88e6xxx/hwtstamp.c if (ps->tstamp_config.rx_filter != HWTSTAMP_FILTER_PTP_V2_EVENT) tstamp_config 1569 drivers/net/ethernet/amd/xgbe/xgbe-drv.c if (copy_to_user(ifreq->ifr_data, &pdata->tstamp_config, tstamp_config 1570 drivers/net/ethernet/amd/xgbe/xgbe-drv.c sizeof(pdata->tstamp_config))) tstamp_config 1705 drivers/net/ethernet/amd/xgbe/xgbe-drv.c memcpy(&pdata->tstamp_config, &config, sizeof(config)); tstamp_config 1885 drivers/net/ethernet/amd/xgbe/xgbe-drv.c (pdata->tstamp_config.tx_type == HWTSTAMP_TX_ON)) tstamp_config 271 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c pdata->tstamp_config.tx_type = HWTSTAMP_TX_OFF; tstamp_config 272 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c pdata->tstamp_config.rx_filter = HWTSTAMP_FILTER_NONE; tstamp_config 1204 drivers/net/ethernet/amd/xgbe/xgbe.h struct hwtstamp_config tstamp_config; tstamp_config 1220 drivers/net/ethernet/cadence/macb.h struct hwtstamp_config tstamp_config; tstamp_config 1255 drivers/net/ethernet/cadence/macb.h if (queue->bp->tstamp_config.tx_type == TSTAMP_DISABLED) tstamp_config 1263 drivers/net/ethernet/cadence/macb.h if (bp->tstamp_config.rx_filter == TSTAMP_DISABLED) tstamp_config 410 drivers/net/ethernet/cadence/macb_ptp.c struct hwtstamp_config *tstamp_config; tstamp_config 413 drivers/net/ethernet/cadence/macb_ptp.c tstamp_config = &bp->tstamp_config; tstamp_config 417 drivers/net/ethernet/cadence/macb_ptp.c if (copy_to_user(rq->ifr_data, tstamp_config, sizeof(*tstamp_config))) tstamp_config 441 drivers/net/ethernet/cadence/macb_ptp.c struct hwtstamp_config *tstamp_config; tstamp_config 445 drivers/net/ethernet/cadence/macb_ptp.c tstamp_config = &bp->tstamp_config; tstamp_config 449 drivers/net/ethernet/cadence/macb_ptp.c if (copy_from_user(tstamp_config, ifr->ifr_data, tstamp_config 450 drivers/net/ethernet/cadence/macb_ptp.c sizeof(*tstamp_config))) tstamp_config 454 drivers/net/ethernet/cadence/macb_ptp.c if (tstamp_config->flags) tstamp_config 457 drivers/net/ethernet/cadence/macb_ptp.c switch (tstamp_config->tx_type) { tstamp_config 471 drivers/net/ethernet/cadence/macb_ptp.c switch (tstamp_config->rx_filter) { tstamp_config 488 drivers/net/ethernet/cadence/macb_ptp.c tstamp_config->rx_filter = HWTSTAMP_FILTER_PTP_V2_EVENT; tstamp_config 495 drivers/net/ethernet/cadence/macb_ptp.c tstamp_config->rx_filter = HWTSTAMP_FILTER_ALL; tstamp_config 498 drivers/net/ethernet/cadence/macb_ptp.c tstamp_config->rx_filter = HWTSTAMP_FILTER_NONE; tstamp_config 505 drivers/net/ethernet/cadence/macb_ptp.c if (copy_to_user(ifr->ifr_data, tstamp_config, sizeof(*tstamp_config))) tstamp_config 594 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h struct hwtstamp_config tstamp_config; tstamp_config 2651 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c return copy_to_user(req->ifr_data, &pi->tstamp_config, tstamp_config 2652 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c sizeof(pi->tstamp_config)) ? tstamp_config 2655 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c if (copy_from_user(&pi->tstamp_config, req->ifr_data, tstamp_config 2656 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c sizeof(pi->tstamp_config))) tstamp_config 2660 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c switch (pi->tstamp_config.tx_type) { tstamp_config 2668 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c switch (pi->tstamp_config.rx_filter) { tstamp_config 2689 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c pi->tstamp_config.rx_filter = tstamp_config 2694 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c if ((pi->tstamp_config.tx_type == HWTSTAMP_TX_OFF) && tstamp_config 2695 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c (pi->tstamp_config.rx_filter == tstamp_config 2701 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c if (pi->tstamp_config.rx_filter != tstamp_config 2709 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c switch (pi->tstamp_config.rx_filter) { tstamp_config 2717 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c pi->tstamp_config.rx_filter = tstamp_config 2722 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c return copy_to_user(req->ifr_data, &pi->tstamp_config, tstamp_config 2723 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c sizeof(pi->tstamp_config)) ? tstamp_config 632 drivers/net/ethernet/intel/i40e/i40e.h struct hwtstamp_config tstamp_config; tstamp_config 518 drivers/net/ethernet/intel/i40e/i40e_ptp.c struct hwtstamp_config *config = &pf->tstamp_config; tstamp_config 681 drivers/net/ethernet/intel/i40e/i40e_ptp.c pf->tstamp_config = config; tstamp_config 724 drivers/net/ethernet/intel/i40e/i40e_ptp.c pf->tstamp_config.rx_filter = HWTSTAMP_FILTER_NONE; tstamp_config 725 drivers/net/ethernet/intel/i40e/i40e_ptp.c pf->tstamp_config.tx_type = HWTSTAMP_TX_OFF; tstamp_config 838 drivers/net/ethernet/intel/i40e/i40e_ptp.c i40e_ptp_set_timestamp_mode(pf, &pf->tstamp_config); tstamp_config 551 drivers/net/ethernet/intel/igb/igb.h struct hwtstamp_config tstamp_config; tstamp_config 6095 drivers/net/ethernet/intel/igb/igb_main.c if (adapter->tstamp_config.tx_type == HWTSTAMP_TX_ON && tstamp_config 970 drivers/net/ethernet/intel/igb/igb_ptp.c struct hwtstamp_config *config = &adapter->tstamp_config; tstamp_config 1162 drivers/net/ethernet/intel/igb/igb_ptp.c memcpy(&adapter->tstamp_config, &config, tstamp_config 1163 drivers/net/ethernet/intel/igb/igb_ptp.c sizeof(adapter->tstamp_config)); tstamp_config 1255 drivers/net/ethernet/intel/igb/igb_ptp.c adapter->tstamp_config.rx_filter = HWTSTAMP_FILTER_NONE; tstamp_config 1256 drivers/net/ethernet/intel/igb/igb_ptp.c adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF; tstamp_config 1325 drivers/net/ethernet/intel/igb/igb_ptp.c igb_ptp_set_timestamp_mode(adapter, &adapter->tstamp_config); tstamp_config 723 drivers/net/ethernet/intel/ixgbe/ixgbe.h struct hwtstamp_config tstamp_config; tstamp_config 8659 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c if (adapter->tstamp_config.tx_type == HWTSTAMP_TX_ON && tstamp_config 954 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c struct hwtstamp_config *config = &adapter->tstamp_config; tstamp_config 1157 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c memcpy(&adapter->tstamp_config, &config, tstamp_config 1158 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c sizeof(adapter->tstamp_config)); tstamp_config 1310 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c ixgbe_ptp_set_timestamp_mode(adapter, &adapter->tstamp_config); tstamp_config 1422 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c adapter->tstamp_config.rx_filter = HWTSTAMP_FILTER_NONE; tstamp_config 1423 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF; tstamp_config 203 drivers/net/ethernet/stmicro/stmmac/stmmac.h struct hwtstamp_config tstamp_config; tstamp_config 725 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c memcpy(&priv->tstamp_config, &config, sizeof(config)); tstamp_config 743 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c struct hwtstamp_config *config = &priv->tstamp_config;