Searched refs:tx_req (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 267 struct ipoib_tx_buf *tx_req) in ipoib_dma_map_tx() argument 269 struct sk_buff *skb = tx_req->skb; in ipoib_dma_map_tx() 270 u64 *mapping = tx_req->mapping; in ipoib_dma_map_tx() 309 struct ipoib_tx_buf *tx_req) in ipoib_dma_unmap_tx() argument 311 struct sk_buff *skb = tx_req->skb; in ipoib_dma_unmap_tx() 312 u64 *mapping = tx_req->mapping; in ipoib_dma_unmap_tx() 379 struct ipoib_tx_buf *tx_req; in ipoib_ib_handle_tx_wc() local 390 tx_req = &priv->tx_ring[wr_id]; in ipoib_ib_handle_tx_wc() 392 ipoib_dma_unmap_tx(priv->ca, tx_req); in ipoib_ib_handle_tx_wc() 395 dev->stats.tx_bytes += tx_req->skb->len; in ipoib_ib_handle_tx_wc() [all …]
|
D | ipoib_cm.c | 713 struct ipoib_cm_tx_buf *tx_req; in ipoib_cm_send() local 736 tx_req = &tx->tx_ring[tx->tx_head & (ipoib_sendq_size - 1)]; in ipoib_cm_send() 737 tx_req->skb = skb; in ipoib_cm_send() 745 tx_req->mapping = addr; in ipoib_cm_send() 780 struct ipoib_cm_tx_buf *tx_req; in ipoib_cm_handle_tx_wc() local 792 tx_req = &tx->tx_ring[wr_id]; in ipoib_cm_handle_tx_wc() 794 ib_dma_unmap_single(priv->ca, tx_req->mapping, tx_req->skb->len, DMA_TO_DEVICE); in ipoib_cm_handle_tx_wc() 798 dev->stats.tx_bytes += tx_req->skb->len; in ipoib_cm_handle_tx_wc() 800 dev_kfree_skb_any(tx_req->skb); in ipoib_cm_handle_tx_wc() 1173 struct ipoib_cm_tx_buf *tx_req; in ipoib_cm_tx_destroy() local [all …]
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | devices.c | 156 unsigned rx_req, unsigned tx_req, in omap_mmc_add() argument 176 res[3].start = tx_req; in omap_mmc_add() 213 unsigned rx_req, tx_req; in omap1_init_mmc() local 226 tx_req = 21; in omap1_init_mmc() 234 tx_req = 54; in omap1_init_mmc() 242 rx_req, tx_req, mmc_data[i]); in omap1_init_mmc()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.c | 1144 if (ep->tx_req != NULL) { in txcomplete() 1145 struct qe_req *req = ep->tx_req; in txcomplete() 1170 if (((ep->tx_req->req.length - ep->sent) <= 0) && !zlp) { in txcomplete() 1171 done(ep, ep->tx_req, 0); in txcomplete() 1172 ep->tx_req = NULL; in txcomplete() 1179 if (ep->tx_req == NULL) { in txcomplete() 1181 ep->tx_req = list_entry(ep->queue.next, struct qe_req, in txcomplete() 1198 size = min_t(u32, (ep->tx_req->req.length - ep->sent), in qe_usb_senddata() 1200 buf = (u8 *)ep->tx_req->req.buf + ep->sent; in qe_usb_senddata() 1203 ep->tx_req->req.actual += size; in qe_usb_senddata() [all …]
|
D | fsl_qe_udc.h | 289 struct qe_req *tx_req; member
|
/linux-4.1.27/drivers/mmc/host/ |
D | omap_hsmmc.c | 1923 unsigned tx_req, rx_req; in omap_hsmmc_probe() local 2058 tx_req = res->start; in omap_hsmmc_probe() 2084 &tx_req, &pdev->dev, "tx"); in omap_hsmmc_probe() 2087 dev_err(mmc_dev(host->mmc), "unable to obtain TX DMA engine channel %u\n", tx_req); in omap_hsmmc_probe()
|