Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2748 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 Dcxgb4_uld.c415 __skb_queue_purge(&txq->sendq); in free_sge_txq_uld()
/linux/drivers/isdn/mISDN/
H A Ddsp_core.c888 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 Dlayer2.h22 struct sk_buff_head sendq; member
H A 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()
H A Ddsp.h186 struct sk_buff_head sendq; member
H A 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/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c67 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 Dsiw.h435 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 Dadapter.h180 struct sk_buff_head sendq; /* List of backpressured offload packets */ member
H A 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()
3070 skb_queue_head_init(&q->txq[i].sendq); in t3_sge_alloc_qset()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c862 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()