Searched refs:tx_type (Results 1 - 25 of 116) sorted by path

12345

/linux-master/arch/powerpc/include/asm/
H A Dasync_tx.h27 enum dma_transaction_type tx_type);
/linux-master/crypto/async_tx/
H A Dasync_tx.c40 * @tx_type: transaction type
44 enum dma_transaction_type tx_type)
50 dma_has_cap(tx_type, depend_tx->chan->device->cap_mask))
52 return async_dma_find_channel(tx_type);
43 __async_tx_find_channel(struct async_submit_ctl *submit, enum dma_transaction_type tx_type) argument
/linux-master/drivers/dma/
H A Ddmaengine.c543 * @tx_type: transaction type
545 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) argument
547 return this_cpu_read(channel_table[tx_type]->chan);
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw.h476 #define tx_type(wqe) ((wqe)->sqe.opcode) macro
H A Dsiw_qp.c409 tx_type(tx_wqe(qp)));
1216 tx_type(wqe), wqe->wr_status);
1218 siw_wqe_put_mem(wqe, tx_type(wqe));
1220 if (tx_type(wqe) != SIW_OP_READ_RESPONSE &&
1221 ((tx_type(wqe) != SIW_OP_READ &&
1222 tx_type(wqe) != SIW_OP_READ_LOCAL_INV) ||
H A Dsiw_qp_tx.c123 switch (tx_type(wqe)) {
219 siw_dbg_qp(tx_qp(c_tx), "stale wqe type %d\n", tx_type(wqe));
803 if (tx_type(wqe) == SIW_OP_READ_RESPONSE)
806 if (tx_type(wqe) != SIW_OP_READ &&
807 tx_type(wqe) != SIW_OP_READ_LOCAL_INV) {
815 if (tx_type(wqe) ==
854 tx_type(wqe), wqe->wr_status, wqe->bytes, wqe->processed,
862 enum siw_opcode tx_type = tx_type(wqe); local
877 if (!rv && tx_type !
1021 enum siw_opcode tx_type; local
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu.h154 struct vpu_mbox tx_type; member in struct:vpu_core
H A Dvpu_mbox.c58 scnprintf(core->tx_type.name, sizeof(core->tx_type.name) - 1, "tx0");
59 core->tx_type.block = true;
74 ret = vpu_mbox_request_channel(core->dev, &core->tx_type);
93 mbox_free_channel(core->tx_type.ch);
96 core->tx_type.ch = NULL;
104 mbox_send_message(core->tx_type.ch, &type);
110 mbox_send_message(core->tx_type.ch, &type);
/linux-master/drivers/media/rc/
H A Dlirc_dev.c721 const char *rx_type, *tx_type; local
759 tx_type = "raw IR";
761 tx_type = "no";
764 dev->driver_name, minor, rx_type, tx_type);
/linux-master/drivers/net/bonding/
H A Dbond_main.c1653 lag_upper_info.tx_type = type;
/linux-master/drivers/net/can/dev/
H A Ddev.c357 if (hwts_cfg.tx_type == HWTSTAMP_TX_ON &&
363 hwts_cfg.tx_type = HWTSTAMP_TX_ON;
/linux-master/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c754 if (hwts_cfg.tx_type == HWTSTAMP_TX_OFF &&
760 hwts_cfg.tx_type = HWTSTAMP_TX_OFF;
/linux-master/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c795 if (hwts_cfg.tx_type == HWTSTAMP_TX_OFF &&
801 hwts_cfg.tx_type = HWTSTAMP_TX_OFF;
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c55 switch (config->tx_type) {
62 config->tx_type = HWTSTAMP_TX_ON;
/linux-master/drivers/net/dsa/microchip/
H A Dksz_ptp.c347 switch (config->tx_type) {
478 if (prt->tstamp_config.tx_type != HWTSTAMP_TX_ONESTEP_P2P)
529 if (prt->tstamp_config.tx_type == HWTSTAMP_TX_ONESTEP_P2P)
535 if (prt->tstamp_config.tx_type == HWTSTAMP_TX_ONESTEP_P2P) {
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c6798 if (info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
H A Dhwtstamp.c103 switch (config->tx_type) {
/linux-master/drivers/net/dsa/qca/
H A Dqca8k-common.c1062 if (info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c69 switch (config.tx_type) {
101 config.tx_type = HWTSTAMP_TX_ON;
103 config.tx_type = HWTSTAMP_TX_OFF;
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1532 switch (config.tx_type) {
1814 (pdata->tstamp_config.tx_type == HWTSTAMP_TX_ON))
H A Dxgbe-ptp.c259 pdata->tstamp_config.tx_type = HWTSTAMP_TX_OFF;
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c266 switch (config->tx_type) {
H A Daq_ptp.c598 if (config->tx_type == HWTSTAMP_TX_ON ||
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1843 u16 tx_type; member in struct:bnx2x
H A Dbnx2x_main.c15283 switch (bp->tx_type) {
15364 DP(BNX2X_MSG_PTP, "Requested tx_type: %d, requested rx_filters = %d\n",
15365 config.tx_type, config.rx_filter);
15368 bp->tx_type = config.tx_type;

Completed in 440 milliseconds

12345