tx_type            27 arch/powerpc/include/asm/async_tx.h 			enum dma_transaction_type tx_type);
tx_type            44 crypto/async_tx/async_tx.c 			enum dma_transaction_type tx_type)
tx_type            50 crypto/async_tx/async_tx.c 	    dma_has_cap(tx_type, depend_tx->chan->device->cap_mask))
tx_type            52 crypto/async_tx/async_tx.c 	return async_dma_find_channel(tx_type);
tx_type           346 drivers/dma/dmaengine.c struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type)
tx_type           348 drivers/dma/dmaengine.c 	return this_cpu_read(channel_table[tx_type]->chan);
tx_type           405 drivers/infiniband/sw/siw/siw_qp.c 			   tx_type(tx_wqe(qp)));
tx_type          1200 drivers/infiniband/sw/siw/siw_qp.c 			   tx_type(wqe), wqe->wr_status);
tx_type          1202 drivers/infiniband/sw/siw/siw_qp.c 		siw_wqe_put_mem(wqe, tx_type(wqe));
tx_type          1204 drivers/infiniband/sw/siw/siw_qp.c 		if (tx_type(wqe) != SIW_OP_READ_RESPONSE &&
tx_type          1205 drivers/infiniband/sw/siw/siw_qp.c 		    ((tx_type(wqe) != SIW_OP_READ &&
tx_type          1206 drivers/infiniband/sw/siw/siw_qp.c 		      tx_type(wqe) != SIW_OP_READ_LOCAL_INV) ||
tx_type           125 drivers/infiniband/sw/siw/siw_qp_tx.c 	switch (tx_type(wqe)) {
tx_type           221 drivers/infiniband/sw/siw/siw_qp_tx.c 		siw_dbg_qp(tx_qp(c_tx), "stale wqe type %d\n", tx_type(wqe));
tx_type           796 drivers/infiniband/sw/siw/siw_qp_tx.c 			if (tx_type(wqe) == SIW_OP_READ_RESPONSE)
tx_type           799 drivers/infiniband/sw/siw/siw_qp_tx.c 			if (tx_type(wqe) != SIW_OP_READ &&
tx_type           800 drivers/infiniband/sw/siw/siw_qp_tx.c 			    tx_type(wqe) != SIW_OP_READ_LOCAL_INV) {
tx_type           808 drivers/infiniband/sw/siw/siw_qp_tx.c 					if (tx_type(wqe) ==
tx_type           847 drivers/infiniband/sw/siw/siw_qp_tx.c 		   tx_type(wqe), wqe->wr_status, wqe->bytes, wqe->processed,
tx_type           855 drivers/infiniband/sw/siw/siw_qp_tx.c 		enum siw_opcode tx_type = tx_type(wqe);
tx_type           870 drivers/infiniband/sw/siw/siw_qp_tx.c 		if (!rv && tx_type != SIW_OP_READ &&
tx_type           871 drivers/infiniband/sw/siw/siw_qp_tx.c 		    tx_type != SIW_OP_READ_LOCAL_INV)
tx_type           970 drivers/infiniband/sw/siw/siw_qp_tx.c 	switch (tx_type(wqe)) {
tx_type          1015 drivers/infiniband/sw/siw/siw_qp_tx.c 	enum siw_opcode tx_type;
tx_type          1019 drivers/infiniband/sw/siw/siw_qp_tx.c 	siw_dbg_qp(qp, "enter for type %d\n", tx_type(wqe));
tx_type          1029 drivers/infiniband/sw/siw/siw_qp_tx.c 	tx_type = tx_type(wqe);
tx_type          1031 drivers/infiniband/sw/siw/siw_qp_tx.c 	if (tx_type <= SIW_OP_READ_RESPONSE)
tx_type          1040 drivers/infiniband/sw/siw/siw_qp_tx.c 		switch (tx_type) {
tx_type          1044 drivers/infiniband/sw/siw/siw_qp_tx.c 			siw_wqe_put_mem(wqe, tx_type);
tx_type          1062 drivers/infiniband/sw/siw/siw_qp_tx.c 			siw_wqe_put_mem(wqe, tx_type);
tx_type          1066 drivers/infiniband/sw/siw/siw_qp_tx.c 			WARN(1, "undefined WQE type %d\n", tx_type);
tx_type          1104 drivers/infiniband/sw/siw/siw_qp_tx.c 			   tx_type(wqe), rv);
tx_type          1110 drivers/infiniband/sw/siw/siw_qp_tx.c 		if (tx_type == SIW_OP_READ ||
tx_type          1111 drivers/infiniband/sw/siw/siw_qp_tx.c 		    tx_type == SIW_OP_READ_LOCAL_INV) {
tx_type          1123 drivers/infiniband/sw/siw/siw_qp_tx.c 		switch (tx_type) {
tx_type          1130 drivers/infiniband/sw/siw/siw_qp_tx.c 			siw_wqe_put_mem(wqe, tx_type);
tx_type          1152 drivers/infiniband/sw/siw/siw_qp_tx.c 			WARN(1, "undefined WQE type %d\n", tx_type);
tx_type           742 drivers/media/rc/lirc_dev.c 	const char *rx_type, *tx_type;
tx_type           780 drivers/media/rc/lirc_dev.c 		tx_type = "raw IR";
tx_type           782 drivers/media/rc/lirc_dev.c 		tx_type = "no";
tx_type           785 drivers/media/rc/lirc_dev.c 		 dev->driver_name, minor, rx_type, tx_type);
tx_type          1282 drivers/net/bonding/bond_main.c 	lag_upper_info.tx_type = type;
tx_type           107 drivers/net/dsa/mv88e6xxx/hwtstamp.c 	switch (config->tx_type) {
tx_type          1943 drivers/net/dsa/sja1105/sja1105_main.c 	switch (config.tx_type) {
tx_type          1989 drivers/net/dsa/sja1105/sja1105_main.c 		config.tx_type = HWTSTAMP_TX_ON;
tx_type          1991 drivers/net/dsa/sja1105/sja1105_main.c 		config.tx_type = HWTSTAMP_TX_OFF;
tx_type          1590 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	switch (config.tx_type) {
tx_type          1885 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	    (pdata->tstamp_config.tx_type == HWTSTAMP_TX_ON))
tx_type           271 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c 	pdata->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
tx_type          1842 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 	u16 tx_type;
tx_type          15406 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	switch (bp->tx_type) {
tx_type          15487 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	   config.tx_type, config.rx_filter);
tx_type          15495 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	bp->tx_type = config.tx_type;
tx_type          13860 drivers/net/ethernet/broadcom/tg3.c 	if (stmpconf.tx_type != HWTSTAMP_TX_ON &&
tx_type          13861 drivers/net/ethernet/broadcom/tg3.c 	    stmpconf.tx_type != HWTSTAMP_TX_OFF)
tx_type          13924 drivers/net/ethernet/broadcom/tg3.c 	if (stmpconf.tx_type == HWTSTAMP_TX_ON)
tx_type          13942 drivers/net/ethernet/broadcom/tg3.c 	stmpconf.tx_type = (tg3_flag(tp, TX_TSTAMP_EN) ?
tx_type           811 drivers/net/ethernet/brocade/bna/bna_enet.c 	enum bna_tx_type tx_type =					\
tx_type           818 drivers/net/ethernet/brocade/bna/bna_enet.c 	bna_tx_mod_start(&(enet)->bna->tx_mod, tx_type);		\
tx_type           824 drivers/net/ethernet/brocade/bna/bna_enet.c 	enum bna_tx_type tx_type =					\
tx_type           834 drivers/net/ethernet/brocade/bna/bna_enet.c 	bna_tx_mod_stop(&(enet)->bna->tx_mod, tx_type);			\
tx_type          3388 drivers/net/ethernet/brocade/bna/bna_tx_rx.c 	tx = bna_tx_get(tx_mod, tx_cfg->tx_type);
tx_type           499 drivers/net/ethernet/brocade/bna/bna_types.h 	enum bna_tx_type tx_type;
tx_type          1966 drivers/net/ethernet/brocade/bna/bnad.c 	tx_config->tx_type = BNA_TX_T_REGULAR;
tx_type          1255 drivers/net/ethernet/cadence/macb.h 	if (queue->bp->tstamp_config.tx_type == TSTAMP_DISABLED)
tx_type           457 drivers/net/ethernet/cadence/macb_ptp.c 	switch (tstamp_config->tx_type) {
tx_type          2150 drivers/net/ethernet/cavium/liquidio/lio_main.c 	switch (conf.tx_type) {
tx_type          1250 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c 	switch (conf.tx_type) {
tx_type           738 drivers/net/ethernet/cavium/octeon/octeon_mgmt.c 	switch (config.tx_type) {
tx_type          1937 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	switch (config.tx_type) {
tx_type          2660 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			switch (pi->tstamp_config.tx_type) {
tx_type          2694 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			if ((pi->tstamp_config.tx_type == HWTSTAMP_TX_OFF) &&
tx_type          2585 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 	switch (config.tx_type) {
tx_type          1647 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	switch (config.tx_type) {
tx_type          1550 drivers/net/ethernet/freescale/enetc/enetc.c 	switch (config.tx_type) {
tx_type          1582 drivers/net/ethernet/freescale/enetc/enetc.c 		config.tx_type = HWTSTAMP_TX_ON;
tx_type          1584 drivers/net/ethernet/freescale/enetc/enetc.c 		config.tx_type = HWTSTAMP_TX_OFF;
tx_type           468 drivers/net/ethernet/freescale/fec_ptp.c 	switch (config.tx_type) {
tx_type           502 drivers/net/ethernet/freescale/fec_ptp.c 	config.tx_type = fep->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
tx_type          2115 drivers/net/ethernet/freescale/gianfar.c 	switch (config.tx_type) {
tx_type          2156 drivers/net/ethernet/freescale/gianfar.c 	config.tx_type = priv->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
tx_type          3604 drivers/net/ethernet/intel/e1000e/netdev.c 	switch (config->tx_type) {
tx_type           549 drivers/net/ethernet/intel/i40e/i40e_ptp.c 	switch (config->tx_type) {
tx_type           725 drivers/net/ethernet/intel/i40e/i40e_ptp.c 	pf->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
tx_type          6095 drivers/net/ethernet/intel/igb/igb_main.c 		if (adapter->tstamp_config.tx_type == HWTSTAMP_TX_ON &&
tx_type          1008 drivers/net/ethernet/intel/igb/igb_ptp.c 	switch (config->tx_type) {
tx_type          1256 drivers/net/ethernet/intel/igb/igb_ptp.c 	adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
tx_type          8659 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (adapter->tstamp_config.tx_type == HWTSTAMP_TX_ON &&
tx_type           999 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	switch (config->tx_type) {
tx_type          1423 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
tx_type           136 drivers/net/ethernet/mellanox/mlx4/en_cq.c 	if ((cq->type != RX && priv->hwtstamp_config.tx_type) ||
tx_type          2424 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	switch (config.tx_type) {
tx_type          2458 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 		config.tx_type = HWTSTAMP_TX_OFF;
tx_type          3379 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	priv->hwtstamp_config.tx_type = HWTSTAMP_TX_OFF;
tx_type          3582 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	if (priv->hwtstamp_config.tx_type == ts_config.tx_type &&
tx_type           134 drivers/net/ethernet/mellanox/mlx4/en_tx.c 	ring->hwtstamp_tx_type = priv->hwtstamp_config.tx_type;
tx_type          3037 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	priv->tstamp.tx_type   = HWTSTAMP_TX_OFF;
tx_type          4003 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	switch (config.tx_type) {
tx_type           409 drivers/net/ethernet/mellanox/mlx5/core/lag.c 		tracker->tx_type = lag_upper_info->tx_type;
tx_type           418 drivers/net/ethernet/mellanox/mlx5/core/lag.c 		    ((tracker->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) ||
tx_type           419 drivers/net/ethernet/mellanox/mlx5/core/lag.c 		     (tracker->tx_type == NETDEV_LAG_TX_TYPE_HASH));
tx_type           694 drivers/net/ethernet/mellanox/mlx5/core/lag.c 	if (ldev->tracker.tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) {
tx_type            26 drivers/net/ethernet/mellanox/mlx5/core/lag.h 	enum   netdev_lag_tx_type           tx_type;
tx_type          5663 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	if (lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
tx_type           911 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 	enum hwtstamp_tx_types tx_type = config->tx_type;
tx_type           915 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 	switch (tx_type) {
tx_type          1128 drivers/net/ethernet/microchip/lan743x_ptp.c 	switch (config.tx_type) {
tx_type          1153 drivers/net/ethernet/microchip/lan743x_ptp.c 			   "  tx_type = %d, UNKNOWN\n", config.tx_type);
tx_type          1005 drivers/net/ethernet/mscc/ocelot.c 	switch (cfg.tx_type) {
tx_type          1728 drivers/net/ethernet/mscc/ocelot.c 		    lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
tx_type          3180 drivers/net/ethernet/neterion/vxge/vxge-main.c 	switch (config.tx_type) {
tx_type          3234 drivers/net/ethernet/neterion/vxge/vxge-main.c 	config.tx_type = HWTSTAMP_TX_OFF;
tx_type           544 drivers/net/ethernet/netronome/nfp/flower/lag_conf.c 	    lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_ACTIVEBACKUP &&
tx_type           545 drivers/net/ethernet/netronome/nfp/flower/lag_conf.c 	    (lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_HASH ||
tx_type           552 drivers/net/ethernet/netronome/nfp/flower/lag_conf.c 				     lag_upper_info->tx_type,
tx_type           226 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c 	if (cfg.tx_type != HWTSTAMP_TX_OFF && cfg.tx_type != HWTSTAMP_TX_ON)
tx_type           257 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c 	adapter->hwts_tx_en = cfg.tx_type == HWTSTAMP_TX_ON;
tx_type           196 drivers/net/ethernet/qlogic/qed/qed_ptp.c 				  enum qed_ptp_hwtstamp_tx_type tx_type)
tx_type           253 drivers/net/ethernet/qlogic/qed/qed_ptp.c 	if (tx_type == QED_PTP_HWTSTAMP_TX_OFF) {
tx_type            51 drivers/net/ethernet/qlogic/qede/qede_ptp.c 	u16				tx_type;
tx_type           226 drivers/net/ethernet/qlogic/qede/qede_ptp.c 	enum qed_ptp_hwtstamp_tx_type tx_type = QED_PTP_HWTSTAMP_TX_ON;
tx_type           238 drivers/net/ethernet/qlogic/qede/qede_ptp.c 	switch (ptp->tx_type) {
tx_type           241 drivers/net/ethernet/qlogic/qede/qede_ptp.c 		tx_type = QED_PTP_HWTSTAMP_TX_ON;
tx_type           246 drivers/net/ethernet/qlogic/qede/qede_ptp.c 		tx_type = QED_PTP_HWTSTAMP_TX_OFF;
tx_type           307 drivers/net/ethernet/qlogic/qede/qede_ptp.c 	ptp->ops->cfg_filters(edev->cdev, rx_filter, tx_type);
tx_type           329 drivers/net/ethernet/qlogic/qede/qede_ptp.c 		   config.tx_type, config.rx_filter);
tx_type           337 drivers/net/ethernet/qlogic/qede/qede_ptp.c 	ptp->tx_type = config.tx_type;
tx_type          1720 drivers/net/ethernet/renesas/ravb_main.c 	config.tx_type = priv->tstamp_tx_ctrl ? HWTSTAMP_TX_ON :
tx_type          1748 drivers/net/ethernet/renesas/ravb_main.c 	switch (config.tx_type) {
tx_type          6274 drivers/net/ethernet/sfc/ef10.c 					   init->tx_type != HWTSTAMP_TX_OFF, 0);
tx_type          1479 drivers/net/ethernet/sfc/ptp.c 	ptp->config.tx_type = HWTSTAMP_TX_OFF;
tx_type          1773 drivers/net/ethernet/sfc/ptp.c 	if ((init->tx_type != HWTSTAMP_TX_OFF) &&
tx_type          1774 drivers/net/ethernet/sfc/ptp.c 	    (init->tx_type != HWTSTAMP_TX_ON))
tx_type           143 drivers/net/ethernet/sfc/siena.c 					   init->tx_type != HWTSTAMP_TX_OFF,
tx_type           542 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		   __func__, config.flags, config.tx_type, config.rx_filter);
tx_type           548 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	if (config.tx_type != HWTSTAMP_TX_OFF &&
tx_type           549 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	    config.tx_type != HWTSTAMP_TX_ON)
tx_type           687 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	priv->hwts_tx_en = config.tx_type == HWTSTAMP_TX_ON;
tx_type          1939 drivers/net/ethernet/ti/cpsw.c 	if (cfg.tx_type != HWTSTAMP_TX_OFF && cfg.tx_type != HWTSTAMP_TX_ON)
tx_type          1971 drivers/net/ethernet/ti/cpsw.c 	priv->tx_ts_enabled = cfg.tx_type == HWTSTAMP_TX_ON;
tx_type          2000 drivers/net/ethernet/ti/cpsw.c 	cfg.tx_type = priv->tx_ts_enabled ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
tx_type          2613 drivers/net/ethernet/ti/netcp_ethss.c 	cfg.tx_type = gbe_dev->tx_ts_enabled ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
tx_type          2665 drivers/net/ethernet/ti/netcp_ethss.c 	switch (cfg.tx_type) {
tx_type           384 drivers/net/ethernet/xscale/ixp4xx_eth.c 	if (cfg.tx_type != HWTSTAMP_TX_OFF && cfg.tx_type != HWTSTAMP_TX_ON)
tx_type           403 drivers/net/ethernet/xscale/ixp4xx_eth.c 	port->hwts_tx_en = cfg.tx_type == HWTSTAMP_TX_ON;
tx_type           418 drivers/net/ethernet/xscale/ixp4xx_eth.c 	cfg.tx_type = port->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF;
tx_type          1334 drivers/net/phy/dp83640.c 	if (cfg.tx_type < 0 || cfg.tx_type > HWTSTAMP_TX_ONESTEP_SYNC)
tx_type          1337 drivers/net/phy/dp83640.c 	dp83640->hwts_tx_en = cfg.tx_type;
tx_type          1111 drivers/net/team/team.c 	lag_upper_info.tx_type = team->mode->lag_tx_type;
tx_type            66 drivers/usb/usbip/vudc.h 	enum tx_type type;
tx_type           104 include/linux/async_tx.h 			enum dma_transaction_type tx_type);
tx_type           119 include/linux/async_tx.h 		      enum dma_transaction_type tx_type, struct page **dst,
tx_type          1204 include/linux/dmaengine.h __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp)
tx_type          1206 include/linux/dmaengine.h 	set_bit(tx_type, dstp->bits);
tx_type          1211 include/linux/dmaengine.h __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp)
tx_type          1213 include/linux/dmaengine.h 	clear_bit(tx_type, dstp->bits);
tx_type          1224 include/linux/dmaengine.h __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp)
tx_type          1226 include/linux/dmaengine.h 	return test_bit(tx_type, srcp->bits);
tx_type          1302 include/linux/dmaengine.h struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
tx_type          1317 include/linux/dmaengine.h static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type)
tx_type          2439 include/linux/netdevice.h 	enum netdev_lag_tx_type tx_type;
tx_type            64 include/uapi/linux/net_tstamp.h 	int tx_type;
tx_type           172 net/core/dev_ioctl.c 	enum hwtstamp_tx_types tx_type;
tx_type           183 net/core/dev_ioctl.c 	tx_type = cfg.tx_type;
tx_type           186 net/core/dev_ioctl.c 	switch (tx_type) {
tx_type            74 net/core/failover.c 	lag_upper_info.tx_type = NETDEV_LAG_TX_TYPE_ACTIVEBACKUP;
tx_type           100 tools/testing/selftests/networking/timestamping/hwtstamp_config.c 		config.tx_type = lookup_value(tx_types, N_TX_TYPES, argv[2]);
tx_type           102 tools/testing/selftests/networking/timestamping/hwtstamp_config.c 		if (config.tx_type < 0 || config.rx_filter < 0) {
tx_type           123 tools/testing/selftests/networking/timestamping/hwtstamp_config.c 	name = lookup_name(tx_types, N_TX_TYPES, config.tx_type);
tx_type           127 tools/testing/selftests/networking/timestamping/hwtstamp_config.c 		printf("tx_type = %d\n", config.tx_type);
tx_type           361 tools/testing/selftests/networking/timestamping/timestamping.c 	hwconfig.tx_type =
tx_type           370 tools/testing/selftests/networking/timestamping/timestamping.c 		    hwconfig_requested.tx_type == HWTSTAMP_TX_OFF &&
tx_type           377 tools/testing/selftests/networking/timestamping/timestamping.c 	       hwconfig_requested.tx_type, hwconfig.tx_type,