Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Ddevices.c133 unsigned rx_req, unsigned tx_req, in omap_mmc_add()
150 res[2].start = rx_req; in omap_mmc_add()
190 unsigned rx_req, tx_req; in omap1_init_mmc() local
202 rx_req = 22; in omap1_init_mmc()
210 rx_req = 55; in omap1_init_mmc()
219 rx_req, tx_req, mmc_data[i]); in omap1_init_mmc()
131 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) omap_mmc_add() argument
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Ddevices.c123 unsigned rx_req, unsigned tx_req, in omap_mmc_add()
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()
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) omap_mmc_add() argument
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dhfi_venus.c67 u32 rx_req; member
165 void *packet, u32 *rx_req) in venus_write_queue()
229 *rx_req = qhdr->rx_req ? 1 : 0; in venus_write_queue()
273 qhdr->rx_req = recv_request; in venus_read_queue()
275 /* update rx_req field in memory */ in venus_read_queue()
321 qhdr->rx_req = 0; in venus_read_queue()
323 qhdr->rx_req = recv_request; in venus_read_queue()
327 /* ensure rx_req is stored to memory and tx_req is loaded from memory */ in venus_read_queue()
382 u32 rx_req; in venus_iface_cmdq_write_nolock() local
163 venus_write_queue(struct venus_hfi_device *hdev, struct iface_queue *queue, void *packet, u32 *rx_req) venus_write_queue() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhfi_venus.c67 u32 rx_req; member
164 void *packet, u32 *rx_req) in venus_write_queue()
228 *rx_req = qhdr->rx_req ? 1 : 0; in venus_write_queue()
272 qhdr->rx_req = recv_request; in venus_read_queue()
274 /* update rx_req field in memory */ in venus_read_queue()
320 qhdr->rx_req = 0; in venus_read_queue()
322 qhdr->rx_req = recv_request; in venus_read_queue()
326 /* ensure rx_req is stored to memory and tx_req is loaded from memory */ in venus_read_queue()
387 u32 rx_req; in venus_iface_cmdq_write_nolock() local
162 venus_write_queue(struct venus_hfi_device *hdev, struct iface_queue *queue, void *packet, u32 *rx_req) venus_write_queue() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c206 struct hwc_work_request *rx_req; in mana_hwc_rx_event_handler() local
228 rx_req = &hwc_rxq->msg_buf->reqs[rx_req_idx]; in mana_hwc_rx_event_handler()
229 resp = (struct gdma_resp_hdr *)rx_req->buf_va; in mana_hwc_rx_event_handler()
244 mana_hwc_post_rx_wqe(hwc_rxq, rx_req); in mana_hwc_rx_event_handler()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c817 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()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c817 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()
/kernel/linux/linux-6.6/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),
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8725 struct hclge_rx_vlan_type_cfg_cmd *rx_req; in hclge_set_vlan_protocol_type() local
8731 rx_req = (struct hclge_rx_vlan_type_cfg_cmd *)desc.data; in hclge_set_vlan_protocol_type()
8732 rx_req->ot_fst_vlan_type = in hclge_set_vlan_protocol_type()
8734 rx_req->ot_sec_vlan_type = in hclge_set_vlan_protocol_type()
8736 rx_req->in_fst_vlan_type = in hclge_set_vlan_protocol_type()
8738 rx_req->in_sec_vlan_type = in hclge_set_vlan_protocol_type()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c9855 struct hclge_rx_vlan_type_cfg_cmd *rx_req; in hclge_set_vlan_protocol_type() local
9861 rx_req = (struct hclge_rx_vlan_type_cfg_cmd *)desc.data; in hclge_set_vlan_protocol_type()
9862 rx_req->ot_fst_vlan_type = in hclge_set_vlan_protocol_type()
9864 rx_req->ot_sec_vlan_type = in hclge_set_vlan_protocol_type()
9866 rx_req->in_fst_vlan_type = in hclge_set_vlan_protocol_type()
9868 rx_req->in_sec_vlan_type = in hclge_set_vlan_protocol_type()

Completed in 37 milliseconds