Searched refs:hdr_trans (Results 1 – 7 of 7) sorted by relevance
226 bool hdr_trans, unicast, insert_ccmp_hdr = false; in mt7921_mac_fill_rx() local256 hdr_trans = rxd2 & MT_RXD2_NORMAL_HDR_TRANS; in mt7921_mac_fill_rx()257 if (hdr_trans && (rxd1 & MT_RXD1_NORMAL_CM)) in mt7921_mac_fill_rx()434 if (hdr_trans && ieee80211_has_morefrags(fc)) { in mt7921_mac_fill_rx()447 hdr_trans = false; in mt7921_mac_fill_rx()450 if (!hdr_trans && status->amsdu) { in mt7921_mac_fill_rx()457 if (!hdr_trans) { in mt7921_mac_fill_rx()
349 bool unicast, hdr_trans, remove_pad, insert_ccmp_hdr = false; in mt7615_mac_fill_rx() local376 hdr_trans = rxd1 & MT_RXD1_NORMAL_HDR_TRANS; in mt7615_mac_fill_rx()377 if (hdr_trans && (rxd2 & MT_RXD2_NORMAL_CM)) in mt7615_mac_fill_rx()600 if (hdr_trans && ieee80211_has_morefrags(fc)) { in mt7615_mac_fill_rx()603 hdr_trans = false; in mt7615_mac_fill_rx()608 if (!hdr_trans && status->amsdu) { in mt7615_mac_fill_rx()610 } else if (hdr_trans && (rxd2 & MT_RXD2_NORMAL_HDR_TRANS_ERROR)) { in mt7615_mac_fill_rx()632 if (insert_ccmp_hdr && !hdr_trans) { in mt7615_mac_fill_rx()638 if (!hdr_trans) { in mt7615_mac_fill_rx()
237 bool hdr_trans; in mt7915_mac_fill_rx() local260 hdr_trans = rxd2 & MT_RXD2_NORMAL_HDR_TRANS; in mt7915_mac_fill_rx()261 if (hdr_trans && (rxd1 & MT_RXD1_NORMAL_CM)) in mt7915_mac_fill_rx()426 if (hdr_trans && ieee80211_has_morefrags(fc)) { in mt7915_mac_fill_rx()439 hdr_trans = false; in mt7915_mac_fill_rx()444 if (!hdr_trans && status->amsdu) { in mt7915_mac_fill_rx()446 } else if (hdr_trans && (rxd2 & MT_RXD2_NORMAL_HDR_TRANS_ERROR)) { in mt7915_mac_fill_rx()468 if (!hdr_trans) { in mt7915_mac_fill_rx()
484 bool hdr_trans);
2334 bool enable, bool hdr_trans) in mt7915_mcu_set_mac() argument2346 .enable = hdr_trans, in mt7915_mcu_set_mac()2363 if (hdr_trans) in mt7915_mcu_set_mac()
1749 bool hdr_trans);
171 bool hdr_trans) in mt76_connac_mcu_set_mac_enable() argument