arch/powerpc/include/asm/async_tx.h
27
enum dma_transaction_type tx_type);
crypto/async_tx/async_tx.c
44
enum dma_transaction_type tx_type)
crypto/async_tx/async_tx.c
50
dma_has_cap(tx_type, depend_tx->chan->device->cap_mask))
crypto/async_tx/async_tx.c
52
return async_dma_find_channel(tx_type);
drivers/dma/dmaengine.c
547
struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type)
drivers/dma/dmaengine.c
549
return this_cpu_read(channel_table[tx_type]->chan);
drivers/infiniband/hw/hns/hns_roce_bond.c
113
if (bond_grp->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) {
drivers/infiniband/hw/hns/hns_roce_bond.c
150
active = (bond_grp->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) ?
drivers/infiniband/hw/hns/hns_roce_bond.c
663
if (bond_info->tx_type != NETDEV_LAG_TX_TYPE_ACTIVEBACKUP &&
drivers/infiniband/hw/hns/hns_roce_bond.c
664
bond_info->tx_type != NETDEV_LAG_TX_TYPE_HASH)
drivers/infiniband/hw/hns/hns_roce_bond.c
667
if (bond_info->tx_type == NETDEV_LAG_TX_TYPE_HASH &&
drivers/infiniband/hw/hns/hns_roce_bond.c
684
bond_grp->tx_type = bond_upper_info->tx_type;
drivers/infiniband/hw/hns/hns_roce_bond.c
86
if (bond_grp->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) {
drivers/infiniband/hw/hns/hns_roce_bond.h
71
enum netdev_lag_tx_type tx_type;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1650
if (bond_grp->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) {
drivers/infiniband/sw/siw/siw_qp.c
1184
tx_type(wqe), wqe->wr_status);
drivers/infiniband/sw/siw/siw_qp.c
1186
siw_wqe_put_mem(wqe, tx_type(wqe));
drivers/infiniband/sw/siw/siw_qp.c
1188
if (tx_type(wqe) != SIW_OP_READ_RESPONSE &&
drivers/infiniband/sw/siw/siw_qp.c
1189
((tx_type(wqe) != SIW_OP_READ &&
drivers/infiniband/sw/siw/siw_qp.c
1190
tx_type(wqe) != SIW_OP_READ_LOCAL_INV) ||
drivers/infiniband/sw/siw/siw_qp.c
382
tx_type(tx_wqe(qp)));
drivers/infiniband/sw/siw/siw_qp_tx.c
1026
enum siw_opcode tx_type;
drivers/infiniband/sw/siw/siw_qp_tx.c
1030
siw_dbg_qp(qp, "enter for type %d\n", tx_type(wqe));
drivers/infiniband/sw/siw/siw_qp_tx.c
1040
tx_type = tx_type(wqe);
drivers/infiniband/sw/siw/siw_qp_tx.c
1042
if (tx_type <= SIW_OP_READ_RESPONSE)
drivers/infiniband/sw/siw/siw_qp_tx.c
1051
switch (tx_type) {
drivers/infiniband/sw/siw/siw_qp_tx.c
1055
siw_wqe_put_mem(wqe, tx_type);
drivers/infiniband/sw/siw/siw_qp_tx.c
1073
siw_wqe_put_mem(wqe, tx_type);
drivers/infiniband/sw/siw/siw_qp_tx.c
1077
WARN(1, "undefined WQE type %d\n", tx_type);
drivers/infiniband/sw/siw/siw_qp_tx.c
1115
tx_type(wqe), rv);
drivers/infiniband/sw/siw/siw_qp_tx.c
1121
if ((tx_type == SIW_OP_READ ||
drivers/infiniband/sw/siw/siw_qp_tx.c
1122
tx_type == SIW_OP_READ_LOCAL_INV) && qp->attrs.orq_size) {
drivers/infiniband/sw/siw/siw_qp_tx.c
1134
switch (tx_type) {
drivers/infiniband/sw/siw/siw_qp_tx.c
1141
siw_wqe_put_mem(wqe, tx_type);
drivers/infiniband/sw/siw/siw_qp_tx.c
1163
WARN(1, "undefined WQE type %d\n", tx_type);
drivers/infiniband/sw/siw/siw_qp_tx.c
123
switch (tx_type(wqe)) {
drivers/infiniband/sw/siw/siw_qp_tx.c
219
siw_dbg_qp(tx_qp(c_tx), "stale wqe type %d\n", tx_type(wqe));
drivers/infiniband/sw/siw/siw_qp_tx.c
808
if (tx_type(wqe) == SIW_OP_READ_RESPONSE)
drivers/infiniband/sw/siw/siw_qp_tx.c
811
if (tx_type(wqe) != SIW_OP_READ &&
drivers/infiniband/sw/siw/siw_qp_tx.c
812
tx_type(wqe) != SIW_OP_READ_LOCAL_INV) {
drivers/infiniband/sw/siw/siw_qp_tx.c
820
if (tx_type(wqe) ==
drivers/infiniband/sw/siw/siw_qp_tx.c
859
tx_type(wqe), wqe->wr_status, wqe->bytes, wqe->processed,
drivers/infiniband/sw/siw/siw_qp_tx.c
867
enum siw_opcode tx_type = tx_type(wqe);
drivers/infiniband/sw/siw/siw_qp_tx.c
882
if (!rv && tx_type != SIW_OP_READ &&
drivers/infiniband/sw/siw/siw_qp_tx.c
883
tx_type != SIW_OP_READ_LOCAL_INV)
drivers/infiniband/sw/siw/siw_qp_tx.c
982
switch (tx_type(wqe)) {
drivers/media/platform/amphion/vpu.h
154
struct vpu_mbox tx_type;
drivers/media/platform/amphion/vpu_mbox.c
104
mbox_send_message(core->tx_type.ch, &type);
drivers/media/platform/amphion/vpu_mbox.c
110
mbox_send_message(core->tx_type.ch, &type);
drivers/media/platform/amphion/vpu_mbox.c
58
scnprintf(core->tx_type.name, sizeof(core->tx_type.name) - 1, "tx0");
drivers/media/platform/amphion/vpu_mbox.c
59
core->tx_type.block = true;
drivers/media/platform/amphion/vpu_mbox.c
74
ret = vpu_mbox_request_channel(core->dev, &core->tx_type);
drivers/media/platform/amphion/vpu_mbox.c
93
mbox_free_channel(core->tx_type.ch);
drivers/media/platform/amphion/vpu_mbox.c
96
core->tx_type.ch = NULL;
drivers/media/rc/lirc_dev.c
720
const char *rx_type, *tx_type;
drivers/media/rc/lirc_dev.c
758
tx_type = "raw IR";
drivers/media/rc/lirc_dev.c
760
tx_type = "no";
drivers/media/rc/lirc_dev.c
763
dev->driver_name, minor, rx_type, tx_type);
drivers/net/bonding/bond_main.c
1712
lag_upper_info.tx_type = type;
drivers/net/can/dev/dev.c
432
cfg->tx_type = HWTSTAMP_TX_ON;
drivers/net/can/dev/dev.c
446
if (cfg->tx_type == HWTSTAMP_TX_ON &&
drivers/net/can/peak_canfd/peak_canfd.c
749
config->tx_type = HWTSTAMP_TX_OFF;
drivers/net/can/peak_canfd/peak_canfd.c
759
if (config->tx_type == HWTSTAMP_TX_OFF &&
drivers/net/can/usb/peak_usb/pcan_usb_core.c
790
config->tx_type = HWTSTAMP_TX_OFF;
drivers/net/can/usb/peak_usb/pcan_usb_core.c
800
if (config->tx_type == HWTSTAMP_TX_OFF &&
drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c
55
switch (config->tx_type) {
drivers/net/dsa/hirschmann/hellcreek_hwtstamp.c
62
config->tx_type = HWTSTAMP_TX_ON;
drivers/net/dsa/microchip/ksz_ptp.c
345
switch (config->tx_type) {
drivers/net/dsa/microchip/ksz_ptp.c
471
if (prt->tstamp_config.tx_type != HWTSTAMP_TX_ONESTEP_P2P)
drivers/net/dsa/microchip/ksz_ptp.c
522
if (prt->tstamp_config.tx_type == HWTSTAMP_TX_ONESTEP_P2P)
drivers/net/dsa/microchip/ksz_ptp.c
528
if (prt->tstamp_config.tx_type == HWTSTAMP_TX_ONESTEP_P2P) {
drivers/net/dsa/mv88e6xxx/chip.c
6877
if (info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
drivers/net/dsa/mv88e6xxx/hwtstamp.c
103
switch (config->tx_type) {
drivers/net/dsa/qca/qca8k-common.c
1075
if (info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
drivers/net/dsa/sja1105/sja1105_ptp.c
106
config->tx_type = HWTSTAMP_TX_ON;
drivers/net/dsa/sja1105/sja1105_ptp.c
108
config->tx_type = HWTSTAMP_TX_OFF;
drivers/net/dsa/sja1105/sja1105_ptp.c
71
switch (config->tx_type) {
drivers/net/dsa/yt921x.c
1224
if (info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
drivers/net/ethernet/amd/xgbe/xgbe-drv.c
1559
(pdata->tstamp_config.tx_type == HWTSTAMP_TX_ON))
drivers/net/ethernet/amd/xgbe/xgbe-hwtstamp.c
177
switch (config->tx_type) {
drivers/net/ethernet/amd/xgbe/xgbe-ptp.c
161
pdata->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/aquantia/atlantic/aq_main.c
270
switch (config->tx_type) {
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
598
if (config->tx_type == HWTSTAMP_TX_ON ||
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
1843
u16 tx_type;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15280
switch (bp->tx_type) {
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15366
config->tx_type, config->rx_filter);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15368
switch (config->tx_type) {
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15379
bp->tx_type = config->tx_type;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15399
config->tx_type = bp->tx_type;
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
577
if (stmpconf->tx_type != HWTSTAMP_TX_ON &&
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
578
stmpconf->tx_type != HWTSTAMP_TX_OFF)
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
617
if (stmpconf->tx_type == HWTSTAMP_TX_ON)
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
647
stmpconf->tx_type = ptp->tx_tstamp_en ? HWTSTAMP_TX_ON
drivers/net/ethernet/broadcom/tg3.c
13925
if (stmpconf->tx_type != HWTSTAMP_TX_ON &&
drivers/net/ethernet/broadcom/tg3.c
13926
stmpconf->tx_type != HWTSTAMP_TX_OFF)
drivers/net/ethernet/broadcom/tg3.c
13989
if (stmpconf->tx_type == HWTSTAMP_TX_ON)
drivers/net/ethernet/broadcom/tg3.c
14006
stmpconf->tx_type = tg3_flag(tp, TX_TSTAMP_EN) ?
drivers/net/ethernet/brocade/bna/bna_enet.c
811
enum bna_tx_type tx_type = \
drivers/net/ethernet/brocade/bna/bna_enet.c
818
bna_tx_mod_start(&(enet)->bna->tx_mod, tx_type); \
drivers/net/ethernet/brocade/bna/bna_enet.c
824
enum bna_tx_type tx_type = \
drivers/net/ethernet/brocade/bna/bna_enet.c
834
bna_tx_mod_stop(&(enet)->bna->tx_mod, tx_type); \
drivers/net/ethernet/brocade/bna/bna_tx_rx.c
3388
tx = bna_tx_get(tx_mod, tx_cfg->tx_type);
drivers/net/ethernet/brocade/bna/bna_types.h
508
enum bna_tx_type tx_type;
drivers/net/ethernet/brocade/bna/bnad.c
1967
tx_config->tx_type = BNA_TX_T_REGULAR;
drivers/net/ethernet/cadence/macb.h
1387
if (bp->tstamp_config.tx_type == TSTAMP_DISABLED)
drivers/net/ethernet/cadence/macb_ptp.c
417
switch (tstamp_config->tx_type) {
drivers/net/ethernet/cavium/liquidio/lio_main.c
2119
switch (conf->tx_type) {
drivers/net/ethernet/cavium/liquidio/lio_main.c
2166
conf->tx_type = HWTSTAMP_TX_ON;
drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
1245
switch (conf->tx_type) {
drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
1292
conf->tx_type = HWTSTAMP_TX_ON;
drivers/net/ethernet/cavium/octeon/octeon_mgmt.c
738
switch (config->tx_type) {
drivers/net/ethernet/cavium/octeon/octeon_mgmt.c
790
config->tx_type = HWTSTAMP_TX_ON;
drivers/net/ethernet/cavium/thunder/nicvf_main.c
1913
switch (config->tx_type) {
drivers/net/ethernet/cavium/thunder/nicvf_main.c
1961
config->tx_type = HWTSTAMP_TX_ON;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
3077
switch (config->tx_type) {
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
3107
if (config->tx_type == HWTSTAMP_TX_OFF &&
drivers/net/ethernet/engleder/tsnep_main.c
589
tx->adapter->hwtstamp_config.tx_type == HWTSTAMP_TX_ON) {
drivers/net/ethernet/engleder/tsnep_ptp.c
206
adapter->hwtstamp_config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/engleder/tsnep_ptp.c
37
switch (config->tx_type) {
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
3096
config->tx_type = priv->tx_tstamp ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
3109
switch (config->tx_type) {
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
2596
switch (config->tx_type) {
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
2600
priv->tx_tstamp_type = config->tx_type;
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
2628
config->tx_type = priv->tx_tstamp_type;
drivers/net/ethernet/freescale/enetc/enetc.c
3384
switch (config->tx_type) {
drivers/net/ethernet/freescale/enetc/enetc.c
3436
config->tx_type = HWTSTAMP_TX_ONESTEP_SYNC;
drivers/net/ethernet/freescale/enetc/enetc.c
3438
config->tx_type = HWTSTAMP_TX_ON;
drivers/net/ethernet/freescale/enetc/enetc.c
3440
config->tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/freescale/fec_ptp.c
639
switch (config->tx_type) {
drivers/net/ethernet/freescale/fec_ptp.c
669
config->tx_type = fep->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
drivers/net/ethernet/freescale/gianfar.c
2056
switch (config->tx_type) {
drivers/net/ethernet/freescale/gianfar.c
2095
config->tx_type = priv->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
drivers/net/ethernet/fungible/funeth/funeth_main.c
1033
config->tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/google/gve/gve_main.c
2181
if (kernel_config->tx_type != HWTSTAMP_TX_OFF) {
drivers/net/ethernet/google/gve/gve_main.c
2443
priv->ts_config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c
2768
ptp->ts_cfg.tx_type, ptp->ts_cfg.rx_filter);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_ptp.c
279
switch (cfg->tx_type) {
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_ptp.c
451
ptp->ts_cfg.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_ptp.c
547
ptp->ts_cfg.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/intel/e1000e/netdev.c
3614
switch (config->tx_type) {
drivers/net/ethernet/intel/i40e/i40e_ptp.c
1193
switch (config->tx_type) {
drivers/net/ethernet/intel/i40e/i40e_ptp.c
1410
pf->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/intel/iavf/iavf_ptp.c
53
switch (config->tx_type) {
drivers/net/ethernet/intel/ice/ice_ptp.c
118
enable = pf->ptp.tstamp_config.tx_type == HWTSTAMP_TX_ON;
drivers/net/ethernet/intel/ice/ice_ptp.c
2228
switch (config->tx_type) {
drivers/net/ethernet/intel/ice/ice_ptp.c
2230
pf->ptp.tstamp_config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/intel/ice/ice_ptp.c
2233
pf->ptp.tstamp_config.tx_type = HWTSTAMP_TX_ON;
drivers/net/ethernet/intel/idpf/idpf_ptp.c
732
switch (config->tx_type) {
drivers/net/ethernet/intel/idpf/idpf_ptp.c
743
vport->tstamp_config.tx_type = config->tx_type;
drivers/net/ethernet/intel/igb/igb_main.c
6565
if (adapter->tstamp_config.tx_type == HWTSTAMP_TX_ON &&
drivers/net/ethernet/intel/igb/igb_ptp.c
1140
switch (config->tx_type) {
drivers/net/ethernet/intel/igb/igb_ptp.c
1399
adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/intel/igc/igc_ptp.c
1215
adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/intel/igc/igc_ptp.c
665
switch (config->tx_type) {
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
9428
if (adapter->tstamp_config.tx_type == HWTSTAMP_TX_ON &&
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
1454
adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
993
switch (config->tx_type) {
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
5187
if (config->tx_type != HWTSTAMP_TX_OFF &&
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
5188
config->tx_type != HWTSTAMP_TX_ON)
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
5194
if (config->tx_type != HWTSTAMP_TX_OFF) {
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
5230
port->tx_hwtstamp_type = config->tx_type;
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
5243
config->tx_type = port->tx_hwtstamp_type;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
2465
switch (config->tx_type) {
drivers/net/ethernet/marvell/prestera/prestera_main.c
1093
if (info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
drivers/net/ethernet/mellanox/mlx4/en_cq.c
135
if ((cq->type != RX && priv->hwtstamp_config.tx_type) ||
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
2435
switch (config->tx_type) {
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
2469
config->tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
3297
priv->hwtstamp_config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
3509
if (priv->hwtstamp_config.tx_type == ts_config->tx_type &&
drivers/net/ethernet/mellanox/mlx4/en_tx.c
138
ring->hwtstamp_tx_type = priv->hwtstamp_config.tx_type;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
3465
priv->hwtstamp_config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
4759
switch (config->tx_type) {
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c
1219
if (tracker.tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) {
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c
1341
tracker->tx_type = lag_upper_info->tx_type;
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c
1354
mode_supported = tracker->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP ||
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c
1355
tracker->tx_type == NETDEV_LAG_TX_TYPE_HASH;
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c
589
if (tracker->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) {
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c
785
if (tracker && tracker->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP &&
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.h
47
enum netdev_lag_tx_type tx_type;
drivers/net/ethernet/mellanox/mlxsw/spectrum.c
4240
if (lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
1098
enum hwtstamp_tx_types tx_type = config->tx_type;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
1102
switch (tx_type) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
1474
enum hwtstamp_tx_types tx_type = config->tx_type;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
1512
switch (tx_type) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
1637
new_config.tx_type = config->tx_type;
drivers/net/ethernet/meta/fbnic/fbnic_txrx.c
185
if (fbn->hwtstamp_config.tx_type == HWTSTAMP_TX_OFF)
drivers/net/ethernet/microchip/lan743x_ptp.c
1746
config->tx_type = HWTSTAMP_TX_ONESTEP_SYNC;
drivers/net/ethernet/microchip/lan743x_ptp.c
1748
config->tx_type = HWTSTAMP_TX_ON;
drivers/net/ethernet/microchip/lan743x_ptp.c
1750
config->tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/microchip/lan743x_ptp.c
1764
switch (config->tx_type) {
drivers/net/ethernet/microchip/lan743x_ptp.c
1791
" tx_type = %d, UNKNOWN\n", config->tx_type);
drivers/net/ethernet/microchip/lan966x/lan966x_lag.c
222
if (lui->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
270
switch (cfg->tx_type) {
drivers/net/ethernet/microchip/sparx5/sparx5_ptp.c
96
switch (cfg->tx_type) {
drivers/net/ethernet/mscc/ocelot.c
2500
if (info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
drivers/net/ethernet/mscc/ocelot_ptp.c
495
static int ocelot_ptp_tx_type_to_cmd(int tx_type, int *ptp_cmd)
drivers/net/ethernet/mscc/ocelot_ptp.c
497
switch (tx_type) {
drivers/net/ethernet/mscc/ocelot_ptp.c
524
cfg->tx_type = HWTSTAMP_TX_ON;
drivers/net/ethernet/mscc/ocelot_ptp.c
527
cfg->tx_type = HWTSTAMP_TX_ONESTEP_SYNC;
drivers/net/ethernet/mscc/ocelot_ptp.c
530
cfg->tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/mscc/ocelot_ptp.c
548
err = ocelot_ptp_tx_type_to_cmd(cfg->tx_type, &ptp_cmd);
drivers/net/ethernet/netronome/nfp/flower/lag_conf.c
577
lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_ACTIVEBACKUP &&
drivers/net/ethernet/netronome/nfp/flower/lag_conf.c
578
(lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_HASH ||
drivers/net/ethernet/netronome/nfp/flower/lag_conf.c
585
lag_upper_info->tx_type,
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c
212
if (cfg->tx_type != HWTSTAMP_TX_OFF && cfg->tx_type != HWTSTAMP_TX_ON)
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c
243
adapter->hwts_tx_en = cfg->tx_type == HWTSTAMP_TX_ON;
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c
256
cfg->tx_type = adapter->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
drivers/net/ethernet/pensando/ionic/ionic_phc.c
101
tx_mode = ionic_hwstamp_tx_mode(config->tx_type);
drivers/net/ethernet/qlogic/qed/qed_ptp.c
172
enum qed_ptp_hwtstamp_tx_type tx_type)
drivers/net/ethernet/qlogic/qed/qed_ptp.c
229
if (tx_type == QED_PTP_HWTSTAMP_TX_OFF) {
drivers/net/ethernet/qlogic/qede/qede_ptp.c
204
enum qed_ptp_hwtstamp_tx_type tx_type = QED_PTP_HWTSTAMP_TX_ON;
drivers/net/ethernet/qlogic/qede/qede_ptp.c
213
switch (ptp->tx_type) {
drivers/net/ethernet/qlogic/qede/qede_ptp.c
216
tx_type = QED_PTP_HWTSTAMP_TX_ON;
drivers/net/ethernet/qlogic/qede/qede_ptp.c
221
tx_type = QED_PTP_HWTSTAMP_TX_OFF;
drivers/net/ethernet/qlogic/qede/qede_ptp.c
26
u16 tx_type;
drivers/net/ethernet/qlogic/qede/qede_ptp.c
278
ptp->ops->cfg_filters(edev->cdev, rx_filter, tx_type);
drivers/net/ethernet/qlogic/qede/qede_ptp.c
303
config->tx_type, config->rx_filter);
drivers/net/ethernet/qlogic/qede/qede_ptp.c
305
switch (config->tx_type) {
drivers/net/ethernet/qlogic/qede/qede_ptp.c
316
ptp->tx_type = config->tx_type;
drivers/net/ethernet/qlogic/qede/qede_ptp.c
336
config->tx_type = ptp->tx_type;
drivers/net/ethernet/renesas/ravb_main.c
2427
config->tx_type = priv->tstamp_tx_ctrl;
drivers/net/ethernet/renesas/ravb_main.c
2442
switch (config->tx_type) {
drivers/net/ethernet/renesas/ravb_main.c
2445
tstamp_tx_ctrl = config->tx_type;
drivers/net/ethernet/renesas/rswitch_main.c
1805
config->tx_type = priv->tstamp_tx_ctrl;
drivers/net/ethernet/renesas/rswitch_main.c
1822
switch (config->tx_type) {
drivers/net/ethernet/renesas/rswitch_main.c
1825
tstamp_tx_ctrl = config->tx_type;
drivers/net/ethernet/renesas/rtsn.c
1128
config->tx_type = priv->tstamp_tx_ctrl;
drivers/net/ethernet/renesas/rtsn.c
1150
switch (config->tx_type) {
drivers/net/ethernet/renesas/rtsn.c
1153
tstamp_tx_ctrl = config->tx_type;
drivers/net/ethernet/sfc/ef10.c
3727
init->tx_type != HWTSTAMP_TX_OFF, 0);
drivers/net/ethernet/sfc/ptp.c
1599
ptp->config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/sfc/ptp.c
1850
if ((init->tx_type != HWTSTAMP_TX_OFF) &&
drivers/net/ethernet/sfc/ptp.c
1851
(init->tx_type != HWTSTAMP_TX_ON))
drivers/net/ethernet/sfc/siena/ptp.c
1477
ptp->config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/sfc/siena/ptp.c
1770
if ((init->tx_type != HWTSTAMP_TX_OFF) &&
drivers/net/ethernet/sfc/siena/ptp.c
1771
(init->tx_type != HWTSTAMP_TX_ON))
drivers/net/ethernet/sfc/siena/siena.c
147
init->tx_type != HWTSTAMP_TX_OFF,
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
599
__func__, config->flags, config->tx_type, config->rx_filter);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
601
if (config->tx_type != HWTSTAMP_TX_OFF &&
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
602
config->tx_type != HWTSTAMP_TX_ON)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
740
priv->hwts_tx_en = config->tx_type == HWTSTAMP_TX_ON;
drivers/net/ethernet/ti/am65-cpsw-nuss.c
1803
switch (cfg->tx_type) {
drivers/net/ethernet/ti/am65-cpsw-nuss.c
1844
port->tx_ts_enabled = (cfg->tx_type == HWTSTAMP_TX_ON);
drivers/net/ethernet/ti/am65-cpsw-nuss.c
1892
cfg->tx_type = port->tx_ts_enabled ?
drivers/net/ethernet/ti/cpsw_priv.c
636
if (cfg->tx_type != HWTSTAMP_TX_OFF && cfg->tx_type != HWTSTAMP_TX_ON)
drivers/net/ethernet/ti/cpsw_priv.c
665
priv->tx_ts_enabled = cfg->tx_type == HWTSTAMP_TX_ON;
drivers/net/ethernet/ti/cpsw_priv.c
693
cfg->tx_type = priv->tx_ts_enabled ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
drivers/net/ethernet/ti/icssg/icssg_common.c
1562
switch (config->tx_type) {
drivers/net/ethernet/ti/icssg/icssg_common.c
1609
config->tx_type = emac->tx_ts_enabled ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
drivers/net/ethernet/ti/netcp_ethss.c
2610
cfg->tx_type = gbe_dev->tx_ts_enabled ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
drivers/net/ethernet/ti/netcp_ethss.c
2662
switch (cfg->tx_type) {
drivers/net/ethernet/wangxun/libwx/wx_lib.c
1613
if (wx->tstamp_config.tx_type == HWTSTAMP_TX_ON &&
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
548
wx->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
565
switch (config->tx_type) {
drivers/net/ethernet/xscale/ixp4xx_eth.c
416
if (cfg->tx_type != HWTSTAMP_TX_OFF && cfg->tx_type != HWTSTAMP_TX_ON)
drivers/net/ethernet/xscale/ixp4xx_eth.c
435
port->hwts_tx_en = cfg->tx_type == HWTSTAMP_TX_ON;
drivers/net/ethernet/xscale/ixp4xx_eth.c
456
cfg->tx_type = port->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
drivers/net/phy/bcm-phy-ptp.c
137
int tx_type;
drivers/net/phy/bcm-phy-ptp.c
757
switch (priv->tx_type) {
drivers/net/phy/bcm-phy-ptp.c
790
cfg->tx_type = priv->tx_type;
drivers/net/phy/bcm-phy-ptp.c
822
priv->tx_type = cfg->tx_type;
drivers/net/phy/bcm-phy-ptp.c
825
ctrl |= priv->tx_type != HWTSTAMP_TX_OFF ? SLICE_TX_EN : 0;
drivers/net/phy/dp83640.c
1185
cfg->tx_type = dp83640->hwts_tx_en;
drivers/net/phy/dp83640.c
1198
if (cfg->tx_type < 0 || cfg->tx_type > HWTSTAMP_TX_ONESTEP_SYNC)
drivers/net/phy/dp83640.c
1201
dp83640->hwts_tx_en = cfg->tx_type;
drivers/net/phy/micrel.c
3177
config->tx_type = ptp_priv->hwts_tx_type;
drivers/net/phy/micrel.c
3220
switch (config->tx_type) {
drivers/net/phy/micrel.c
3229
ptp_priv->hwts_tx_type = config->tx_type;
drivers/net/phy/micrel.c
5124
switch (config->tx_type) {
drivers/net/phy/micrel.c
5133
ptp_priv->hwts_tx_type = config->tx_type;
drivers/net/phy/microchip_rds_ptp.c
485
config->tx_type = clock->hwts_tx_type;
drivers/net/phy/microchip_rds_ptp.c
530
switch (config->tx_type) {
drivers/net/phy/microchip_rds_ptp.c
574
if (config->tx_type == HWTSTAMP_TX_ONESTEP_SYNC)
drivers/net/phy/microchip_rds_ptp.c
611
clock->hwts_tx_type = config->tx_type;
drivers/net/phy/mscc/mscc_ptp.c
1010
vsc8531->ptp->tx_type != HWTSTAMP_TX_OFF);
drivers/net/phy/mscc/mscc_ptp.c
1012
ptp_l4 && vsc8531->ptp->tx_type != HWTSTAMP_TX_OFF);
drivers/net/phy/mscc/mscc_ptp.c
1014
vsc8531->ptp->tx_type != HWTSTAMP_TX_OFF);
drivers/net/phy/mscc/mscc_ptp.c
1017
if (vsc8531->ptp->tx_type != HWTSTAMP_TX_OFF)
drivers/net/phy/mscc/mscc_ptp.c
1060
cfg->tx_type = vsc8531->ptp->tx_type;
drivers/net/phy/mscc/mscc_ptp.c
1076
switch (cfg->tx_type) {
drivers/net/phy/mscc/mscc_ptp.c
1089
vsc8531->ptp->tx_type = cfg->tx_type;
drivers/net/phy/mscc/mscc_ptp.c
1123
if (vsc8531->ptp->tx_type == HWTSTAMP_TX_OFF)
drivers/net/phy/mscc/mscc_ptp.c
1184
if (vsc8531->ptp->tx_type == HWTSTAMP_TX_OFF)
drivers/net/phy/mscc/mscc_ptp.c
1187
if (vsc8531->ptp->tx_type == HWTSTAMP_TX_ONESTEP_SYNC)
drivers/net/phy/mscc/mscc_ptp.h
468
enum hwtstamp_tx_types tx_type;
drivers/net/phy/nxp-c45-tja11xx.c
1021
cfg->tx_type = priv->hwts_tx;
drivers/net/phy/nxp-c45-tja11xx.c
1037
if (cfg->tx_type < 0 || cfg->tx_type > HWTSTAMP_TX_ON)
drivers/net/phy/nxp-c45-tja11xx.c
1041
priv->hwts_tx = cfg->tx_type;
drivers/net/team/team_core.c
1065
lag_upper_info.tx_type = team->mode->lag_tx_type;
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c
2012
discov->tx_type = !!(changed & BSS_CHANGED_FILS_DISCOVERY);
drivers/net/wireless/mediatek/mt76/mt7915/mcu.h
394
u8 tx_type;
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
2896
discov->tx_type = !!(changed & BSS_CHANGED_FILS_DISCOVERY);
drivers/net/wireless/mediatek/mt76/mt7996/mcu.h
394
u8 tx_type;
drivers/net/wireless/realtek/rtw89/core.c
1155
tx_req->tx_type == RTW89_CORE_TX_TYPE_MGMT)
drivers/net/wireless/realtek/rtw89/core.c
1220
if (unlikely(tx_req->tx_type == RTW89_CORE_TX_TYPE_FWCMD)) {
drivers/net/wireless/realtek/rtw89/core.c
1225
tx_req->tx_type = rtw89_core_get_tx_type(rtwdev, skb);
drivers/net/wireless/realtek/rtw89/core.c
1250
switch (tx_req->tx_type) {
drivers/net/wireless/realtek/rtw89/core.c
1329
tx_req.tx_type = RTW89_CORE_TX_TYPE_FWCMD;
drivers/net/wireless/realtek/rtw89/core.h
1252
enum rtw89_core_tx_type tx_type;
drivers/net/wireless/realtek/rtw89/pci.c
1648
tx_req->tx_type == RTW89_CORE_TX_TYPE_FWCMD) &&
drivers/net/wireless/realtek/rtw89/pci.c
1650
tx_req->tx_type != RTW89_CORE_TX_TYPE_FWCMD)) {
drivers/net/wireless/realtek/rtw89/usb.c
376
tx_req->tx_type == RTW89_CORE_TX_TYPE_FWCMD) &&
drivers/net/wireless/realtek/rtw89/usb.c
378
tx_req->tx_type != RTW89_CORE_TX_TYPE_FWCMD)) {
drivers/net/wireless/realtek/rtw89/usb.c
380
desc_info->ch_dma, tx_req->tx_type);
drivers/ptp/ptp_ines.c
344
cfg->tx_type = (port_conf & CM_ONE_STEP) ? HWTSTAMP_TX_ONESTEP_P2P
drivers/ptp/ptp_ines.c
347
cfg->tx_type = HWTSTAMP_TX_OFF;
drivers/ptp/ptp_ines.c
361
switch (cfg->tx_type) {
drivers/usb/usbip/vudc.h
66
enum tx_type type;
include/linux/async_tx.h
104
enum dma_transaction_type tx_type);
include/linux/async_tx.h
119
enum dma_transaction_type tx_type, struct page **dst,
include/linux/dmaengine.h
1418
__dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp)
include/linux/dmaengine.h
1420
set_bit(tx_type, dstp->bits);
include/linux/dmaengine.h
1425
__dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp)
include/linux/dmaengine.h
1427
clear_bit(tx_type, dstp->bits);
include/linux/dmaengine.h
1438
__dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp)
include/linux/dmaengine.h
1440
return test_bit(tx_type, srcp->bits);
include/linux/dmaengine.h
1517
struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
include/linux/dmaengine.h
1532
static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type)
include/linux/net_tstamp.h
64
int tx_type;
include/linux/net_tstamp.h
76
kernel_cfg->tx_type = cfg->tx_type;
include/linux/net_tstamp.h
84
cfg->tx_type = kernel_cfg->tx_type;
include/linux/net_tstamp.h
92
a->tx_type != b->tx_type ||
include/linux/netdevice.h
3130
enum netdev_lag_tx_type tx_type;
include/uapi/linux/net_tstamp.h
92
int tx_type;
net/core/dev_ioctl.c
191
enum hwtstamp_tx_types tx_type;
net/core/dev_ioctl.c
199
tx_type = cfg->tx_type;
net/core/dev_ioctl.c
202
switch (tx_type) {
net/core/failover.c
74
lag_upper_info.tx_type = NETDEV_LAG_TX_TYPE_ACTIVEBACKUP;
net/ethtool/tsconfig.c
105
if (data->hwtst_config.tx_type) {
net/ethtool/tsconfig.c
106
ret = ethnl_bitset32_size(&data->hwtst_config.tx_type,
net/ethtool/tsconfig.c
147
if (data->hwtst_config.tx_type) {
net/ethtool/tsconfig.c
149
&data->hwtst_config.tx_type, NULL,
net/ethtool/tsconfig.c
20
u32 tx_type;
net/ethtool/tsconfig.c
349
req_tx_type = BIT(hwtst_config.tx_type);
net/ethtool/tsconfig.c
364
hwtst_config.tx_type = ffs(req_tx_type) - 1;
net/ethtool/tsconfig.c
55
data->hwtst_config.tx_type = BIT(cfg.tx_type);
net/hsr/hsr_slave.c
163
lag_upper_info.tx_type = NETDEV_LAG_TX_TYPE_BROADCAST;
tools/testing/selftests/bpf/xdp_hw_metadata.c
600
.tx_type = HWTSTAMP_TX_ON,
tools/testing/selftests/net/hwtstamp_config.c
102
config.tx_type = lookup_value(tx_types, N_TX_TYPES, argv[2]);
tools/testing/selftests/net/hwtstamp_config.c
104
if (config.tx_type < 0 || config.rx_filter < 0) {
tools/testing/selftests/net/hwtstamp_config.c
125
name = lookup_name(tx_types, N_TX_TYPES, config.tx_type);
tools/testing/selftests/net/hwtstamp_config.c
129
printf("tx_type = %d\n", config.tx_type);
tools/testing/selftests/net/timestamping.c
396
hwconfig.tx_type =
tools/testing/selftests/net/timestamping.c
406
hwconfig_requested.tx_type == HWTSTAMP_TX_OFF &&
tools/testing/selftests/net/timestamping.c
413
hwconfig_requested.tx_type, hwconfig.tx_type,