Searched refs:req_tx (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/dma/ti/ |
D | k3-udma.c | 1878 struct ti_sci_msg_rm_udmap_tx_ch_cfg req_tx = { 0 }; in udma_tisci_m2m_channel_config() local 1887 req_tx.valid_params = TISCI_UDMA_TCHAN_VALID_PARAMS; in udma_tisci_m2m_channel_config() 1888 req_tx.nav_id = tisci_rm->tisci_dev_id; in udma_tisci_m2m_channel_config() 1889 req_tx.index = tchan->id; in udma_tisci_m2m_channel_config() 1890 req_tx.tx_chan_type = TI_SCI_RM_UDMAP_CHAN_TYPE_3RDP_BCOPY_PBRR; in udma_tisci_m2m_channel_config() 1891 req_tx.tx_fetch_size = sizeof(struct cppi5_desc_hdr_t) >> 2; in udma_tisci_m2m_channel_config() 1892 req_tx.txcq_qnum = tc_ring; in udma_tisci_m2m_channel_config() 1893 req_tx.tx_atype = ud->atype; in udma_tisci_m2m_channel_config() 1895 req_tx.valid_params |= TI_SCI_MSG_VALUE_RM_UDMAP_CH_BURST_SIZE_VALID; in udma_tisci_m2m_channel_config() 1896 req_tx.tx_burst_size = burst_size; in udma_tisci_m2m_channel_config() [all …]
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 7992 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req_rx, *req_tx; in bnxt_hwrm_set_coal() local 7999 rc = hwrm_req_init(bp, req_tx, HWRM_RING_CMPL_RING_CFG_AGGINT_PARAMS); in bnxt_hwrm_set_coal() 8006 bnxt_hwrm_set_coal_params(bp, &bp->tx_coal, req_tx); in bnxt_hwrm_set_coal() 8009 hwrm_req_hold(bp, req_tx); in bnxt_hwrm_set_coal() 8015 rc = bnxt_hwrm_set_tx_coal(bp, bnapi, req_tx); in bnxt_hwrm_set_coal() 8025 rc = bnxt_hwrm_set_tx_coal(bp, bnapi, req_tx); in bnxt_hwrm_set_coal() 8036 hwrm_req_drop(bp, req_tx); in bnxt_hwrm_set_coal()
|