Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dma/ti/
Dk3-udma.c1535 struct ti_sci_msg_rm_udmap_rx_ch_cfg req_rx = { 0 }; in udma_tisci_m2m_channel_config() local
1551 req_rx.valid_params = TISCI_RCHAN_VALID_PARAMS; in udma_tisci_m2m_channel_config()
1552 req_rx.nav_id = tisci_rm->tisci_dev_id; in udma_tisci_m2m_channel_config()
1553 req_rx.index = rchan->id; in udma_tisci_m2m_channel_config()
1554 req_rx.rx_fetch_size = sizeof(struct cppi5_desc_hdr_t) >> 2; in udma_tisci_m2m_channel_config()
1555 req_rx.rxcq_qnum = tc_ring; in udma_tisci_m2m_channel_config()
1556 req_rx.rx_chan_type = TI_SCI_RM_UDMAP_CHAN_TYPE_3RDP_BCOPY_PBRR; in udma_tisci_m2m_channel_config()
1557 req_rx.rx_atype = ud->atype; in udma_tisci_m2m_channel_config()
1559 ret = tisci_ops->rx_ch_cfg(tisci_rm->tisci, &req_rx); in udma_tisci_m2m_channel_config()
1610 struct ti_sci_msg_rm_udmap_rx_ch_cfg req_rx = { 0 }; in udma_tisci_rx_channel_config() local
[all …]
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c6508 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input req_rx = {0}; in bnxt_hwrm_set_ring_coal() local
6523 bnxt_hwrm_cmd_hdr_init(bp, &req_rx, in bnxt_hwrm_set_ring_coal()
6526 bnxt_hwrm_set_coal_params(bp, &coal, &req_rx); in bnxt_hwrm_set_ring_coal()
6528 req_rx.ring_id = cpu_to_le16(bnxt_cp_ring_for_rx(bp, bnapi->rx_ring)); in bnxt_hwrm_set_ring_coal()
6530 return hwrm_send_message(bp, &req_rx, sizeof(req_rx), in bnxt_hwrm_set_ring_coal()
6537 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input req_rx = {0}, in bnxt_hwrm_set_coal() local
6540 bnxt_hwrm_cmd_hdr_init(bp, &req_rx, in bnxt_hwrm_set_coal()
6545 bnxt_hwrm_set_coal_params(bp, &bp->rx_coal, &req_rx); in bnxt_hwrm_set_coal()
6554 req = &req_rx; in bnxt_hwrm_set_coal()