Lines Matching refs:sendq
1384 spin_lock(&q->sendq.lock); in ctrl_xmit()
1388 __skb_queue_tail(&q->sendq, skb); in ctrl_xmit()
1389 spin_unlock(&q->sendq.lock); in ctrl_xmit()
1401 spin_unlock(&q->sendq.lock); in ctrl_xmit()
1419 spin_lock(&q->sendq.lock); in restart_ctrlq()
1423 while ((skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq()
1433 spin_unlock(&q->sendq.lock); in restart_ctrlq()
1443 spin_lock(&q->sendq.lock); in restart_ctrlq()
1451 spin_lock(&q->sendq.lock); in restart_ctrlq()
1456 spin_unlock(&q->sendq.lock); in restart_ctrlq()
1559 while ((skb = skb_peek(&q->sendq)) != NULL && !q->full) { in service_ofldq()
1564 spin_unlock(&q->sendq.lock); in service_ofldq()
1581 spin_lock(&q->sendq.lock); in service_ofldq()
1607 spin_lock(&q->sendq.lock); in service_ofldq()
1608 __skb_unlink(skb, &q->sendq); in service_ofldq()
1626 spin_lock(&q->sendq.lock); in ofld_xmit()
1627 __skb_queue_tail(&q->sendq, skb); in ofld_xmit()
1628 if (q->sendq.qlen == 1) in ofld_xmit()
1630 spin_unlock(&q->sendq.lock); in ofld_xmit()
1644 spin_lock(&q->sendq.lock); in restart_ofldq()
1647 spin_unlock(&q->sendq.lock); in restart_ofldq()
2742 skb_queue_head_init(&txq->sendq); in t4_sge_alloc_ctrl_txq()
2797 skb_queue_head_init(&txq->sendq); in t4_sge_alloc_ofld_txq()
2901 __skb_queue_purge(&q->sendq); in t4_free_sge_resources()
2914 __skb_queue_purge(&cq->sendq); in t4_free_sge_resources()