Searched refs:txflags (Results 1 – 3 of 3) sorted by relevance
195 struct smc_cdc_conn_state_flags *txflags = in smc_close_active() local255 if (txflags->peer_done_writing && in smc_close_active()285 if (txflags->peer_done_writing && in smc_close_active()314 struct smc_cdc_conn_state_flags *txflags = in smc_close_passive_abort_received() local330 if (txflags->peer_done_writing && in smc_close_passive_abort_received()
303 u16 txflags; in ieee80211_add_tx_radiotap_header() local351 txflags = 0; in ieee80211_add_tx_radiotap_header()354 txflags |= IEEE80211_RADIOTAP_F_TX_FAIL; in ieee80211_add_tx_radiotap_header()357 txflags |= IEEE80211_RADIOTAP_F_TX_CTS; in ieee80211_add_tx_radiotap_header()359 txflags |= IEEE80211_RADIOTAP_F_TX_RTS; in ieee80211_add_tx_radiotap_header()361 put_unaligned_le16(txflags, pos); in ieee80211_add_tx_radiotap_header()
2102 u16 txflags; in ieee80211_parse_tx_radiotap() local2159 txflags = get_unaligned_le16(iterator.this_arg); in ieee80211_parse_tx_radiotap()2160 if (txflags & IEEE80211_RADIOTAP_F_TX_NOACK) in ieee80211_parse_tx_radiotap()2162 if (txflags & IEEE80211_RADIOTAP_F_TX_NOSEQNO) in ieee80211_parse_tx_radiotap()2164 if (txflags & IEEE80211_RADIOTAP_F_TX_ORDER) in ieee80211_parse_tx_radiotap()