Home
last modified time | relevance | path

Searched refs:req_rx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/ti/
H A 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 in udma_tisci_rx_channel_config() local
[all...]
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dk3-udma.c1879 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...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c6777 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req_rx; in bnxt_hwrm_set_ring_coal() local
6793 rc = hwrm_req_init(bp, req_rx, HWRM_RING_CMPL_RING_CFG_AGGINT_PARAMS); in bnxt_hwrm_set_ring_coal()
6797 bnxt_hwrm_set_coal_params(bp, &coal, req_rx); in bnxt_hwrm_set_ring_coal()
6799 req_rx->ring_id = cpu_to_le16(bnxt_cp_ring_for_rx(bp, bnapi->rx_ring)); in bnxt_hwrm_set_ring_coal()
6801 return hwrm_req_send(bp, req_rx); in bnxt_hwrm_set_ring_coal()
6806 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req_rx, *req_tx, in bnxt_hwrm_set_coal() local
6810 rc = hwrm_req_init(bp, req_rx, HWRM_RING_CMPL_RING_CFG_AGGINT_PARAMS); in bnxt_hwrm_set_coal()
6816 hwrm_req_drop(bp, req_rx); in bnxt_hwrm_set_coal()
6820 bnxt_hwrm_set_coal_params(bp, &bp->rx_coal, req_rx); in bnxt_hwrm_set_coal()
6823 hwrm_req_hold(bp, req_rx); in bnxt_hwrm_set_coal()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c6609 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input req_rx = {0}; in bnxt_hwrm_set_ring_coal() local
6624 bnxt_hwrm_cmd_hdr_init(bp, &req_rx, in bnxt_hwrm_set_ring_coal()
6627 bnxt_hwrm_set_coal_params(bp, &coal, &req_rx); in bnxt_hwrm_set_ring_coal()
6629 req_rx.ring_id = cpu_to_le16(bnxt_cp_ring_for_rx(bp, bnapi->rx_ring)); in bnxt_hwrm_set_ring_coal()
6631 return hwrm_send_message(bp, &req_rx, sizeof(req_rx), in bnxt_hwrm_set_ring_coal()
6638 struct hwrm_ring_cmpl_ring_cfg_aggint_params_input req_rx = {0}, in bnxt_hwrm_set_coal() local
6641 bnxt_hwrm_cmd_hdr_init(bp, &req_rx, in bnxt_hwrm_set_coal()
6646 bnxt_hwrm_set_coal_params(bp, &bp->rx_coal, &req_rx); in bnxt_hwrm_set_coal()
6655 req = &req_rx; in bnxt_hwrm_set_coal()
[all...]

Completed in 30 milliseconds