Lines Matching full:txp
836 struct mt7921_hw_txp *txp = txp_ptr; in mt7921_write_hw_txp() local
837 struct mt7921_txp_ptr *ptr = &txp->ptr[0]; in mt7921_write_hw_txp()
840 tx_info->buf[0].len = MT_TXD_SIZE + sizeof(*txp); in mt7921_write_hw_txp()
843 txp->msdu_id[0] = cpu_to_le16(id | MT_MSDU_ID_VALID); in mt7921_write_hw_txp()
873 struct mt7921_txp_common *txp; in mt7921_tx_prepare_skb() local
895 txp = (struct mt7921_txp_common *)(txwi + MT_TXD_SIZE); in mt7921_tx_prepare_skb()
896 memset(txp, 0, sizeof(struct mt7921_txp_common)); in mt7921_tx_prepare_skb()
897 mt7921_write_hw_txp(dev, tx_info, txp, id); in mt7921_tx_prepare_skb()
968 struct mt7921_txp_common *txp; in mt7921_txp_skb_unmap() local
971 txp = mt7921_txwi_to_txp(dev, t); in mt7921_txp_skb_unmap()
973 for (i = 0; i < ARRAY_SIZE(txp->hw.ptr); i++) { in mt7921_txp_skb_unmap()
974 struct mt7921_txp_ptr *ptr = &txp->hw.ptr[i]; in mt7921_txp_skb_unmap()
1106 struct mt7921_txp_common *txp; in mt7921_tx_complete_skb() local
1109 txp = mt7921_txwi_to_txp(mdev, e->txwi); in mt7921_tx_complete_skb()
1110 token = le16_to_cpu(txp->hw.msdu_id[0]) & ~MT_MSDU_ID_VALID; in mt7921_tx_complete_skb()