Home
last modified time | relevance | path

Searched refs:tx_type (Results 1 – 25 of 64) sorted by relevance

123

/Linux-v4.19/tools/testing/selftests/networking/timestamping/
Dhwtstamp_config.c100 config.tx_type = lookup_value(tx_types, N_TX_TYPES, argv[2]); in main()
102 if (config.tx_type < 0 || config.rx_filter < 0) { in main()
123 name = lookup_name(tx_types, N_TX_TYPES, config.tx_type); in main()
127 printf("tx_type = %d\n", config.tx_type); in main()
Dtimestamping.c380 hwconfig.tx_type = in main()
389 hwconfig_requested.tx_type == HWTSTAMP_TX_OFF && in main()
396 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_ptp.c49 u16 tx_type; member
212 enum qed_ptp_hwtstamp_tx_type tx_type = QED_PTP_HWTSTAMP_TX_ON; in qede_ptp_cfg_filters() local
224 switch (ptp->tx_type) { in qede_ptp_cfg_filters()
227 tx_type = QED_PTP_HWTSTAMP_TX_ON; in qede_ptp_cfg_filters()
232 tx_type = QED_PTP_HWTSTAMP_TX_OFF; in qede_ptp_cfg_filters()
293 ptp->ops->cfg_filters(edev->cdev, rx_filter, tx_type); in qede_ptp_cfg_filters()
315 config.tx_type, config.rx_filter); in qede_ptp_hw_ts()
323 ptp->tx_type = config.tx_type; in qede_ptp_hw_ts()
/Linux-v4.19/crypto/async_tx/
Dasync_tx.c57 enum dma_transaction_type tx_type) in __async_tx_find_channel() argument
63 dma_has_cap(tx_type, depend_tx->chan->device->cap_mask)) in __async_tx_find_channel()
65 return async_dma_find_channel(tx_type); in __async_tx_find_channel()
/Linux-v4.19/net/core/
Ddev_ioctl.c172 enum hwtstamp_tx_types tx_type; in net_hwtstamp_validate() local
183 tx_type = cfg.tx_type; in net_hwtstamp_validate()
186 switch (tx_type) { in net_hwtstamp_validate()
Dfailover.c74 lag_upper_info.tx_type = NETDEV_LAG_TX_TYPE_ACTIVEBACKUP; in failover_slave_register()
/Linux-v4.19/drivers/usb/usbip/
Dvudc.h59 enum tx_type { enum
66 enum tx_type type;
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dlag.c49 enum netdev_lag_tx_type tx_type; member
337 tracker->tx_type = lag_upper_info->tx_type; in mlx5_handle_changeupper_event()
346 ((tracker->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) || in mlx5_handle_changeupper_event()
347 (tracker->tx_type == NETDEV_LAG_TX_TYPE_HASH)); in mlx5_handle_changeupper_event()
615 if (ldev->tracker.tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) { in mlx5_lag_get_roce_netdev()
/Linux-v4.19/include/linux/
Ddmaengine.h1214 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set() argument
1216 set_bit(tx_type, dstp->bits); in __dma_cap_set()
1221 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear() argument
1223 clear_bit(tx_type, dstp->bits); in __dma_cap_clear()
1234 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap() argument
1236 return test_bit(tx_type, srcp->bits); in __dma_has_cap()
1312 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
1326 static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() argument
Dasync_tx.h117 enum dma_transaction_type tx_type);
132 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel() argument
/Linux-v4.19/arch/powerpc/include/asm/
Dasync_tx.h43 enum dma_transaction_type tx_type);
/Linux-v4.19/include/uapi/linux/
Dnet_tstamp.h64 int tx_type; member
/Linux-v4.19/drivers/media/rc/
Dlirc_dev.c752 const char *rx_type, *tx_type; in ir_lirc_register() local
790 tx_type = "raw IR"; in ir_lirc_register()
792 tx_type = "no"; in ir_lirc_register()
795 dev->driver_name, minor, rx_type, tx_type); in ir_lirc_register()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Dlag_conf.c565 lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_ACTIVEBACKUP && in nfp_fl_lag_changeupper_event()
566 (lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_HASH || in nfp_fl_lag_changeupper_event()
573 lag_upper_info->tx_type, in nfp_fl_lag_changeupper_event()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_ptp.c193 enum qed_ptp_hwtstamp_tx_type tx_type) in qed_ptp_hw_cfg_filters() argument
249 if (tx_type == QED_PTP_HWTSTAMP_TX_OFF) { in qed_ptp_hw_cfg_filters()
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-ptp.c271 pdata->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in xgbe_ptp_register()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c543 switch (config->tx_type) { in i40e_ptp_set_timestamp_mode()
718 pf->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in i40e_ptp_create_clock()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dfec_ptp.c468 switch (config.tx_type) { in fec_ptp_set()
502 config.tx_type = fep->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in fec_ptp_get()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_cq.c139 if ((cq->type != RX && priv->hwtstamp_config.tx_type) || in mlx4_en_activate_cq()
/Linux-v4.19/drivers/net/ethernet/xscale/
Dixp4xx_eth.c387 if (cfg.tx_type != HWTSTAMP_TX_OFF && cfg.tx_type != HWTSTAMP_TX_ON) in hwtstamp_set()
406 port->hwts_tx_en = cfg.tx_type == HWTSTAMP_TX_ON; in hwtstamp_set()
421 cfg.tx_type = port->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in hwtstamp_get()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c854 switch (config->tx_type) { in ixgbe_ptp_set_timestamp_mode()
1278 adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in ixgbe_ptp_create_clock()
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbna_enet.c819 enum bna_tx_type tx_type = \
826 bna_tx_mod_start(&(enet)->bna->tx_mod, tx_type); \
832 enum bna_tx_type tx_type = \
842 bna_tx_mod_stop(&(enet)->bna->tx_mod, tx_type); \
/Linux-v4.19/drivers/net/phy/
Ddp83640.c1324 if (cfg.tx_type < 0 || cfg.tx_type > HWTSTAMP_TX_ONESTEP_SYNC) in dp83640_hwtstamp()
1327 dp83640->hwts_tx_en = cfg.tx_type; in dp83640_hwtstamp()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_ptp.c938 switch (config->tx_type) { in igb_ptp_set_timestamp_mode()
1186 adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in igb_ptp_init()
/Linux-v4.19/drivers/dma/
Ddmaengine.c357 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() argument
359 return this_cpu_read(channel_table[tx_type]->chan); in dma_find_channel()

123