Searched refs:req_rx (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/dma/ti/ |
H A D | k3-udma.c | 1879 struct ti_sci_msg_rm_udmap_rx_ch_cfg req_rx = { 0 }; in udma_tisci_m2m_channel_config() local 1905 req_rx.valid_params = TISCI_UDMA_RCHAN_VALID_PARAMS; in udma_tisci_m2m_channel_config() 1906 req_rx.nav_id = tisci_rm->tisci_dev_id; in udma_tisci_m2m_channel_config() 1907 req_rx.index = rchan->id; in udma_tisci_m2m_channel_config() 1908 req_rx.rx_fetch_size = sizeof(struct cppi5_desc_hdr_t) >> 2; in udma_tisci_m2m_channel_config() 1909 req_rx.rxcq_qnum = tc_ring; in udma_tisci_m2m_channel_config() 1910 req_rx.rx_chan_type = TI_SCI_RM_UDMAP_CHAN_TYPE_3RDP_BCOPY_PBRR; in udma_tisci_m2m_channel_config() 1911 req_rx.rx_atype = ud->atype; in udma_tisci_m2m_channel_config() 1913 req_rx.valid_params |= TI_SCI_MSG_VALUE_RM_UDMAP_CH_BURST_SIZE_VALID; in udma_tisci_m2m_channel_config() 1914 req_rx in udma_tisci_m2m_channel_config() 2037 struct ti_sci_msg_rm_udmap_rx_ch_cfg req_rx = { 0 }; udma_tisci_rx_channel_config() local 2116 struct ti_sci_msg_rm_udmap_rx_ch_cfg req_rx = { 0 }; bcdma_tisci_rx_channel_config() local 2135 struct ti_sci_msg_rm_udmap_rx_ch_cfg req_rx = { 0 }; pktdma_tisci_rx_channel_config() local [all...] |
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 8144 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req_rx; in bnxt_hwrm_set_ring_coal() local 8160 rc = hwrm_req_init(bp, req_rx, HWRM_RING_CMPL_RING_CFG_AGGINT_PARAMS); in bnxt_hwrm_set_ring_coal() 8164 bnxt_hwrm_set_coal_params(bp, &coal, req_rx); in bnxt_hwrm_set_ring_coal() 8166 req_rx->ring_id = cpu_to_le16(bnxt_cp_ring_for_rx(bp, bnapi->rx_ring)); in bnxt_hwrm_set_ring_coal() 8168 return hwrm_req_send(bp, req_rx); in bnxt_hwrm_set_ring_coal() 8204 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req_rx, *req_tx; in bnxt_hwrm_set_coal() local 8207 rc = hwrm_req_init(bp, req_rx, HWRM_RING_CMPL_RING_CFG_AGGINT_PARAMS); in bnxt_hwrm_set_coal() 8213 hwrm_req_drop(bp, req_rx); in bnxt_hwrm_set_coal() 8217 bnxt_hwrm_set_coal_params(bp, &bp->rx_coal, req_rx); in bnxt_hwrm_set_coal() 8220 hwrm_req_hold(bp, req_rx); in bnxt_hwrm_set_coal() [all …]
|