Home
last modified time | relevance | path

Searched refs:req_tx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/dma/ti/
H A Dk3-udma.c1889 req_tx.index = tchan->id; in udma_tisci_m2m_channel_config()
1892 req_tx.txcq_qnum = tc_ring; in udma_tisci_m2m_channel_config()
1944 req_tx.index = bchan->id; in bcdma_tisci_m2m_channel_config()
1979 req_tx.index = tchan->id; in udma_tisci_tx_channel_config()
1980 req_tx.tx_chan_type = mode; in udma_tisci_tx_channel_config()
1983 req_tx.txcq_qnum = tc_ring; in udma_tisci_tx_channel_config()
1988 req_tx.valid_params |= in udma_tisci_tx_channel_config()
1990 req_tx.tx_tdtype = 1; in udma_tisci_tx_channel_config()
2011 req_tx.index = tchan->id; in bcdma_tisci_tx_channel_config()
2015 req_tx.valid_params |= in bcdma_tisci_tx_channel_config()
[all …]
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c6797 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req_rx, *req_tx, in bnxt_hwrm_set_coal() local
6805 rc = hwrm_req_init(bp, req_tx, HWRM_RING_CMPL_RING_CFG_AGGINT_PARAMS); in bnxt_hwrm_set_coal()
6812 bnxt_hwrm_set_coal_params(bp, &bp->tx_coal, req_tx); in bnxt_hwrm_set_coal()
6815 hwrm_req_hold(bp, req_tx); in bnxt_hwrm_set_coal()
6824 req = req_tx; in bnxt_hwrm_set_coal()
6838 req = req_tx; in bnxt_hwrm_set_coal()
6852 hwrm_req_drop(bp, req_tx); in bnxt_hwrm_set_coal()