Lines Matching refs:t
943 struct mt76_txwi_cache *t; in mt7996_tx_prepare_skb() local
963 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7996_tx_prepare_skb()
964 t->skb = tx_info->skb; in mt7996_tx_prepare_skb()
966 id = mt76_token_consume(mdev, &t); in mt7996_tx_prepare_skb()
1035 mt7996_txwi_free(struct mt7996_dev *dev, struct mt76_txwi_cache *t, in mt7996_txwi_free() argument
1043 mt76_connac_txp_skb_unmap(mdev, t); in mt7996_txwi_free()
1044 if (!t->skb) in mt7996_txwi_free()
1047 txwi = (__le32 *)mt76_get_txwi_ptr(mdev, t); in mt7996_txwi_free()
1052 if (likely(t->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt7996_txwi_free()
1058 __mt76_tx_complete_skb(mdev, wcid_idx, t->skb, free_list); in mt7996_txwi_free()
1061 t->skb = NULL; in mt7996_txwi_free()
1062 mt76_put_txwi(mdev, t); in mt7996_txwi_free()