Searched refs:tx_req (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c301 struct ipoib_tx_buf *tx_req)
303 struct sk_buff *skb = tx_req->skb;
304 u64 *mapping = tx_req->mapping;
341 struct ipoib_tx_buf *tx_req)
343 struct sk_buff *skb = tx_req->skb;
344 u64 *mapping = tx_req->mapping;
365 struct ipoib_tx_buf *tx_req; local
376 tx_req = &priv->tx_ring[wr_id];
378 ipoib_dma_unmap_tx(priv->ca, tx_req);
381 dev->stats.tx_bytes += tx_req
300 ipoib_dma_map_tx(struct ib_device *ca, struct ipoib_tx_buf *tx_req) argument
340 ipoib_dma_unmap_tx(struct ib_device *ca, struct ipoib_tx_buf *tx_req) argument
487 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
531 struct ipoib_tx_buf *tx_req; local
804 struct ipoib_tx_buf *tx_req; local
[all...]
H A Dipoib_cm.c701 struct ipoib_cm_tx_buf *tx_req; local
724 tx_req = &tx->tx_ring[tx->tx_head & (ipoib_sendq_size - 1)];
725 tx_req->skb = skb;
733 tx_req->mapping = addr;
761 struct ipoib_cm_tx_buf *tx_req; local
773 tx_req = &tx->tx_ring[wr_id];
775 ib_dma_unmap_single(priv->ca, tx_req->mapping, tx_req->skb->len, DMA_TO_DEVICE);
778 dev->stats.tx_bytes += tx_req->skb->len;
780 dev_kfree_skb_any(tx_req
1145 struct ipoib_cm_tx_buf *tx_req; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_qe_udc.c1075 /* send data from a frame, no matter what tx_req */
1147 * handle the tx_req, not include ep0 */
1150 if (ep->tx_req != NULL) {
1160 if ((ep->tx_req->req.length - ep->sent) <= 0) {
1161 ep->tx_req->req.actual = (unsigned int)ep->sent;
1162 done(ep, ep->tx_req, 0);
1163 ep->tx_req = NULL;
1169 /* we should gain a new tx_req fot this endpoint */
1170 if (ep->tx_req == NULL) {
1172 ep->tx_req
1299 struct qe_req *tx_req = NULL; local
[all...]
H A Dfsl_qe_udc.h290 struct qe_req *tx_req; member in struct:qe_ep
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.c526 struct tx_dma_pkt *tx_req; local
535 tx_req = (struct tx_dma_pkt *)crystalhd_dioq_find_and_fetch(hw->tx_actq, list_id);
536 if (!tx_req) {
542 if (tx_req->call_back) {
543 tx_req->call_back(tx_req->dio_req, tx_req->cb_event, cs);
544 tx_req->dio_req = NULL;
545 tx_req->cb_event = NULL;
546 tx_req
[all...]

Completed in 62 milliseconds