/Linux-v5.4/drivers/infiniband/sw/siw/ |
D | siw_qp_tx.c | 125 switch (tx_type(wqe)) { in siw_qp_prepare_tx() 221 siw_dbg_qp(tx_qp(c_tx), "stale wqe type %d\n", tx_type(wqe)); in siw_qp_prepare_tx() 796 if (tx_type(wqe) == SIW_OP_READ_RESPONSE) in siw_qp_sq_proc_tx() 799 if (tx_type(wqe) != SIW_OP_READ && in siw_qp_sq_proc_tx() 800 tx_type(wqe) != SIW_OP_READ_LOCAL_INV) { in siw_qp_sq_proc_tx() 808 if (tx_type(wqe) == in siw_qp_sq_proc_tx() 847 tx_type(wqe), wqe->wr_status, wqe->bytes, wqe->processed, in siw_qp_sq_proc_tx() 855 enum siw_opcode tx_type = tx_type(wqe); in siw_qp_sq_proc_tx() local 870 if (!rv && tx_type != SIW_OP_READ && in siw_qp_sq_proc_tx() 871 tx_type != SIW_OP_READ_LOCAL_INV) in siw_qp_sq_proc_tx() [all …]
|
D | siw_qp.c | 405 tx_type(tx_wqe(qp))); in siw_send_terminate() 1200 tx_type(wqe), wqe->wr_status); in siw_sq_flush() 1202 siw_wqe_put_mem(wqe, tx_type(wqe)); in siw_sq_flush() 1204 if (tx_type(wqe) != SIW_OP_READ_RESPONSE && in siw_sq_flush() 1205 ((tx_type(wqe) != SIW_OP_READ && in siw_sq_flush() 1206 tx_type(wqe) != SIW_OP_READ_LOCAL_INV) || in siw_sq_flush()
|
/Linux-v5.4/tools/testing/selftests/networking/timestamping/ |
D | hwtstamp_config.c | 100 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()
|
D | timestamping.c | 361 hwconfig.tx_type = in main() 370 hwconfig_requested.tx_type == HWTSTAMP_TX_OFF && in main() 377 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/ |
D | qede_ptp.c | 51 u16 tx_type; member 226 enum qed_ptp_hwtstamp_tx_type tx_type = QED_PTP_HWTSTAMP_TX_ON; in qede_ptp_cfg_filters() local 238 switch (ptp->tx_type) { in qede_ptp_cfg_filters() 241 tx_type = QED_PTP_HWTSTAMP_TX_ON; in qede_ptp_cfg_filters() 246 tx_type = QED_PTP_HWTSTAMP_TX_OFF; in qede_ptp_cfg_filters() 307 ptp->ops->cfg_filters(edev->cdev, rx_filter, tx_type); in qede_ptp_cfg_filters() 329 config.tx_type, config.rx_filter); in qede_ptp_hw_ts() 337 ptp->tx_type = config.tx_type; in qede_ptp_hw_ts()
|
/Linux-v5.4/crypto/async_tx/ |
D | async_tx.c | 44 enum dma_transaction_type tx_type) in __async_tx_find_channel() argument 50 dma_has_cap(tx_type, depend_tx->chan->device->cap_mask)) in __async_tx_find_channel() 52 return async_dma_find_channel(tx_type); in __async_tx_find_channel()
|
/Linux-v5.4/drivers/usb/usbip/ |
D | vudc.h | 59 enum tx_type { enum 66 enum tx_type type;
|
/Linux-v5.4/net/core/ |
D | dev_ioctl.c | 172 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()
|
D | failover.c | 74 lag_upper_info.tx_type = NETDEV_LAG_TX_TYPE_ACTIVEBACKUP; in failover_slave_register()
|
/Linux-v5.4/include/linux/ |
D | dmaengine.h | 1202 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set() argument 1204 set_bit(tx_type, dstp->bits); in __dma_cap_set() 1209 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear() argument 1211 clear_bit(tx_type, dstp->bits); in __dma_cap_clear() 1222 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap() argument 1224 return test_bit(tx_type, srcp->bits); in __dma_has_cap() 1300 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type); 1315 static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() argument
|
D | async_tx.h | 104 enum dma_transaction_type tx_type); 119 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel() argument
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | lag.c | 409 tracker->tx_type = lag_upper_info->tx_type; in mlx5_handle_changeupper_event() 418 ((tracker->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) || in mlx5_handle_changeupper_event() 419 (tracker->tx_type == NETDEV_LAG_TX_TYPE_HASH)); in mlx5_handle_changeupper_event() 694 if (ldev->tracker.tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) { in mlx5_lag_get_roce_netdev()
|
D | lag.h | 26 enum netdev_lag_tx_type tx_type; member
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | async_tx.h | 27 enum dma_transaction_type tx_type);
|
/Linux-v5.4/include/uapi/linux/ |
D | net_tstamp.h | 64 int tx_type; member
|
/Linux-v5.4/drivers/media/rc/ |
D | lirc_dev.c | 742 const char *rx_type, *tx_type; in ir_lirc_register() local 780 tx_type = "raw IR"; in ir_lirc_register() 782 tx_type = "no"; in ir_lirc_register() 785 dev->driver_name, minor, rx_type, tx_type); in ir_lirc_register()
|
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/ |
D | lag_conf.c | 544 lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_ACTIVEBACKUP && in nfp_fl_lag_changeupper_event() 545 (lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_HASH || in nfp_fl_lag_changeupper_event() 552 lag_upper_info->tx_type, in nfp_fl_lag_changeupper_event()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_ptp.c | 196 enum qed_ptp_hwtstamp_tx_type tx_type) in qed_ptp_hw_cfg_filters() argument 253 if (tx_type == QED_PTP_HWTSTAMP_TX_OFF) { in qed_ptp_hw_cfg_filters()
|
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ptp.c | 271 pdata->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in xgbe_ptp_register()
|
/Linux-v5.4/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 468 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-v5.4/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 549 switch (config->tx_type) { in i40e_ptp_set_timestamp_mode() 725 pf->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in i40e_ptp_create_clock()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ |
D | en_cq.c | 136 if ((cq->type != RX && priv->hwtstamp_config.tx_type) || in mlx4_en_activate_cq()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ptp.c | 911 enum hwtstamp_tx_types tx_type = config->tx_type; in mlxsw_sp_ptp_get_message_types() local 915 switch (tx_type) { in mlxsw_sp_ptp_get_message_types()
|
/Linux-v5.4/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 384 if (cfg.tx_type != HWTSTAMP_TX_OFF && cfg.tx_type != HWTSTAMP_TX_ON) in hwtstamp_set() 403 port->hwts_tx_en = cfg.tx_type == HWTSTAMP_TX_ON; in hwtstamp_set() 418 cfg.tx_type = port->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in hwtstamp_get()
|
/Linux-v5.4/drivers/net/ethernet/brocade/bna/ |
D | bna_enet.c | 811 enum bna_tx_type tx_type = \ 818 bna_tx_mod_start(&(enet)->bna->tx_mod, tx_type); \ 824 enum bna_tx_type tx_type = \ 834 bna_tx_mod_stop(&(enet)->bna->tx_mod, tx_type); \
|