/Linux-v6.6/arch/arm/mach-omap1/ |
D | devices.c | 123 unsigned rx_req, unsigned tx_req, in omap_mmc_add() argument 143 res[3].start = tx_req; in omap_mmc_add() 178 unsigned rx_req, tx_req; in omap1_init_mmc() local 191 tx_req = 21; in omap1_init_mmc() 199 tx_req = 54; in omap1_init_mmc() 207 rx_req, tx_req, mmc_data[i]); in omap1_init_mmc()
|
/Linux-v6.6/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 275 int ipoib_dma_map_tx(struct ib_device *ca, struct ipoib_tx_buf *tx_req) in ipoib_dma_map_tx() argument 277 struct sk_buff *skb = tx_req->skb; in ipoib_dma_map_tx() 278 u64 *mapping = tx_req->mapping; in ipoib_dma_map_tx() 318 struct ipoib_tx_buf *tx_req) in ipoib_dma_unmap_tx() argument 320 struct sk_buff *skb = tx_req->skb; in ipoib_dma_unmap_tx() 321 u64 *mapping = tx_req->mapping; in ipoib_dma_unmap_tx() 389 struct ipoib_tx_buf *tx_req; in ipoib_ib_handle_tx_wc() local 400 tx_req = &priv->tx_ring[wr_id]; in ipoib_ib_handle_tx_wc() 402 ipoib_dma_unmap_tx(priv, tx_req); in ipoib_ib_handle_tx_wc() 405 dev->stats.tx_bytes += tx_req->skb->len; in ipoib_ib_handle_tx_wc() [all …]
|
D | ipoib_cm.c | 699 struct ipoib_tx_buf *tx_req) in post_send() argument 701 ipoib_build_sge(priv, tx_req); in post_send() 711 struct ipoib_tx_buf *tx_req; in ipoib_cm_send() local 750 tx_req = &tx->tx_ring[tx->tx_head & (ipoib_sendq_size - 1)]; in ipoib_cm_send() 751 tx_req->skb = skb; in ipoib_cm_send() 753 if (unlikely(ipoib_dma_map_tx(priv->ca, tx_req))) { in ipoib_cm_send() 778 rc = post_send(priv, tx, tx->tx_head & (ipoib_sendq_size - 1), tx_req); in ipoib_cm_send() 782 ipoib_dma_unmap_tx(priv, tx_req); in ipoib_cm_send() 799 struct ipoib_tx_buf *tx_req; in ipoib_cm_handle_tx_wc() local 811 tx_req = &tx->tx_ring[wr_id]; in ipoib_cm_handle_tx_wc() [all …]
|
D | ipoib.h | 535 int ipoib_dma_map_tx(struct ib_device *ca, struct ipoib_tx_buf *tx_req); 537 struct ipoib_tx_buf *tx_req); 542 struct ipoib_tx_buf *tx_req) in ipoib_build_sge() argument 545 struct sk_buff *skb = tx_req->skb; in ipoib_build_sge() 548 u64 *mapping = tx_req->mapping; in ipoib_build_sge()
|
/Linux-v6.6/drivers/net/wireless/realtek/rtw89/ |
D | core.c | 437 struct rtw89_core_tx_request *tx_req, in rtw89_core_tx_update_ampdu_info() argument 440 struct ieee80211_sta *sta = tx_req->sta; in rtw89_core_tx_update_ampdu_info() 441 struct rtw89_tx_desc_info *desc_info = &tx_req->desc_info; in rtw89_core_tx_update_ampdu_info() 442 struct sk_buff *skb = tx_req->skb; in rtw89_core_tx_update_ampdu_info() 474 struct rtw89_core_tx_request *tx_req) in rtw89_core_tx_update_sec_key() argument 477 struct ieee80211_vif *vif = tx_req->vif; in rtw89_core_tx_update_sec_key() 478 struct ieee80211_sta *sta = tx_req->sta; in rtw89_core_tx_update_sec_key() 485 struct rtw89_tx_desc_info *desc_info = &tx_req->desc_info; in rtw89_core_tx_update_sec_key() 486 struct sk_buff *skb = tx_req->skb; in rtw89_core_tx_update_sec_key() 552 struct rtw89_core_tx_request *tx_req, in rtw89_core_get_mgmt_rate() argument [all …]
|
D | pci.c | 1194 struct rtw89_core_tx_request *tx_req) in rtw89_pci_txwd_submit() argument 1198 struct rtw89_tx_desc_info *desc_info = &tx_req->desc_info; in rtw89_pci_txwd_submit() 1203 struct sk_buff *skb = tx_req->skb; in rtw89_pci_txwd_submit() 1254 struct rtw89_core_tx_request *tx_req) in rtw89_pci_fwcmd_submit() argument 1258 struct rtw89_tx_desc_info *desc_info = &tx_req->desc_info; in rtw89_pci_fwcmd_submit() 1262 struct sk_buff *skb = tx_req->skb; in rtw89_pci_fwcmd_submit() 1290 struct rtw89_core_tx_request *tx_req) in rtw89_pci_txbd_submit() argument 1300 return rtw89_pci_fwcmd_submit(rtwdev, tx_ring, txbd, tx_req); in rtw89_pci_txbd_submit() 1309 ret = rtw89_pci_txwd_submit(rtwdev, tx_ring, txwd, tx_req); in rtw89_pci_txbd_submit() 1331 static int rtw89_pci_tx_write(struct rtw89_dev *rtwdev, struct rtw89_core_tx_request *tx_req, in rtw89_pci_tx_write() argument [all …]
|
D | core.h | 2980 int (*tx_write)(struct rtw89_dev *rtwdev, struct rtw89_core_tx_request *tx_req); 4474 struct rtw89_core_tx_request *tx_req) in rtw89_hci_tx_write() argument 4476 return rtwdev->hci.ops->tx_write(rtwdev, tx_req); in rtw89_hci_tx_write()
|
/Linux-v6.6/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.c | 1140 if (ep->tx_req != NULL) { in txcomplete() 1141 struct qe_req *req = ep->tx_req; in txcomplete() 1166 if (((ep->tx_req->req.length - ep->sent) <= 0) && !zlp) { in txcomplete() 1167 done(ep, ep->tx_req, 0); in txcomplete() 1168 ep->tx_req = NULL; in txcomplete() 1175 if (ep->tx_req == NULL) { in txcomplete() 1177 ep->tx_req = list_entry(ep->queue.next, struct qe_req, in txcomplete() 1194 size = min_t(u32, (ep->tx_req->req.length - ep->sent), in qe_usb_senddata() 1196 buf = (u8 *)ep->tx_req->req.buf + ep->sent; in qe_usb_senddata() 1199 ep->tx_req->req.actual += size; in qe_usb_senddata() [all …]
|
D | fsl_qe_udc.h | 285 struct qe_req *tx_req; member
|
/Linux-v6.6/drivers/media/platform/qcom/venus/ |
D | hfi_venus.c | 68 u32 tx_req; member 196 qhdr->tx_req = 1; in venus_write_queue() 202 qhdr->tx_req = 0; in venus_write_queue() 232 struct iface_queue *queue, void *pkt, u32 *tx_req) in venus_read_queue() argument 268 *tx_req = 0; in venus_read_queue() 314 *tx_req = qhdr->tx_req ? 1 : 0; in venus_read_queue() 671 u32 tx_req; in venus_iface_msgq_read_nolock() local 679 ret = venus_read_queue(hdev, queue, pkt, &tx_req); in venus_iface_msgq_read_nolock() 683 if (tx_req) in venus_iface_msgq_read_nolock() 704 u32 tx_req; in venus_iface_dbgq_read_nolock() local [all …]
|
/Linux-v6.6/drivers/net/wwan/t7xx/ |
D | t7xx_hif_cldma.c | 844 static int t7xx_cldma_gpd_handle_tx_request(struct cldma_queue *queue, struct cldma_request *tx_req, in t7xx_cldma_gpd_handle_tx_request() argument 848 struct cldma_gpd *gpd = tx_req->gpd; in t7xx_cldma_gpd_handle_tx_request() 852 tx_req->mapped_buff = dma_map_single(md_ctrl->dev, skb->data, skb->len, DMA_TO_DEVICE); in t7xx_cldma_gpd_handle_tx_request() 854 if (dma_mapping_error(md_ctrl->dev, tx_req->mapped_buff)) { in t7xx_cldma_gpd_handle_tx_request() 859 t7xx_cldma_gpd_set_data_ptr(gpd, tx_req->mapped_buff); in t7xx_cldma_gpd_handle_tx_request() 871 tx_req->skb = skb; in t7xx_cldma_gpd_handle_tx_request() 924 struct cldma_request *tx_req; in t7xx_cldma_send_skb() local 949 tx_req = queue->tx_next; in t7xx_cldma_send_skb() 950 if (queue->budget > 0 && !tx_req->skb) { in t7xx_cldma_send_skb() 954 t7xx_cldma_gpd_handle_tx_request(queue, tx_req, skb); in t7xx_cldma_send_skb() [all …]
|
/Linux-v6.6/drivers/perf/hisilicon/ |
D | hisi_uncore_pa_pmu.c | 323 HISI_PMU_EVENT_ATTR(tx_req, 0x5c), 334 HISI_PMU_EVENT_ATTR(tx_req, 0x0),
|
D | hisi_uncore_sllc_pmu.c | 339 HISI_PMU_EVENT_ATTR(tx_req, 0x34),
|
/Linux-v6.6/drivers/rapidio/ |
D | rio_cm.c | 138 struct tx_req { struct 672 struct tx_req *req, *_req; in rio_txcq_handler() 707 struct tx_req *treq; in riocm_queue_req()
|
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 9849 struct hclge_tx_vlan_type_cfg_cmd *tx_req; in hclge_set_vlan_protocol_type() local 9874 tx_req = (struct hclge_tx_vlan_type_cfg_cmd *)desc.data; in hclge_set_vlan_protocol_type() 9875 tx_req->ot_vlan_type = cpu_to_le16(hdev->vlan_type_cfg.tx_ot_vlan_type); in hclge_set_vlan_protocol_type() 9876 tx_req->in_vlan_type = cpu_to_le16(hdev->vlan_type_cfg.tx_in_vlan_type); in hclge_set_vlan_protocol_type()
|