Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/ti/
H A Dk3-udma.c1896 req_tx.index = tchan->id; in udma_tisci_m2m_channel_config()
1899 req_tx.txcq_qnum = tc_ring; in udma_tisci_m2m_channel_config()
1951 req_tx.index = bchan->id; in bcdma_tisci_m2m_channel_config()
1986 req_tx.index = tchan->id; in udma_tisci_tx_channel_config()
1987 req_tx.tx_chan_type = mode; in udma_tisci_tx_channel_config()
1990 req_tx.txcq_qnum = tc_ring; in udma_tisci_tx_channel_config()
1995 req_tx.valid_params |= in udma_tisci_tx_channel_config()
1997 req_tx.tx_tdtype = 1; in udma_tisci_tx_channel_config()
2018 req_tx.index = tchan->id; in bcdma_tisci_tx_channel_config()
2022 req_tx.valid_params |= in bcdma_tisci_tx_channel_config()
[all …]
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c8264 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req_rx, *req_tx; in bnxt_hwrm_set_coal() local
8271 rc = hwrm_req_init(bp, req_tx, HWRM_RING_CMPL_RING_CFG_AGGINT_PARAMS); in bnxt_hwrm_set_coal()
8278 bnxt_hwrm_set_coal_params(bp, &bp->tx_coal, req_tx); in bnxt_hwrm_set_coal()
8281 hwrm_req_hold(bp, req_tx); in bnxt_hwrm_set_coal()
8287 rc = bnxt_hwrm_set_tx_coal(bp, bnapi, req_tx); in bnxt_hwrm_set_coal()
8297 rc = bnxt_hwrm_set_tx_coal(bp, bnapi, req_tx); in bnxt_hwrm_set_coal()
8308 hwrm_req_drop(bp, req_tx); in bnxt_hwrm_set_coal()