Lines Matching refs:sendq
1175 spin_lock(&q->sendq.lock); in ctrl_xmit()
1179 __skb_queue_tail(&q->sendq, skb); in ctrl_xmit()
1180 spin_unlock(&q->sendq.lock); in ctrl_xmit()
1192 spin_unlock(&q->sendq.lock); in ctrl_xmit()
1210 spin_lock(&q->sendq.lock); in restart_ctrlq()
1214 while ((skb = __skb_dequeue(&q->sendq)) != NULL) { in restart_ctrlq()
1222 spin_unlock(&q->sendq.lock); in restart_ctrlq()
1235 spin_lock(&q->sendq.lock); in restart_ctrlq()
1243 spin_lock(&q->sendq.lock); in restart_ctrlq()
1248 spin_unlock(&q->sendq.lock); in restart_ctrlq()
1351 while ((skb = skb_peek(&q->sendq)) != NULL && !q->full) { in service_ofldq()
1356 spin_unlock(&q->sendq.lock); in service_ofldq()
1373 spin_lock(&q->sendq.lock); in service_ofldq()
1399 spin_lock(&q->sendq.lock); in service_ofldq()
1400 __skb_unlink(skb, &q->sendq); in service_ofldq()
1418 spin_lock(&q->sendq.lock); in ofld_xmit()
1419 __skb_queue_tail(&q->sendq, skb); in ofld_xmit()
1420 if (q->sendq.qlen == 1) in ofld_xmit()
1422 spin_unlock(&q->sendq.lock); in ofld_xmit()
1436 spin_lock(&q->sendq.lock); in restart_ofldq()
1439 spin_unlock(&q->sendq.lock); in restart_ofldq()
2310 skb_queue_head_init(&txq->sendq); in t4_sge_alloc_ctrl_txq()
2364 skb_queue_head_init(&txq->sendq); in t4_sge_alloc_ofld_txq()
2456 __skb_queue_purge(&q->sendq); in t4_free_sge_resources()
2469 __skb_queue_purge(&cq->sendq); in t4_free_sge_resources()