Lines Matching refs:sendq

2761 	spin_lock(&q->sendq.lock);  in ctrl_xmit()
2765 __skb_queue_tail(&q->sendq, skb); in ctrl_xmit()
2766 spin_unlock(&q->sendq.lock); in ctrl_xmit()
2778 spin_unlock(&q->sendq.lock); in ctrl_xmit()
2796 spin_lock(&q->sendq.lock); in restart_ctrlq()
2800 while ((skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq()
2810 spin_unlock(&q->sendq.lock); in restart_ctrlq()
2820 spin_lock(&q->sendq.lock); in restart_ctrlq()
2828 spin_lock(&q->sendq.lock); in restart_ctrlq()
2834 spin_unlock(&q->sendq.lock); in restart_ctrlq()
2949 __must_hold(&q->sendq.lock) in service_ofldq()
2969 while ((skb = skb_peek(&q->sendq)) != NULL && !q->full) { in service_ofldq()
2977 spin_unlock(&q->sendq.lock); in service_ofldq()
2994 spin_lock(&q->sendq.lock); in service_ofldq()
3048 spin_lock(&q->sendq.lock); in service_ofldq()
3049 __skb_unlink(skb, &q->sendq); in service_ofldq()
3072 spin_lock(&q->sendq.lock); in ofld_xmit()
3082 __skb_queue_tail(&q->sendq, skb); in ofld_xmit()
3083 if (q->sendq.qlen == 1) in ofld_xmit()
3086 spin_unlock(&q->sendq.lock); in ofld_xmit()
3100 spin_lock(&q->sendq.lock); in restart_ofldq()
3103 spin_unlock(&q->sendq.lock); in restart_ofldq()
3237 if (!spin_trylock(&q->sendq.lock)) in ofld_xmit_direct()
3240 if (q->full || !skb_queue_empty(&q->sendq) || in ofld_xmit_direct()
3242 spin_unlock(&q->sendq.lock); in ofld_xmit_direct()
3256 spin_unlock(&q->sendq.lock); in ofld_xmit_direct()
4735 skb_queue_head_init(&txq->sendq); in t4_sge_alloc_ctrl_txq()
4825 skb_queue_head_init(&txq->sendq); in t4_sge_alloc_uld_txq()
4972 __skb_queue_purge(&cq->sendq); in t4_free_sge_resources()