Home
last modified time | relevance | path

Searched refs:rx_req (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/mach-omap1/
H A Ddevices.c123 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()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c79 struct hwc_work_request *rx_req) in mana_hwc_handle_resp() argument
81 const struct gdma_resp_hdr *resp_msg = rx_req->buf_va; in mana_hwc_handle_resp()
89 mana_hwc_post_rx_wqe(hwc->rxq, rx_req); in mana_hwc_handle_resp()
107 mana_hwc_post_rx_wqe(hwc->rxq, rx_req); in mana_hwc_handle_resp()
215 struct hwc_work_request *rx_req; in mana_hwc_rx_event_handler() local
237 rx_req = &hwc_rxq->msg_buf->reqs[rx_req_idx]; in mana_hwc_rx_event_handler()
238 resp = (struct gdma_resp_hdr *)rx_req->buf_va; in mana_hwc_rx_event_handler()
246 mana_hwc_handle_resp(hwc, rx_oob->tx_oob_data_size, rx_req); in mana_hwc_rx_event_handler()
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c841 struct ipoib_rx_buf *rx_req; in ipoib_ib_dev_stop_default() local
843 rx_req = &priv->rx_ring[i]; in ipoib_ib_dev_stop_default()
844 if (!rx_req->skb) in ipoib_ib_dev_stop_default()
848 dev_kfree_skb_any(rx_req->skb); in ipoib_ib_dev_stop_default()
849 rx_req->skb = NULL; in ipoib_ib_dev_stop_default()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c9959 struct hclge_rx_vlan_type_cfg_cmd *rx_req; in hclge_set_vlan_protocol_type() local
9965 rx_req = (struct hclge_rx_vlan_type_cfg_cmd *)desc.data; in hclge_set_vlan_protocol_type()
9966 rx_req->ot_fst_vlan_type = in hclge_set_vlan_protocol_type()
9968 rx_req->ot_sec_vlan_type = in hclge_set_vlan_protocol_type()
9970 rx_req->in_fst_vlan_type = in hclge_set_vlan_protocol_type()
9972 rx_req->in_sec_vlan_type = in hclge_set_vlan_protocol_type()