Lines Matching full:txp
28 struct mt76_connac_fw_txp *txp = txp_ptr;
29 u8 *rept_wds_wcid = (u8 *)&txp->rept_wds_wcid;
34 txp->buf[i] = cpu_to_le32(tx_info->buf[i + 1].addr);
35 txp->len[i] = cpu_to_le16(tx_info->buf[i + 1].len);
37 txp->nbuf = nbuf;
40 tx_info->buf[0].len = MT_TXD_SIZE + sizeof(*txp);
45 txp->flags = cpu_to_le16(MT_CT_INFO_APPLY_TXD);
48 txp->flags |= cpu_to_le16(MT_CT_INFO_NONE_CIPHER_FRAME);
51 txp->flags |= cpu_to_le16(MT_CT_INFO_MGMT_FRAME);
56 txp->bss_idx = mvif->idx;
59 txp->token = cpu_to_le16(id);
75 void *txp;
105 txp = txwi + MT_TXD_SIZE;
106 memset(txp, 0, sizeof(struct mt76_connac_txp_common));
108 mt7615_write_fw_txp(dev, tx_info, txp, id);
110 mt76_connac_write_hw_txp(mdev, tx_info, txp, id);