Home
last modified time | relevance | path

Searched refs:txflags (Results 1 – 3 of 3) sorted by relevance

/net/smc/
A Dsmc_close.c195 struct smc_cdc_conn_state_flags *txflags = in smc_close_active() local
255 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() local
330 if (txflags->peer_done_writing && in smc_close_passive_abort_received()
/net/mac80211/
A Dstatus.c268 u16 txflags; in ieee80211_add_tx_radiotap_header() local
316 txflags = 0; in ieee80211_add_tx_radiotap_header()
319 txflags |= IEEE80211_RADIOTAP_F_TX_FAIL; in ieee80211_add_tx_radiotap_header()
322 txflags |= IEEE80211_RADIOTAP_F_TX_CTS; in ieee80211_add_tx_radiotap_header()
324 txflags |= IEEE80211_RADIOTAP_F_TX_RTS; in ieee80211_add_tx_radiotap_header()
326 put_unaligned_le16(txflags, pos); in ieee80211_add_tx_radiotap_header()
A Dtx.c2088 u16 txflags; in ieee80211_parse_tx_radiotap() local
2145 txflags = get_unaligned_le16(iterator.this_arg); in ieee80211_parse_tx_radiotap()
2146 if (txflags & IEEE80211_RADIOTAP_F_TX_NOACK) in ieee80211_parse_tx_radiotap()
2148 if (txflags & IEEE80211_RADIOTAP_F_TX_NOSEQNO) in ieee80211_parse_tx_radiotap()
2150 if (txflags & IEEE80211_RADIOTAP_F_TX_ORDER) in ieee80211_parse_tx_radiotap()

Completed in 15 milliseconds