Home
last modified time | relevance | path

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

/Linux-v5.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-v5.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-v5.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()
607 u32 tx_req; in venus_iface_msgq_read_nolock() local
615 ret = venus_read_queue(hdev, queue, pkt, &tx_req); in venus_iface_msgq_read_nolock()
619 if (tx_req) in venus_iface_msgq_read_nolock()
640 u32 tx_req; in venus_iface_dbgq_read_nolock() local
[all …]
/Linux-v5.10/drivers/usb/gadget/udc/
Dfsl_qe_udc.c1134 if (ep->tx_req != NULL) { in txcomplete()
1135 struct qe_req *req = ep->tx_req; in txcomplete()
1160 if (((ep->tx_req->req.length - ep->sent) <= 0) && !zlp) { in txcomplete()
1161 done(ep, ep->tx_req, 0); in txcomplete()
1162 ep->tx_req = NULL; in txcomplete()
1169 if (ep->tx_req == NULL) { in txcomplete()
1171 ep->tx_req = list_entry(ep->queue.next, struct qe_req, in txcomplete()
1188 size = min_t(u32, (ep->tx_req->req.length - ep->sent), in qe_usb_senddata()
1190 buf = (u8 *)ep->tx_req->req.buf + ep->sent; in qe_usb_senddata()
1193 ep->tx_req->req.actual += size; in qe_usb_senddata()
[all …]
Dfsl_qe_udc.h285 struct qe_req *tx_req; member
/Linux-v5.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-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c8688 struct hclge_tx_vlan_type_cfg_cmd *tx_req; in hclge_set_vlan_protocol_type() local
8713 tx_req = (struct hclge_tx_vlan_type_cfg_cmd *)desc.data; in hclge_set_vlan_protocol_type()
8714 tx_req->ot_vlan_type = cpu_to_le16(hdev->vlan_type_cfg.tx_ot_vlan_type); in hclge_set_vlan_protocol_type()
8715 tx_req->in_vlan_type = cpu_to_le16(hdev->vlan_type_cfg.tx_in_vlan_type); in hclge_set_vlan_protocol_type()