Searched refs:rx_req (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | devices.c | 123 unsigned rx_req, unsigned tx_req, in omap_mmc_add() argument 140 res[2].start = rx_req; in omap_mmc_add() 178 unsigned rx_req, tx_req; in omap1_init_mmc() local 190 rx_req = 22; in omap1_init_mmc() 198 rx_req = 55; in omap1_init_mmc() 207 rx_req, tx_req, mmc_data[i]); in omap1_init_mmc()
|
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | hfi_venus.c | 67 u32 rx_req; member 164 void *packet, u32 *rx_req) in venus_write_queue() argument 228 *rx_req = qhdr->rx_req ? 1 : 0; in venus_write_queue() 272 qhdr->rx_req = recv_request; in venus_read_queue() 320 qhdr->rx_req = 0; in venus_read_queue() 322 qhdr->rx_req = recv_request; in venus_read_queue() 387 u32 rx_req; in venus_iface_cmdq_write_nolock() local 398 ret = venus_write_queue(hdev, queue, pkt, &rx_req); in venus_iface_cmdq_write_nolock() 410 queue->qhdr->rx_req = 1; in venus_iface_cmdq_write_nolock() 415 if (rx_req) in venus_iface_cmdq_write_nolock() [all …]
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | ether.c | 109 struct usb_request *tx_req, *rx_req; member 1027 if (dev->rx_req) { in eth_reset_config() 1028 usb_ep_free_request(dev->out_ep, dev->rx_req); in eth_reset_config() 1029 dev->rx_req = NULL; in eth_reset_config() 1609 dev->rx_req = usb_ep_alloc_request(dev->out_ep, 0); in alloc_requests() 1611 if (!dev->rx_req) in alloc_requests() 1788 if (dev->rx_req) { in eth_unbind() 1789 usb_ep_free_request(dev->out_ep, dev->rx_req); in eth_unbind() 1790 dev->rx_req = NULL; in eth_unbind() 2408 rx_submit(dev, dev->rx_req, 0); in _usb_eth_init() [all …]
|
/openbmc/linux/drivers/net/ethernet/microsoft/mana/ |
H A D | hw_channel.c | 78 struct hwc_work_request *rx_req) in mana_hwc_handle_resp() argument 80 const struct gdma_resp_hdr *resp_msg = rx_req->buf_va; in mana_hwc_handle_resp() 88 mana_hwc_post_rx_wqe(hwc->rxq, rx_req); in mana_hwc_handle_resp() 106 mana_hwc_post_rx_wqe(hwc->rxq, rx_req); in mana_hwc_handle_resp() 214 struct hwc_work_request *rx_req; in mana_hwc_rx_event_handler() local 236 rx_req = &hwc_rxq->msg_buf->reqs[rx_req_idx]; in mana_hwc_rx_event_handler() 237 resp = (struct gdma_resp_hdr *)rx_req->buf_va; in mana_hwc_rx_event_handler() 245 mana_hwc_handle_resp(hwc, rx_oob->tx_oob_data_size, rx_req); in mana_hwc_rx_event_handler()
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 817 struct ipoib_rx_buf *rx_req; in ipoib_ib_dev_stop_default() local 819 rx_req = &priv->rx_ring[i]; in ipoib_ib_dev_stop_default() 820 if (!rx_req->skb) in ipoib_ib_dev_stop_default() 824 dev_kfree_skb_any(rx_req->skb); in ipoib_ib_dev_stop_default() 825 rx_req->skb = NULL; in ipoib_ib_dev_stop_default()
|
/openbmc/linux/drivers/perf/hisilicon/ |
H A D | hisi_uncore_pa_pmu.c | 322 HISI_PMU_EVENT_ATTR(rx_req, 0x40), 337 HISI_PMU_EVENT_ATTR(rx_req, 0x7),
|
H A D | hisi_uncore_sllc_pmu.c | 337 HISI_PMU_EVENT_ATTR(rx_req, 0x30),
|
/openbmc/qemu/hw/arm/ |
H A D | omap1.c | 2968 int rx_req; member 3026 if (s->rx_req) in omap_mcbsp_source_tick() 3029 s->rx_req = s->rx_rate << bps[(s->rcr[0] >> 5) & 7]; in omap_mcbsp_source_tick() 3041 s->rx_req = s->codec->in.len; in omap_mcbsp_rx_start() 3174 if (s->rx_req < 2) { in omap_mcbsp_read() 3299 s->rx_req = 0; in omap_mcbsp_writeh() 3455 s->rx_req = 0; in omap_mcbsp_reset() 3488 s->rx_req = s->codec->in.len; in omap_mcbsp_i2s_swallow()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 9876 struct hclge_rx_vlan_type_cfg_cmd *rx_req; in hclge_set_vlan_protocol_type() local 9882 rx_req = (struct hclge_rx_vlan_type_cfg_cmd *)desc.data; in hclge_set_vlan_protocol_type() 9883 rx_req->ot_fst_vlan_type = in hclge_set_vlan_protocol_type() 9885 rx_req->ot_sec_vlan_type = in hclge_set_vlan_protocol_type() 9887 rx_req->in_fst_vlan_type = in hclge_set_vlan_protocol_type() 9889 rx_req->in_sec_vlan_type = in hclge_set_vlan_protocol_type()
|