Searched refs:txflags (Results 1 – 3 of 3) sorted by relevance
192 struct smc_cdc_conn_state_flags *txflags = in smc_close_active() local249 if (txflags->peer_done_writing && in smc_close_active()279 if (txflags->peer_done_writing && in smc_close_active()308 struct smc_cdc_conn_state_flags *txflags = in smc_close_passive_abort_received() local324 if (txflags->peer_done_writing && in smc_close_passive_abort_received()
301 u16 txflags; in ieee80211_add_tx_radiotap_header() local341 txflags = 0; in ieee80211_add_tx_radiotap_header()344 txflags |= IEEE80211_RADIOTAP_F_TX_FAIL; in ieee80211_add_tx_radiotap_header()347 txflags |= IEEE80211_RADIOTAP_F_TX_CTS; in ieee80211_add_tx_radiotap_header()349 txflags |= IEEE80211_RADIOTAP_F_TX_RTS; in ieee80211_add_tx_radiotap_header()351 put_unaligned_le16(txflags, pos); in ieee80211_add_tx_radiotap_header()
2064 u16 txflags; in ieee80211_parse_tx_radiotap() local2121 txflags = get_unaligned_le16(iterator.this_arg); in ieee80211_parse_tx_radiotap()2122 if (txflags & IEEE80211_RADIOTAP_F_TX_NOACK) in ieee80211_parse_tx_radiotap()2124 if (txflags & IEEE80211_RADIOTAP_F_TX_NOSEQNO) in ieee80211_parse_tx_radiotap()