Searched refs:sendq (Results 1 – 5 of 5) 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()
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()
1205 sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in siw_sq_flush()1310 vfree(qp->sendq); in siw_free_qp()