/linux-5.19.10/drivers/media/platform/amphion/ |
D | vpu_mbox.c | 61 scnprintf(core->tx_type.name, sizeof(core->tx_type.name) - 1, "tx0"); in vpu_mbox_init() 62 core->tx_type.block = true; in vpu_mbox_init() 77 ret = vpu_mbox_request_channel(core->dev, &core->tx_type); in vpu_mbox_request() 96 mbox_free_channel(core->tx_type.ch); in vpu_mbox_free() 99 core->tx_type.ch = NULL; in vpu_mbox_free() 107 mbox_send_message(core->tx_type.ch, &type); in vpu_mbox_send_type() 113 mbox_send_message(core->tx_type.ch, &type); in vpu_mbox_send_msg()
|
/linux-5.19.10/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() 816 if (tx_type(wqe) == SIW_OP_READ_RESPONSE) in siw_qp_sq_proc_tx() 819 if (tx_type(wqe) != SIW_OP_READ && in siw_qp_sq_proc_tx() 820 tx_type(wqe) != SIW_OP_READ_LOCAL_INV) { in siw_qp_sq_proc_tx() 828 if (tx_type(wqe) == in siw_qp_sq_proc_tx() 867 tx_type(wqe), wqe->wr_status, wqe->bytes, wqe->processed, in siw_qp_sq_proc_tx() 875 enum siw_opcode tx_type = tx_type(wqe); in siw_qp_sq_proc_tx() local 890 if (!rv && tx_type != SIW_OP_READ && in siw_qp_sq_proc_tx() 891 tx_type != SIW_OP_READ_LOCAL_INV) in siw_qp_sq_proc_tx() [all …]
|
D | siw_qp.c | 406 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()
|
/linux-5.19.10/tools/testing/selftests/net/ |
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 | 396 hwconfig.tx_type = in main() 406 hwconfig_requested.tx_type == HWTSTAMP_TX_OFF && in main() 413 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
|
/linux-5.19.10/drivers/net/ethernet/qlogic/qede/ |
D | qede_ptp.c | 26 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() 308 ptp->tx_type = config.tx_type; in qede_ptp_hw_ts()
|
/linux-5.19.10/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-5.19.10/drivers/usb/usbip/ |
D | vudc.h | 59 enum tx_type { enum 66 enum tx_type type;
|
/linux-5.19.10/include/linux/ |
D | dmaengine.h | 1402 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set() argument 1404 set_bit(tx_type, dstp->bits); in __dma_cap_set() 1409 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear() argument 1411 clear_bit(tx_type, dstp->bits); in __dma_cap_clear() 1422 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap() argument 1424 return test_bit(tx_type, srcp->bits); in __dma_has_cap() 1501 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type); 1515 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-5.19.10/net/core/ |
D | dev_ioctl.c | 189 enum hwtstamp_tx_types tx_type; in net_hwtstamp_validate() local 200 tx_type = cfg.tx_type; in net_hwtstamp_validate() 203 switch (tx_type) { in net_hwtstamp_validate()
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | async_tx.h | 27 enum dma_transaction_type tx_type);
|
/linux-5.19.10/drivers/net/ethernet/engleder/ |
D | tsnep_ptp.c | 34 switch (config.tx_type) { in tsnep_ptp_ioctl() 210 adapter->hwtstamp_config.tx_type = HWTSTAMP_TX_OFF; in tsnep_ptp_init()
|
/linux-5.19.10/include/uapi/linux/ |
D | net_tstamp.h | 77 int tx_type; member
|
/linux-5.19.10/drivers/net/phy/mscc/ |
D | mscc_ptp.c | 1004 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() 1060 switch (cfg.tx_type) { in vsc85xx_hwtstamp() 1072 vsc8531->ptp->tx_type = cfg.tx_type; in vsc85xx_hwtstamp() 1109 if (vsc8531->ptp->tx_type == HWTSTAMP_TX_OFF) in vsc85xx_hwtstamp() 1170 if (vsc8531->ptp->tx_type == HWTSTAMP_TX_OFF) { in vsc85xx_txtstamp()
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
D | lag.c | 430 if (tracker->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP && in mlx5_modify_lag() 464 tracker->tx_type == NETDEV_LAG_TX_TYPE_HASH) in mlx5_lag_set_port_sel_mode_offloads() 587 if (tracker && tracker->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP && in mlx5_activate_lag() 932 tracker->tx_type = lag_upper_info->tx_type; in mlx5_handle_changeupper_event() 945 mode_supported = tracker->tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP || in mlx5_handle_changeupper_event() 946 tracker->tx_type == NETDEV_LAG_TX_TYPE_HASH; in mlx5_handle_changeupper_event() 1371 if (ldev->tracker.tx_type == NETDEV_LAG_TX_TYPE_ACTIVEBACKUP) { in mlx5_lag_get_roce_netdev()
|
D | lag.h | 46 enum netdev_lag_tx_type tx_type; member
|
/linux-5.19.10/drivers/media/rc/ |
D | lirc_dev.c | 715 const char *rx_type, *tx_type; in lirc_register() local 753 tx_type = "raw IR"; in lirc_register() 755 tx_type = "no"; in lirc_register() 758 dev->driver_name, minor, rx_type, tx_type); in lirc_register()
|
/linux-5.19.10/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-5.19.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_ptp.c | 172 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()
|
/linux-5.19.10/drivers/net/dsa/hirschmann/ |
D | hellcreek_hwtstamp.c | 55 switch (config->tx_type) { in hellcreek_set_hwtstamp_config() 62 config->tx_type = HWTSTAMP_TX_ON; in hellcreek_set_hwtstamp_config()
|
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_ptp.c | 283 switch (cfg->tx_type) { in hclge_ptp_set_tx_mode() 469 ptp->ts_cfg.tx_type = HWTSTAMP_TX_OFF; in hclge_ptp_create_clock() 551 ptp->ts_cfg.tx_type = HWTSTAMP_TX_OFF; in hclge_ptp_uninit()
|
/linux-5.19.10/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ptp.c | 271 pdata->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in xgbe_ptp_register()
|
/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ptp.c | 534 if (stmpconf.tx_type != HWTSTAMP_TX_ON && in bnxt_hwtstamp_set() 535 stmpconf.tx_type != HWTSTAMP_TX_OFF) in bnxt_hwtstamp_set() 574 if (stmpconf.tx_type == HWTSTAMP_TX_ON) in bnxt_hwtstamp_set() 605 stmpconf.tx_type = ptp->tx_tstamp_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in bnxt_hwtstamp_get()
|
/linux-5.19.10/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 471 switch (config.tx_type) { in fec_ptp_set() 503 config.tx_type = fep->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in fec_ptp_get()
|