Lines Matching defs:txq
944 /* Allocate the "open" entry from the high priority txq. This makes
1209 fs_dprintk (FS_DEBUG_QUEUE, "in send: txq %d txrq %d\n",
1392 static int init_q(struct fs_dev *dev, struct queue *txq, int queue,
1419 txq->sa = p;
1420 txq->ea = p;
1421 txq->offset = queue;
1522 static void free_queue(struct fs_dev *dev, struct queue *txq)
1526 write_fs (dev, Q_SA(txq->offset), 0);
1527 write_fs (dev, Q_EA(txq->offset), 0);
1528 write_fs (dev, Q_RP(txq->offset), 0);
1529 write_fs (dev, Q_WP(txq->offset), 0);
1532 fs_dprintk (FS_DEBUG_ALLOC, "Free queue: %p\n", txq->sa);
1533 kfree (txq->sa);
1584 fs_dprintk (FS_DEBUG_QUEUE, "in intr: txq %d txrq %d\n",