Searched refs:sendq (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1989 spin_lock(&q->sendq.lock); in ctrl_xmit() 1993 __skb_queue_tail(&q->sendq, skb); in ctrl_xmit() 1994 spin_unlock(&q->sendq.lock); in ctrl_xmit() 2006 spin_unlock(&q->sendq.lock); in ctrl_xmit() 2024 spin_lock(&q->sendq.lock); in restart_ctrlq() 2028 while ((skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq() 2038 spin_unlock(&q->sendq.lock); in restart_ctrlq() 2048 spin_lock(&q->sendq.lock); in restart_ctrlq() 2056 spin_lock(&q->sendq.lock); in restart_ctrlq() 2062 spin_unlock(&q->sendq.lock); in restart_ctrlq() [all …]
|
D | cxgb4.h | 751 struct sk_buff_head sendq; /* list of backpressured packets */ member 761 struct sk_buff_head sendq; /* list of backpressured packets */ member
|
D | cxgb4_uld.c | 460 __skb_queue_purge(&txq->sendq); in free_sge_txq_uld()
|
/Linux-v4.19/drivers/isdn/mISDN/ |
D | layer2.h | 31 struct sk_buff_head sendq; member
|
D | dsp_core.c | 889 skb_queue_tail(&dsp->sendq, skb); in dsp_function() 936 skb_queue_purge(&dsp->sendq); in dsp_function() 981 skb_queue_purge(&dsp->sendq); in dsp_ctrl() 1017 while ((skb = skb_dequeue(&dsp->sendq))) { in dsp_send_bh() 1068 skb_queue_head_init(&ndsp->sendq); in dspcreate()
|
D | dsp.h | 186 struct sk_buff_head sendq; member
|
D | tei.c | 344 struct sk_buff *skb = skb_dequeue(&mgr->sendq); in do_send() 368 skb = skb_dequeue(&mgr->sendq); in do_ack() 385 skb_queue_tail(&mgr->sendq, skb); in mgr_send_down() 408 skb_queue_tail(&mgr->sendq, skb); in dl_unit_data() 1263 skb_queue_purge(&mgr->sendq); in delete_teimanager() 1365 skb_queue_head_init(&mgr->sendq); in create_teimanager()
|
D | dsp_cmx.c | 1584 skb_queue_tail(&dsp->sendq, nskb); 1600 skb_queue_tail(&dsp->sendq, txskb); 1617 skb_queue_tail(&dsp->sendq, nskb); 1940 skb_queue_tail(&dsp->sendq, nskb); 1956 skb_queue_tail(&member->dsp->sendq, nskb);
|
/Linux-v4.19/drivers/rpmsg/ |
D | virtio_rpmsg_bus.c | 67 wait_queue_head_t sendq; member 601 err = wait_event_interruptible_timeout(vrp->sendq, in rpmsg_send_offchannel_raw() 811 wake_up_interruptible(&vrp->sendq); in rpmsg_xmit_done() 890 init_waitqueue_head(&vrp->sendq); in rpmsg_probe()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 180 struct sk_buff_head sendq; /* List of backpressured offload packets */ member
|
D | sge.c | 708 __skb_queue_purge(&q->txq[i].sendq); in t3_free_qset() 1425 if (unlikely(!skb_queue_empty(&q->sendq))) { in check_desc_avail() 1426 addq_exit:__skb_queue_tail(&q->sendq, skb); in check_desc_avail() 1533 (skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq() 1544 if (!skb_queue_empty(&q->sendq)) { in restart_ctrlq() 1752 while ((skb = skb_peek(&q->sendq)) != NULL) { in restart_offloadq() 1780 __skb_unlink(skb, &q->sendq); in restart_offloadq() 3084 skb_queue_head_init(&q->txq[i].sendq); in t3_sge_alloc_qset()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 605 u8 sendq = mlxsw_pci_cqe_sr_get(q->u.cq.v, cqe); in mlxsw_pci_cq_tasklet() local 608 if (sendq) { in mlxsw_pci_cq_tasklet()
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 572 spin_lock(&txq->sendq.lock); in cxgb4_is_crypto_q_full() 575 spin_unlock(&txq->sendq.lock); in cxgb4_is_crypto_q_full()
|