Lines Matching refs:txwi
136 struct mt76_txwi *txwi;
143 txwi = skb_push(skb, sizeof(struct mt76_txwi));
144 memset(txwi, 0, sizeof(*txwi));
156 txwi->rate_ctl = cpu_to_le16(rate_ctl);
159 txwi->ack_ctl |= MT_TXWI_ACK_CTL_REQ;
161 txwi->ack_ctl |= MT_TXWI_ACK_CTL_NSEQ;
170 txwi->ack_ctl |= FIELD_PREP(MT_TXWI_ACK_CTL_BA_WINDOW, ba_size);
172 txwi->flags =
177 txwi->flags = 0;
180 txwi->wcid = wcid->idx;
185 txwi->len_ctl = cpu_to_le16(pkt_len);
187 return txwi;
199 struct mt76_txwi *txwi;
220 txwi = mt7601u_push_txwi(dev, skb, sta, wcid, pkt_len);
225 trace_mt_tx(dev, skb, msta, txwi);