Home
last modified time | relevance | path

Searched refs:tx_req (Results 1 – 15 of 15) sorted by relevance

/linux-5.19.10/drivers/net/wireless/realtek/rtw89/
Dcore.c411 struct rtw89_core_tx_request *tx_req, u8 tid) in rtw89_core_tx_update_ampdu_info() argument
413 struct ieee80211_sta *sta = tx_req->sta; in rtw89_core_tx_update_ampdu_info()
414 struct rtw89_tx_desc_info *desc_info = &tx_req->desc_info; in rtw89_core_tx_update_ampdu_info()
436 struct rtw89_core_tx_request *tx_req) in rtw89_core_tx_update_sec_key() argument
439 struct ieee80211_vif *vif = tx_req->vif; in rtw89_core_tx_update_sec_key()
440 struct ieee80211_sta *sta = tx_req->sta; in rtw89_core_tx_update_sec_key()
447 struct rtw89_tx_desc_info *desc_info = &tx_req->desc_info; in rtw89_core_tx_update_sec_key()
448 struct sk_buff *skb = tx_req->skb; in rtw89_core_tx_update_sec_key()
514 struct rtw89_core_tx_request *tx_req) in rtw89_core_get_mgmt_rate() argument
516 struct sk_buff *skb = tx_req->skb; in rtw89_core_get_mgmt_rate()
[all …]
Dpci.c1142 struct rtw89_core_tx_request *tx_req) in rtw89_pci_txwd_submit() argument
1146 struct rtw89_tx_desc_info *desc_info = &tx_req->desc_info; in rtw89_pci_txwd_submit()
1151 struct sk_buff *skb = tx_req->skb; in rtw89_pci_txwd_submit()
1200 struct rtw89_core_tx_request *tx_req) in rtw89_pci_fwcmd_submit() argument
1204 struct rtw89_tx_desc_info *desc_info = &tx_req->desc_info; in rtw89_pci_fwcmd_submit()
1208 struct sk_buff *skb = tx_req->skb; in rtw89_pci_fwcmd_submit()
1236 struct rtw89_core_tx_request *tx_req) in rtw89_pci_txbd_submit() argument
1246 return rtw89_pci_fwcmd_submit(rtwdev, tx_ring, txbd, tx_req); in rtw89_pci_txbd_submit()
1255 ret = rtw89_pci_txwd_submit(rtwdev, tx_ring, txwd, tx_req); in rtw89_pci_txbd_submit()
1277 static int rtw89_pci_tx_write(struct rtw89_dev *rtwdev, struct rtw89_core_tx_request *tx_req, in rtw89_pci_tx_write() argument
[all …]
Dcore.h2033 int (*tx_write)(struct rtw89_dev *rtwdev, struct rtw89_core_tx_request *tx_req);
3169 struct rtw89_core_tx_request *tx_req) in rtw89_hci_tx_write() argument
3171 return rtwdev->hci.ops->tx_write(rtwdev, tx_req); in rtw89_hci_tx_write()
/linux-5.19.10/drivers/infiniband/ulp/ipoib/
Dipoib_ib.c275 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 …]
Dipoib_cm.c699 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 …]
Dipoib.h535 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-5.19.10/arch/arm/mach-omap1/
Ddevices.c133 unsigned rx_req, unsigned tx_req, in omap_mmc_add() argument
153 res[3].start = tx_req; in omap_mmc_add()
190 unsigned rx_req, tx_req; in omap1_init_mmc() local
203 tx_req = 21; in omap1_init_mmc()
211 tx_req = 54; in omap1_init_mmc()
219 rx_req, tx_req, mmc_data[i]); in omap1_init_mmc()
/linux-5.19.10/drivers/usb/gadget/udc/
Dfsl_qe_udc.c1140 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 …]
Dfsl_qe_udc.h285 struct qe_req *tx_req; member
/linux-5.19.10/drivers/media/platform/qcom/venus/
Dhfi_venus.c68 u32 tx_req; member
197 qhdr->tx_req = 1; in venus_write_queue()
203 qhdr->tx_req = 0; in venus_write_queue()
233 struct iface_queue *queue, void *pkt, u32 *tx_req) in venus_read_queue() argument
269 *tx_req = 0; in venus_read_queue()
315 *tx_req = qhdr->tx_req ? 1 : 0; in venus_read_queue()
670 u32 tx_req; in venus_iface_msgq_read_nolock() local
678 ret = venus_read_queue(hdev, queue, pkt, &tx_req); in venus_iface_msgq_read_nolock()
682 if (tx_req) in venus_iface_msgq_read_nolock()
703 u32 tx_req; in venus_iface_dbgq_read_nolock() local
[all …]
/linux-5.19.10/drivers/net/wwan/t7xx/
Dt7xx_hif_cldma.c844 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-5.19.10/drivers/perf/hisilicon/
Dhisi_uncore_pa_pmu.c307 HISI_PMU_EVENT_ATTR(tx_req, 0x5c),
Dhisi_uncore_sllc_pmu.c339 HISI_PMU_EVENT_ATTR(tx_req, 0x34),
/linux-5.19.10/drivers/rapidio/
Drio_cm.c138 struct tx_req { struct
672 struct tx_req *req, *_req; in rio_txcq_handler()
707 struct tx_req *treq; in riocm_queue_req()
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c9698 struct hclge_tx_vlan_type_cfg_cmd *tx_req; in hclge_set_vlan_protocol_type() local
9723 tx_req = (struct hclge_tx_vlan_type_cfg_cmd *)desc.data; in hclge_set_vlan_protocol_type()
9724 tx_req->ot_vlan_type = cpu_to_le16(hdev->vlan_type_cfg.tx_ot_vlan_type); in hclge_set_vlan_protocol_type()
9725 tx_req->in_vlan_type = cpu_to_le16(hdev->vlan_type_cfg.tx_in_vlan_type); in hclge_set_vlan_protocol_type()