Searched refs:tx_type (Results 1 - 25 of 34) sorted by last modified time

12

/drivers/net/ethernet/adi/
H A Dbfin_mac.c676 pr_debug("%s config flag:0x%x, tx_type:0x%x, rx_filter:0x%x\n",
677 __func__, config.flags, config.tx_type, config.rx_filter);
683 if ((config.tx_type != HWTSTAMP_TX_OFF) &&
684 (config.tx_type != HWTSTAMP_TX_ON))
795 if (config.tx_type == HWTSTAMP_TX_OFF &&
912 lp->stamp_cfg.tx_type = HWTSTAMP_TX_OFF;
/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c842 switch (config.tx_type) {
1071 (pdata->tstamp_config.tx_type == HWTSTAMP_TX_ON))
H A Dxgbe-ptp.c276 pdata->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1957 u16 tx_type; member in struct:bnx2x
H A Dbnx2x_main.c14671 switch (bp->tx_type) {
14756 DP(BNX2X_MSG_PTP, "Requested tx_type: %d, requested rx_filters = %d\n",
14757 config.tx_type, config.rx_filter);
14765 bp->tx_type = config.tx_type;
/drivers/net/ethernet/broadcom/
H A Dtg3.c13772 if (stmpconf.tx_type != HWTSTAMP_TX_ON &&
13773 stmpconf.tx_type != HWTSTAMP_TX_OFF)
13836 if (stmpconf.tx_type == HWTSTAMP_TX_ON)
13854 stmpconf.tx_type = (tg3_flag(tp, TX_TSTAMP_EN) ?
/drivers/net/ethernet/brocade/bna/
H A Dbna_enet.c818 enum bna_tx_type tx_type = \
825 bna_tx_mod_start(&(enet)->bna->tx_mod, tx_type); \
831 enum bna_tx_type tx_type = \
841 bna_tx_mod_stop(&(enet)->bna->tx_mod, tx_type); \
H A Dbna_tx_rx.c3708 tx = bna_tx_get(tx_mod, tx_cfg->tx_type);
H A Dbna_types.h519 enum bna_tx_type tx_type; member in struct:bna_tx_config
H A Dbnad.c1980 tx_config->tx_type = BNA_TX_T_REGULAR;
/drivers/net/ethernet/freescale/
H A Dfec_ptp.c506 switch (config.tx_type) {
546 config.tx_type = fep->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
H A Dgianfar.c934 switch (config.tx_type) {
975 config.tx_type = priv->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c3577 switch (config->tx_type) {
/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ptp.c221 switch (ts_config.tx_type) {
/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c457 switch (config->tx_type) {
611 pf->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c595 switch (config->tx_type) {
847 adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c612 switch (config->tx_type) {
926 adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c38 int mlx4_en_timestamp_config(struct net_device *dev, int tx_type, int rx_filter) argument
45 if (priv->hwtstamp_config.tx_type == tx_type &&
59 priv->hwtstamp_config.tx_type = tx_type;
H A Den_cq.c154 if ((cq->is_tx && priv->hwtstamp_config.tx_type) ||
H A Den_netdev.c2128 switch (config.tx_type) {
2160 if (mlx4_en_timestamp_config(dev, config.tx_type, config.rx_filter)) {
2161 config.tx_type = HWTSTAMP_TX_OFF;
2548 priv->hwtstamp_config.tx_type = HWTSTAMP_TX_OFF;
H A Den_tx.c137 ring->hwtstamp_tx_type = priv->hwtstamp_config.tx_type;
H A Dmlx4_en.h842 int tx_type,
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c3207 switch (config.tx_type) {
3260 config.tx_type = HWTSTAMP_TX_OFF;
/drivers/net/ethernet/octeon/
H A Docteon_mgmt.c740 switch (config.tx_type) {
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c243 if (cfg.tx_type != HWTSTAMP_TX_OFF && cfg.tx_type != HWTSTAMP_TX_ON)
274 adapter->hwts_tx_en = cfg.tx_type == HWTSTAMP_TX_ON;

Completed in 423 milliseconds

12