Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2755 spin_lock(&q->sendq.lock); in ctrl_xmit()
2759 __skb_queue_tail(&q->sendq, skb); in ctrl_xmit()
2760 spin_unlock(&q->sendq.lock); in ctrl_xmit()
2772 spin_unlock(&q->sendq.lock); in ctrl_xmit()
2790 spin_lock(&q->sendq.lock); in restart_ctrlq()
2794 while ((skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq()
2804 spin_unlock(&q->sendq.lock); in restart_ctrlq()
2814 spin_lock(&q->sendq.lock); in restart_ctrlq()
2822 spin_lock(&q->sendq.lock); in restart_ctrlq()
2828 spin_unlock(&q->sendq.lock); in restart_ctrlq()
[all …]
Dcxgb4.h884 struct sk_buff_head sendq; /* list of backpressured packets */ member
894 struct sk_buff_head sendq; /* list of backpressured packets */ member
Dcxgb4_uld.c415 __skb_queue_purge(&txq->sendq); in free_sge_txq_uld()
/kernel/linux/linux-5.10/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()
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()
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.c1584 skb_queue_tail(&dsp->sendq, nskb);
1600 skb_queue_tail(&dsp->sendq, txskb);
1617 skb_queue_tail(&dsp->sendq, nskb);
1939 skb_queue_tail(&dsp->sendq, nskb);
1955 skb_queue_tail(&member->dsp->sendq, nskb);
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
Dsiw.h435 struct siw_sqe *sendq; /* send queue element array */ member
627 struct siw_sqe *sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in siw_sq_empty()
634 struct siw_sqe *sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in sq_get_next()
Dsiw_verbs.c381 qp->sendq = vmalloc_user(num_sqe * sizeof(struct siw_sqe)); in siw_create_qp()
383 qp->sendq = vzalloc(num_sqe * sizeof(struct siw_sqe)); in siw_create_qp()
385 if (qp->sendq == NULL) { in siw_create_qp()
441 if (qp->sendq) { in siw_create_qp()
444 siw_mmap_entry_insert(uctx, qp->sendq, in siw_create_qp()
492 vfree(qp->sendq); in siw_create_qp()
815 struct siw_sqe *sqe = &qp->sendq[idx]; in siw_post_send()
Dsiw_qp.c1234 sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in siw_sq_flush()
1339 vfree(qp->sendq); in siw_free_qp()
/kernel/linux/linux-5.10/drivers/rpmsg/
Dvirtio_rpmsg_bus.c68 wait_queue_head_t sendq; member
607 err = wait_event_interruptible_timeout(vrp->sendq, in rpmsg_send_offchannel_raw()
821 wake_up_interruptible(&vrp->sendq); in rpmsg_xmit_done()
900 init_waitqueue_head(&vrp->sendq); in rpmsg_probe()
/kernel/linux/linux-5.10/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()
1427 if (unlikely(!skb_queue_empty(&q->sendq))) { in check_desc_avail()
1428 addq_exit:__skb_queue_tail(&q->sendq, skb); in check_desc_avail()
1535 (skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq()
1546 if (!skb_queue_empty(&q->sendq)) { in restart_ctrlq()
1755 while ((skb = skb_peek(&q->sendq)) != NULL) { in restart_offloadq()
1783 __skb_unlink(skb, &q->sendq); in restart_offloadq()
3085 skb_queue_head_init(&q->txq[i].sendq); in t3_sge_alloc_qset()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c636 u8 sendq = mlxsw_pci_cqe_sr_get(q->u.cq.v, cqe); in mlxsw_pci_cq_tasklet() local
643 if (sendq) { in mlxsw_pci_cq_tasklet()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0032_linux_drivers_regulator_remoteproc_reset_rpmsg_rtc.patch2230 * @sendq: wait queue of sending contexts waiting for a tx buffers
2238 wait_queue_head_t sendq;
2440 wake_up_interruptible(&vrp->sendq);
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
Dchcr_algo.c589 spin_lock(&txq->sendq.lock); in cxgb4_is_crypto_q_full()
592 spin_unlock(&txq->sendq.lock); in cxgb4_is_crypto_q_full()