Lines Matching refs:txp
25 struct mt76_connac_fw_txp *txp = txp_ptr; in mt7615_write_fw_txp() local
26 u8 *rept_wds_wcid = (u8 *)&txp->rept_wds_wcid; in mt7615_write_fw_txp()
31 txp->buf[i] = cpu_to_le32(tx_info->buf[i + 1].addr); in mt7615_write_fw_txp()
32 txp->len[i] = cpu_to_le16(tx_info->buf[i + 1].len); in mt7615_write_fw_txp()
34 txp->nbuf = nbuf; in mt7615_write_fw_txp()
37 tx_info->buf[0].len = MT_TXD_SIZE + sizeof(*txp); in mt7615_write_fw_txp()
42 txp->flags = cpu_to_le16(MT_CT_INFO_APPLY_TXD); in mt7615_write_fw_txp()
45 txp->flags |= cpu_to_le16(MT_CT_INFO_NONE_CIPHER_FRAME); in mt7615_write_fw_txp()
48 txp->flags |= cpu_to_le16(MT_CT_INFO_MGMT_FRAME); in mt7615_write_fw_txp()
53 txp->bss_idx = mvif->idx; in mt7615_write_fw_txp()
56 txp->token = cpu_to_le16(id); in mt7615_write_fw_txp()
72 void *txp; in mt7615_tx_prepare_skb() local
102 txp = txwi + MT_TXD_SIZE; in mt7615_tx_prepare_skb()
103 memset(txp, 0, sizeof(struct mt76_connac_txp_common)); in mt7615_tx_prepare_skb()
105 mt7615_write_fw_txp(dev, tx_info, txp, id); in mt7615_tx_prepare_skb()
107 mt76_connac_write_hw_txp(mdev, tx_info, txp, id); in mt7615_tx_prepare_skb()