Home | History | Annotate | Download | only in pci

Lines Matching defs:txq_interq

374 	pcq_t *txq_interq;
7728 /* Drain txq_interq */
7729 while ((m = pcq_get(txq->txq_interq)) != NULL)
8145 txq->txq_interq = pcq_create(WM_TXINTERQSIZE, KM_SLEEP);
8146 if (txq->txq_interq == NULL) {
8242 pcq_destroy(txq->txq_interq);
8312 /* Drain txq_interq */
8313 while ((m = pcq_get(txq->txq_interq)) != NULL)
8315 pcq_destroy(txq->txq_interq);
8906 if (__predict_false(!pcq_put(txq->txq_interq, m))) {
8958 m0 = pcq_get(txq->txq_interq);
8998 m0 = pcq_get(txq->txq_interq);
9513 if (__predict_false(!pcq_put(txq->txq_interq, m))) {
9530 * In the case of (1), the last packet enqueued to txq->txq_interq is
9532 * In the case of (2), the last packet enqueued to txq->txq_interq is
9573 m0 = pcq_get(txq->txq_interq);
9612 m0 = pcq_get(txq->txq_interq);