Home
last modified time | relevance | path

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

/linux/net/smc/
H 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()
/linux/net/mac80211/
H 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()
H A Dtx.c2095 u16 txflags; in ieee80211_parse_tx_radiotap() local
2152 txflags = get_unaligned_le16(iterator.this_arg); in ieee80211_parse_tx_radiotap()
2153 if (txflags & IEEE80211_RADIOTAP_F_TX_NOACK) in ieee80211_parse_tx_radiotap()
2155 if (txflags & IEEE80211_RADIOTAP_F_TX_NOSEQNO) in ieee80211_parse_tx_radiotap()
2157 if (txflags & IEEE80211_RADIOTAP_F_TX_ORDER) in ieee80211_parse_tx_radiotap()
/linux/drivers/md/
H A Draid5.c2146 unsigned long txflags; in ops_run_reconstruct6() local
2170 txflags = ASYNC_TX_ACK | ASYNC_TX_PQ_XOR_DST; in ops_run_reconstruct6()
2173 txflags = ASYNC_TX_ACK; in ops_run_reconstruct6()
2183 init_async_submit(&submit, txflags, tx, ops_complete_reconstruct, in ops_run_reconstruct6()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c5392 static int fiber_autoneg(struct tg3 *tp, u32 *txflags, u32 *rxflags) in fiber_autoneg() argument
5426 *txflags = aninfo.txconfig; in fiber_autoneg()
5639 u32 txflags, rxflags; in tg3_setup_fiber_by_hand() local
5642 if (fiber_autoneg(tp, &txflags, &rxflags)) { in tg3_setup_fiber_by_hand()
5645 if (txflags & ANEG_CFG_PS1) in tg3_setup_fiber_by_hand()
5647 if (txflags & ANEG_CFG_PS2) in tg3_setup_fiber_by_hand()