Searched refs:sendq (Results 1 – 7 of 7) sorted by relevance
2748 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 …]
414 __skb_queue_purge(&txq->sendq); in free_sge_txq_uld()
435 struct siw_sqe *sendq; /* send queue element array */ member626 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()
1205 sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in siw_sq_flush()1310 vfree(qp->sendq); in siw_free_qp()
180 struct sk_buff_head sendq; /* List of backpressured offload packets */ member
704 __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()
862 u8 sendq = mlxsw_pci_cqe_sr_get(q->u.cq.v, cqe); in mlxsw_pci_napi_poll_cq_rx() local865 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() local924 if (unlikely(!sendq)) { in mlxsw_pci_napi_poll_cq_tx()