Searched defs:tx_req (Results 1 - 5 of 5) sorted by relevance
/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 316 struct ipoib_tx_buf *tx_req) 318 struct sk_buff *skb = tx_req->skb; 319 u64 *mapping = tx_req->mapping; 358 struct ipoib_tx_buf *tx_req) 360 struct sk_buff *skb = tx_req->skb; 361 u64 *mapping = tx_req->mapping; 383 struct ipoib_tx_buf *tx_req; local 394 tx_req = &priv->tx_ring[wr_id]; 396 ipoib_dma_unmap_tx(priv->ca, tx_req); 399 dev->stats.tx_bytes += tx_req 315 ipoib_dma_map_tx(struct ib_device *ca, struct ipoib_tx_buf *tx_req) argument 357 ipoib_dma_unmap_tx(struct ib_device *ca, struct ipoib_tx_buf *tx_req) argument 502 post_send(struct ipoib_dev_priv *priv, unsigned int wr_id, struct ib_ah *address, u32 qpn, struct ipoib_tx_buf *tx_req, void *head, int hlen) argument 546 struct ipoib_tx_buf *tx_req; local 815 struct ipoib_tx_buf *tx_req; local [all...] |
H A D | ipoib_cm.c | 713 struct ipoib_cm_tx_buf *tx_req; local 736 tx_req = &tx->tx_ring[tx->tx_head & (ipoib_sendq_size - 1)]; 737 tx_req->skb = skb; 745 tx_req->mapping = addr; 780 struct ipoib_cm_tx_buf *tx_req; local 792 tx_req = &tx->tx_ring[wr_id]; 794 ib_dma_unmap_single(priv->ca, tx_req->mapping, tx_req->skb->len, DMA_TO_DEVICE); 798 dev->stats.tx_bytes += tx_req->skb->len; 800 dev_kfree_skb_any(tx_req 1173 struct ipoib_cm_tx_buf *tx_req; local [all...] |
/drivers/usb/gadget/udc/ |
H A D | fsl_qe_udc.c | 1069 /* send data from a frame, no matter what tx_req */ 1141 * handle the tx_req, not include ep0 */ 1144 if (ep->tx_req != NULL) { 1145 struct qe_req *req = ep->tx_req; 1170 if (((ep->tx_req->req.length - ep->sent) <= 0) && !zlp) { 1171 done(ep, ep->tx_req, 0); 1172 ep->tx_req = NULL; 1178 /* we should gain a new tx_req fot this endpoint */ 1179 if (ep->tx_req == NULL) { 1181 ep->tx_req 1309 struct qe_req *tx_req = NULL; local [all...] |
H A D | fsl_qe_udc.h | 289 struct qe_req *tx_req; member in struct:qe_ep
|
/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 2028 unsigned tx_req, rx_req; local 2165 tx_req = res->start; 2191 &tx_req, &pdev->dev, "tx"); 2194 dev_err(mmc_dev(host->mmc), "unable to obtain TX DMA engine channel %u\n", tx_req);
|
Completed in 334 milliseconds