Lines Matching refs:sendq
1356 spin_lock(&q->sendq.lock); in ctrl_xmit()
1360 __skb_queue_tail(&q->sendq, skb); in ctrl_xmit()
1361 spin_unlock(&q->sendq.lock); in ctrl_xmit()
1373 spin_unlock(&q->sendq.lock); in ctrl_xmit()
1391 spin_lock(&q->sendq.lock); in restart_ctrlq()
1395 while ((skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq()
1403 spin_unlock(&q->sendq.lock); in restart_ctrlq()
1416 spin_lock(&q->sendq.lock); in restart_ctrlq()
1424 spin_lock(&q->sendq.lock); in restart_ctrlq()
1429 spin_unlock(&q->sendq.lock); in restart_ctrlq()
1532 while ((skb = skb_peek(&q->sendq)) != NULL && !q->full) { in service_ofldq()
1537 spin_unlock(&q->sendq.lock); in service_ofldq()
1554 spin_lock(&q->sendq.lock); in service_ofldq()
1580 spin_lock(&q->sendq.lock); in service_ofldq()
1581 __skb_unlink(skb, &q->sendq); in service_ofldq()
1599 spin_lock(&q->sendq.lock); in ofld_xmit()
1600 __skb_queue_tail(&q->sendq, skb); in ofld_xmit()
1601 if (q->sendq.qlen == 1) in ofld_xmit()
1603 spin_unlock(&q->sendq.lock); in ofld_xmit()
1617 spin_lock(&q->sendq.lock); in restart_ofldq()
1620 spin_unlock(&q->sendq.lock); in restart_ofldq()
2673 skb_queue_head_init(&txq->sendq); in t4_sge_alloc_ctrl_txq()
2727 skb_queue_head_init(&txq->sendq); in t4_sge_alloc_ofld_txq()
2831 __skb_queue_purge(&q->sendq); in t4_free_sge_resources()
2844 __skb_queue_purge(&cq->sendq); in t4_free_sge_resources()