Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c125 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()
806 if (tx_type(wqe) == SIW_OP_READ_RESPONSE) in siw_qp_sq_proc_tx()
809 if (tx_type(wqe) != SIW_OP_READ && in siw_qp_sq_proc_tx()
810 tx_type(wqe) != SIW_OP_READ_LOCAL_INV) { in siw_qp_sq_proc_tx()
818 if (tx_type(wqe) == in siw_qp_sq_proc_tx()
857 tx_type(wqe), wqe->wr_status, wqe->bytes, wqe->processed, in siw_qp_sq_proc_tx()
865 enum siw_opcode tx_type = tx_type(wqe); in siw_qp_sq_proc_tx() local
880 if (!rv && tx_type != SIW_OP_READ && in siw_qp_sq_proc_tx()
881 tx_type != SIW_OP_READ_LOCAL_INV) in siw_qp_sq_proc_tx()
[all …]
H A Dsiw_qp.c406 tx_type(tx_wqe(qp))); in siw_send_terminate()
1213 tx_type(wqe), wqe->wr_status); in siw_sq_flush()
1215 siw_wqe_put_mem(wqe, tx_type(wqe)); in siw_sq_flush()
1217 if (tx_type(wqe) != SIW_OP_READ_RESPONSE && in siw_sq_flush()
1218 ((tx_type(wqe) != SIW_OP_READ && in siw_sq_flush()
1219 tx_type(wqe) != SIW_OP_READ_LOCAL_INV) || in siw_sq_flush()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A 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()
H A Dtimestamping.c367 hwconfig.tx_type = in main()
376 hwconfig_requested.tx_type == HWTSTAMP_TX_OFF && in main()
383 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c26 u16 tx_type; member
201 enum qed_ptp_hwtstamp_tx_type tx_type = QED_PTP_HWTSTAMP_TX_ON; in qede_ptp_cfg_filters() local
213 switch (ptp->tx_type) { in qede_ptp_cfg_filters()
216 tx_type = QED_PTP_HWTSTAMP_TX_ON; in qede_ptp_cfg_filters()
221 tx_type = QED_PTP_HWTSTAMP_TX_OFF; in qede_ptp_cfg_filters()
283 ptp->ops->cfg_filters(edev->cdev, rx_filter, tx_type); in qede_ptp_cfg_filters()
305 config.tx_type, config.rx_filter); in qede_ptp_hw_ts()
313 ptp->tx_type = config.tx_type; in qede_ptp_hw_ts()
/OK3568_Linux_fs/kernel/crypto/async_tx/
H A Dasync_tx.c44 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()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev_ioctl.c138 enum hwtstamp_tx_types tx_type; in net_hwtstamp_validate() local
149 tx_type = cfg.tx_type; in net_hwtstamp_validate()
152 switch (tx_type) { in net_hwtstamp_validate()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddmaengine.h1384 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set() argument
1386 set_bit(tx_type, dstp->bits); in __dma_cap_set()
1391 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear() argument
1393 clear_bit(tx_type, dstp->bits); in __dma_cap_clear()
1404 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap() argument
1406 return test_bit(tx_type, srcp->bits); in __dma_has_cap()
1483 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
1497 static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() argument
H A Dasync_tx.h104 enum dma_transaction_type tx_type);
119 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel() argument
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvudc.h59 enum tx_type { enum
66 enum tx_type type;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dlag.c397 tracker->tx_type = lag_upper_info->tx_type; in mlx5_handle_changeupper_event()
406 mode_supported = tracker->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP || in mlx5_handle_changeupper_event()
407 tracker->tx_type == NETDEV_LAG_TX_TYPE_HASH; in mlx5_handle_changeupper_event()
705 if (ldev->tracker.tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) { in mlx5_lag_get_roce_netdev()
H A Dlag.h32 enum netdev_lag_tx_type tx_type; member
/OK3568_Linux_fs/kernel/drivers/net/phy/mscc/
H A Dmscc_ptp.c1004 vsc8531->ptp->tx_type != HWTSTAMP_TX_OFF); in vsc85xx_ts_engine_init()
1006 ptp_l4 && vsc8531->ptp->tx_type != HWTSTAMP_TX_OFF); in vsc85xx_ts_engine_init()
1008 vsc8531->ptp->tx_type != HWTSTAMP_TX_OFF); in vsc85xx_ts_engine_init()
1011 if (vsc8531->ptp->tx_type != HWTSTAMP_TX_OFF) in vsc85xx_ts_engine_init()
1063 switch (cfg.tx_type) { in vsc85xx_hwtstamp()
1075 vsc8531->ptp->tx_type = cfg.tx_type; in vsc85xx_hwtstamp()
1112 if (vsc8531->ptp->tx_type == HWTSTAMP_TX_OFF) in vsc85xx_hwtstamp()
1173 if (vsc8531->ptp->tx_type == HWTSTAMP_TX_OFF) { in vsc85xx_txtstamp()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dasync_tx.h27 enum dma_transaction_type tx_type);
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dlirc_dev.c727 const char *rx_type, *tx_type; in lirc_register() local
765 tx_type = "raw IR"; in lirc_register()
767 tx_type = "no"; in lirc_register()
770 dev->driver_name, minor, rx_type, tx_type); in lirc_register()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnet_tstamp.h64 int tx_type; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnet_tstamp.h64 int tx_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnet_tstamp.h64 int tx_type; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c544 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_ptp.c172 enum qed_ptp_hwtstamp_tx_type tx_type) in qed_ptp_hw_cfg_filters() argument
229 if (tx_type == QED_PTP_HWTSTAMP_TX_OFF) { in qed_ptp_hw_cfg_filters()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_pmac_setting_ex.h49 u8 tx_type; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_pmac_setting_ex.h49 u8 tx_type; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c284 switch (config->tx_type) { in igc_ptp_set_timestamp_mode()
509 adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in igc_ptp_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ptp.c271 pdata->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in xgbe_ptp_register()
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c97 switch (config.tx_type) { in sja1105_hwtstamp_set()
142 config.tx_type = HWTSTAMP_TX_ON; in sja1105_hwtstamp_get()
144 config.tx_type = HWTSTAMP_TX_OFF; in sja1105_hwtstamp_get()

1234