Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2761 spin_lock(&q->sendq.lock); in ctrl_xmit()
2765 __skb_queue_tail(&q->sendq, skb); in ctrl_xmit()
2766 spin_unlock(&q->sendq.lock); in ctrl_xmit()
2778 spin_unlock(&q->sendq.lock); in ctrl_xmit()
2796 spin_lock(&q->sendq.lock); in restart_ctrlq()
2800 while ((skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq()
2810 spin_unlock(&q->sendq.lock); in restart_ctrlq()
2820 spin_lock(&q->sendq.lock); in restart_ctrlq()
2828 spin_lock(&q->sendq.lock); in restart_ctrlq()
2834 spin_unlock(&q->sendq.lock); in restart_ctrlq()
[all …]
Dcxgb4.h882 struct sk_buff_head sendq; /* list of backpressured packets */ member
892 struct sk_buff_head sendq; /* list of backpressured packets */ member
Dcxgb4_uld.c415 __skb_queue_purge(&txq->sendq); in free_sge_txq_uld()
/linux-6.6.21/drivers/isdn/mISDN/
Dlayer2.h22 struct sk_buff_head sendq; member
Ddsp_core.c887 skb_queue_tail(&dsp->sendq, skb); in dsp_function()
934 skb_queue_purge(&dsp->sendq); in dsp_function()
978 skb_queue_purge(&dsp->sendq); in dsp_ctrl()
1014 while ((skb = skb_dequeue(&dsp->sendq))) { in dsp_send_bh()
1065 skb_queue_head_init(&ndsp->sendq); in dspcreate()
Ddsp.h186 struct sk_buff_head sendq; member
Dtei.c335 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()
Ddsp_cmx.c1573 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-6.6.21/drivers/infiniband/sw/siw/
Dsiw.h437 struct siw_sqe *sendq; /* send queue element array */ member
630 struct siw_sqe *sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in siw_sq_empty()
637 struct siw_sqe *sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in sq_get_next()
Dsiw_verbs.c382 qp->sendq = vmalloc_user(num_sqe * sizeof(struct siw_sqe)); in siw_create_qp()
384 qp->sendq = vcalloc(num_sqe, sizeof(struct siw_sqe)); in siw_create_qp()
386 if (qp->sendq == NULL) { in siw_create_qp()
442 if (qp->sendq) { in siw_create_qp()
445 siw_mmap_entry_insert(uctx, qp->sendq, in siw_create_qp()
493 vfree(qp->sendq); in siw_create_qp()
819 struct siw_sqe *sqe = &qp->sendq[idx]; in siw_post_send()
Dsiw_qp.c1237 sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in siw_sq_flush()
1342 vfree(qp->sendq); in siw_free_qp()
/linux-6.6.21/drivers/rpmsg/
Dvirtio_rpmsg_bus.c67 wait_queue_head_t sendq; member
600 err = wait_event_interruptible_timeout(vrp->sendq, in rpmsg_send_offchannel_raw()
823 wake_up_interruptible(&vrp->sendq); in rpmsg_xmit_done()
891 init_waitqueue_head(&vrp->sendq); in rpmsg_probe()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h180 struct sk_buff_head sendq; /* List of backpressured offload packets */ member
Dsge.c704 __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()
3083 skb_queue_head_init(&q->txq[i].sendq); in t3_sge_alloc_qset()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c721 u8 sendq = mlxsw_pci_cqe_sr_get(q->u.cq.v, cqe); in mlxsw_pci_cq_tasklet() local
728 if (sendq) { in mlxsw_pci_cq_tasklet()
/linux-6.6.21/drivers/crypto/chelsio/
Dchcr_algo.c585 spin_lock(&txq->sendq.lock); in cxgb4_is_crypto_q_full()
588 spin_unlock(&txq->sendq.lock); in cxgb4_is_crypto_q_full()