Lines Matching refs:sendq

2755 	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()
2943 __must_hold(&q->sendq.lock) in service_ofldq()
2963 while ((skb = skb_peek(&q->sendq)) != NULL && !q->full) { in service_ofldq()
2971 spin_unlock(&q->sendq.lock); in service_ofldq()
2988 spin_lock(&q->sendq.lock); in service_ofldq()
3042 spin_lock(&q->sendq.lock); in service_ofldq()
3043 __skb_unlink(skb, &q->sendq); in service_ofldq()
3066 spin_lock(&q->sendq.lock); in ofld_xmit()
3076 __skb_queue_tail(&q->sendq, skb); in ofld_xmit()
3077 if (q->sendq.qlen == 1) in ofld_xmit()
3080 spin_unlock(&q->sendq.lock); in ofld_xmit()
3094 spin_lock(&q->sendq.lock); in restart_ofldq()
3097 spin_unlock(&q->sendq.lock); in restart_ofldq()
3231 if (!spin_trylock(&q->sendq.lock)) in ofld_xmit_direct()
3234 if (q->full || !skb_queue_empty(&q->sendq) || in ofld_xmit_direct()
3236 spin_unlock(&q->sendq.lock); in ofld_xmit_direct()
3250 spin_unlock(&q->sendq.lock); in ofld_xmit_direct()
4705 skb_queue_head_init(&txq->sendq); in t4_sge_alloc_ctrl_txq()
4795 skb_queue_head_init(&txq->sendq); in t4_sge_alloc_uld_txq()
4942 __skb_queue_purge(&cq->sendq); in t4_free_sge_resources()