Searched refs:sendq (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 2748 spin_lock(&q->sendq.lock); in ctrl_xmit() 2752 __skb_queue_tail(&q->sendq, skb); in ctrl_xmit() 2753 spin_unlock(&q->sendq.lock); in ctrl_xmit() 2765 spin_unlock(&q->sendq.lock); in ctrl_xmit() 2783 spin_lock(&q->sendq.lock); in restart_ctrlq() 2787 while ((skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq() 2797 spin_unlock(&q->sendq.lock); in restart_ctrlq() 2807 spin_lock(&q->sendq.lock); in restart_ctrlq() 2815 spin_lock(&q->sendq.lock); in restart_ctrlq() 2821 spin_unlock(&q->sendq.lock); in restart_ctrlq() [all …]
|
| H A D | cxgb4_uld.c | 415 __skb_queue_purge(&txq->sendq); in free_sge_txq_uld()
|
| /linux/drivers/isdn/mISDN/ |
| H A D | dsp_core.c | 888 skb_queue_tail(&dsp->sendq, skb); in dsp_function() 935 skb_queue_purge(&dsp->sendq); in dsp_function() 979 skb_queue_purge(&dsp->sendq); in dsp_ctrl() 1015 while ((skb = skb_dequeue(&dsp->sendq))) { in dsp_send_bh() 1066 skb_queue_head_init(&ndsp->sendq); in dspcreate()
|
| H A D | layer2.h | 22 struct sk_buff_head sendq; member
|
| H A D | tei.c | 335 struct sk_buff *skb = skb_dequeue(&mgr->sendq); in do_send() 359 skb = skb_dequeue(&mgr->sendq); in do_ack() 376 skb_queue_tail(&mgr->sendq, skb); in mgr_send_down() 399 skb_queue_tail(&mgr->sendq, skb); in dl_unit_data() 1253 skb_queue_purge(&mgr->sendq); in delete_teimanager() 1353 skb_queue_head_init(&mgr->sendq); in create_teimanager()
|
| H A D | dsp.h | 186 struct sk_buff_head sendq; member
|
| H A D | dsp_cmx.c | 1573 skb_queue_tail(&dsp->sendq, nskb); 1589 skb_queue_tail(&dsp->sendq, txskb); 1606 skb_queue_tail(&dsp->sendq, nskb); 1928 skb_queue_tail(&dsp->sendq, nskb); 1944 skb_queue_tail(&member->dsp->sendq, nskb);
|
| /linux/drivers/rpmsg/ |
| H A D | virtio_rpmsg_bus.c | 67 wait_queue_head_t sendq; member 594 err = wait_event_interruptible_timeout(vrp->sendq, in rpmsg_send_offchannel_raw() 801 wake_up_interruptible(&vrp->sendq); in rpmsg_xmit_done() 871 init_waitqueue_head(&vrp->sendq); in rpmsg_probe()
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw.h | 435 struct siw_sqe *sendq; /* send queue element array */ member 626 struct siw_sqe *sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in siw_sq_empty() 633 struct siw_sqe *sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in sq_get_next()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | adapter.h | 180 struct sk_buff_head sendq; /* List of backpressured offload packets */ member
|
| H A D | sge.c | 704 __skb_queue_purge(&q->txq[i].sendq); in t3_free_qset() 1422 if (unlikely(!skb_queue_empty(&q->sendq))) { in check_desc_avail() 1423 addq_exit:__skb_queue_tail(&q->sendq, skb); in check_desc_avail() 1531 (skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq() 1542 if (!skb_queue_empty(&q->sendq)) { in restart_ctrlq() 1753 while ((skb = skb_peek(&q->sendq)) != NULL) { in restart_offloadq() 1781 __skb_unlink(skb, &q->sendq); in restart_offloadq() 3070 skb_queue_head_init(&q->txq[i].sendq); in t3_sge_alloc_qset()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | pci.c | 862 u8 sendq = mlxsw_pci_cqe_sr_get(q->u.cq.v, cqe); in mlxsw_pci_napi_poll_cq_rx() local 865 if (unlikely(sendq)) { in mlxsw_pci_napi_poll_cq_rx() 920 u8 sendq = mlxsw_pci_cqe_sr_get(q->u.cq.v, cqe); in mlxsw_pci_napi_poll_cq_tx() local 924 if (unlikely(!sendq)) { in mlxsw_pci_napi_poll_cq_tx()
|