Lines Matching refs:t
611 struct mt76_txwi_cache *t; in mt7915_mmio_wed_release_rx_buf() local
613 t = mt76_rx_token_release(&dev->mt76, i); in mt7915_mmio_wed_release_rx_buf()
614 if (!t || !t->ptr) in mt7915_mmio_wed_release_rx_buf()
617 mt76_put_page_pool_buf(t->ptr, false); in mt7915_mmio_wed_release_rx_buf()
618 t->ptr = NULL; in mt7915_mmio_wed_release_rx_buf()
620 mt76_put_rxwi(&dev->mt76, t); in mt7915_mmio_wed_release_rx_buf()
629 struct mt76_txwi_cache *t = NULL; in mt7915_mmio_wed_init_rx_buf() local
645 t = mt76_get_rxwi(&dev->mt76); in mt7915_mmio_wed_init_rx_buf()
646 if (!t) in mt7915_mmio_wed_init_rx_buf()
658 token = mt76_rx_token_consume(&dev->mt76, buf, t, addr); in mt7915_mmio_wed_init_rx_buf()
672 if (t) in mt7915_mmio_wed_init_rx_buf()
673 mt76_put_rxwi(&dev->mt76, t); in mt7915_mmio_wed_init_rx_buf()
927 static void mt7915_irq_tasklet(struct tasklet_struct *t) in mt7915_irq_tasklet() argument
929 struct mt7915_dev *dev = from_tasklet(dev, t, mt76.irq_tasklet); in mt7915_irq_tasklet()