Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_CTL_REQ_TX_STATUS (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dpci_mac.c38 info->flags |= IEEE80211_TX_CTL_REQ_TX_STATUS; in mt7921e_tx_prepare_skb()
H A Dmac.c803 info->flags |= IEEE80211_TX_CTL_REQ_TX_STATUS; in mt7921_usb_sdio_tx_prepare_skb()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtx.c137 if (!(info->flags & (IEEE80211_TX_CTL_REQ_TX_STATUS | in mt76_tx_status_skb_add()
396 IEEE80211_TX_CTL_REQ_TX_STATUS; in mt76_queue_ps_skb()
/freebsd/sys/contrib/dev/rtw88/
H A Dtx.c442 if (info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS) in rtw_tx_pkt_info_update()
H A Dusb.c279 if (info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS) { in rtw_usb_write_port()
H A Dsdio.c1195 if (info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS) { in rtw_sdio_process_tx_queue()
H A Dpci.c1053 if (info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS) { in rtw_pci_tx_isr()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h397 IEEE80211_TX_CTL_REQ_TX_STATUS = BIT(5), enumerator
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c958 info->flags |= IEEE80211_TX_CTL_REQ_TX_STATUS; in mt7996_tx_prepare_skb()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c777 info->flags |= IEEE80211_TX_CTL_REQ_TX_STATUS; in mt7915_tx_prepare_skb()
/freebsd/sys/contrib/dev/rtw89/
H A Dpci.c479 if (info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS) in rtw89_pci_release_rpp()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c3852 info->flags |= IEEE80211_TX_CTL_REQ_TX_STATUS; in lkpi_80211_txq_tx_one()