Searched refs:sendq (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | sge.c | 2759 spin_lock(&q->sendq.lock); in ctrl_xmit() 2776 spin_unlock(&q->sendq.lock); in ctrl_xmit() 2794 spin_lock(&q->sendq.lock); in restart_ctrlq() 2826 spin_lock(&q->sendq.lock); in restart_ctrlq() 2832 spin_unlock(&q->sendq.lock); in restart_ctrlq() 2947 __must_hold(&q->sendq.lock) in service_ofldq() 2992 spin_lock(&q->sendq.lock); in service_ofldq() 3046 spin_lock(&q->sendq.lock); in service_ofldq() 3070 spin_lock(&q->sendq.lock); in ofld_xmit() 3081 if (q->sendq.qlen == 1) in ofld_xmit() [all …]
|
A D | cxgb4.h | 882 struct sk_buff_head sendq; /* list of backpressured packets */ member 892 struct sk_buff_head sendq; /* list of backpressured packets */ member
|
A D | cxgb4_uld.c | 415 __skb_queue_purge(&txq->sendq); in free_sge_txq_uld()
|
/linux/drivers/isdn/mISDN/ |
A D | dsp_core.c | 887 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()
|
A D | layer2.h | 22 struct sk_buff_head sendq; member
|
A D | tei.c | 335 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()
|
A D | dsp.h | 186 struct sk_buff_head sendq; member
|
A 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); 1939 skb_queue_tail(&dsp->sendq, nskb); 1955 skb_queue_tail(&member->dsp->sendq, nskb);
|
/linux/drivers/infiniband/sw/siw/ |
A D | siw.h | 435 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()
|
A D | siw_verbs.c | 379 qp->sendq = vmalloc_user(num_sqe * sizeof(struct siw_sqe)); in siw_create_qp() 381 qp->sendq = vzalloc(num_sqe * sizeof(struct siw_sqe)); in siw_create_qp() 383 if (qp->sendq == NULL) { in siw_create_qp() 439 if (qp->sendq) { in siw_create_qp() 442 siw_mmap_entry_insert(uctx, qp->sendq, in siw_create_qp() 488 vfree(qp->sendq); in siw_create_qp() 781 struct siw_sqe *sqe = &qp->sendq[idx]; in siw_post_send()
|
A D | siw_qp.c | 1234 sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in siw_sq_flush() 1339 vfree(qp->sendq); in siw_free_qp()
|
/linux/drivers/rpmsg/ |
A D | virtio_rpmsg_bus.c | 67 wait_queue_head_t sendq; member 599 err = wait_event_interruptible_timeout(vrp->sendq, in rpmsg_send_offchannel_raw() 822 wake_up_interruptible(&vrp->sendq); in rpmsg_xmit_done() 890 init_waitqueue_head(&vrp->sendq); in rpmsg_probe()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
A D | sge.c | 707 __skb_queue_purge(&q->txq[i].sendq); in t3_free_qset() 1424 if (unlikely(!skb_queue_empty(&q->sendq))) { in check_desc_avail() 1425 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() 1755 while ((skb = skb_peek(&q->sendq)) != NULL) { in restart_offloadq() 1783 __skb_unlink(skb, &q->sendq); in restart_offloadq() 3086 skb_queue_head_init(&q->txq[i].sendq); in t3_sge_alloc_qset()
|
A D | adapter.h | 180 struct sk_buff_head sendq; /* List of backpressured offload packets */ member
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | pci.c | 685 u8 sendq = mlxsw_pci_cqe_sr_get(q->u.cq.v, cqe); in mlxsw_pci_cq_tasklet() local 692 if (sendq) { in mlxsw_pci_cq_tasklet()
|
/linux/drivers/crypto/chelsio/ |
A D | chcr_algo.c | 585 spin_lock(&txq->sendq.lock); in cxgb4_is_crypto_q_full() 588 spin_unlock(&txq->sendq.lock); in cxgb4_is_crypto_q_full()
|
Completed in 63 milliseconds