Searched refs:rx_req (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/arm/mach-omap1/
H A Ddevices.c123 unsigned rx_req, unsigned tx_req,
140 res[2].start = rx_req;
178 unsigned rx_req, tx_req; local
190 rx_req = 22;
198 rx_req = 55;
207 rx_req, tx_req, mmc_data[i]);
121 omap_mmc_add(const char *name, int id, unsigned long base, unsigned long size, unsigned int irq, unsigned rx_req, unsigned tx_req, struct omap_mmc_platform_data *data) argument
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_venus.c67 u32 rx_req; member in struct:hfi_queue_header
164 void *packet, u32 *rx_req)
228 *rx_req = qhdr->rx_req ? 1 : 0;
272 qhdr->rx_req = recv_request;
274 /* update rx_req field in memory */
320 qhdr->rx_req = 0;
322 qhdr->rx_req = recv_request;
326 /* ensure rx_req is stored to memory and tx_req is loaded from memory */
387 u32 rx_req; local
162 venus_write_queue(struct venus_hfi_device *hdev, struct iface_queue *queue, void *packet, u32 *rx_req) argument
[all...]
/linux-master/drivers/perf/hisilicon/
H A Dhisi_uncore_pa_pmu.c322 HISI_PMU_EVENT_ATTR(rx_req, 0x40),
337 HISI_PMU_EVENT_ATTR(rx_req, 0x7),
H A Dhisi_uncore_sllc_pmu.c337 HISI_PMU_EVENT_ATTR(rx_req, 0x30),
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c206 struct hwc_work_request *rx_req; local
228 rx_req = &hwc_rxq->msg_buf->reqs[rx_req_idx];
229 resp = (struct gdma_resp_hdr *)rx_req->buf_va;
244 mana_hwc_post_rx_wqe(hwc_rxq, rx_req);
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c841 struct ipoib_rx_buf *rx_req; local
843 rx_req = &priv->rx_ring[i];
844 if (!rx_req->skb)
848 dev_kfree_skb_any(rx_req->skb);
849 rx_req->skb = NULL;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c9867 struct hclge_rx_vlan_type_cfg_cmd *rx_req; local
9873 rx_req = (struct hclge_rx_vlan_type_cfg_cmd *)desc.data;
9874 rx_req->ot_fst_vlan_type =
9876 rx_req->ot_sec_vlan_type =
9878 rx_req->in_fst_vlan_type =
9880 rx_req->in_sec_vlan_type =

Completed in 164 milliseconds