Home
last modified time | relevance | path

Searched refs:sendq (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1989 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 …]
Dcxgb4.h751 struct sk_buff_head sendq; /* list of backpressured packets */ member
761 struct sk_buff_head sendq; /* list of backpressured packets */ member
Dcxgb4_uld.c460 __skb_queue_purge(&txq->sendq); in free_sge_txq_uld()
/Linux-v4.19/drivers/isdn/mISDN/
Dlayer2.h31 struct sk_buff_head sendq; member
Ddsp_core.c889 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()
Ddsp.h186 struct sk_buff_head sendq; member
Dtei.c344 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()
Ddsp_cmx.c1584 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/
Dvirtio_rpmsg_bus.c67 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/
Dadapter.h180 struct sk_buff_head sendq; /* List of backpressured offload packets */ member
Dsge.c708 __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/
Dpci.c605 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/
Dchcr_algo.c572 spin_lock(&txq->sendq.lock); in cxgb4_is_crypto_q_full()
575 spin_unlock(&txq->sendq.lock); in cxgb4_is_crypto_q_full()