Home
last modified time | relevance | path

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

/Linux-v4.19/net/smc/
Dsmc_close.c100 struct smc_cdc_conn_state_flags *txflags = in smc_close_active_abort() local
130 if (!txflags->peer_conn_closed) { in smc_close_active_abort()
163 struct smc_cdc_conn_state_flags *txflags = in smc_close_active() local
212 if (txflags->peer_done_writing && in smc_close_active()
246 if (txflags->peer_done_writing && in smc_close_active()
275 struct smc_cdc_conn_state_flags *txflags = in smc_close_passive_abort_received() local
291 if (txflags->peer_done_writing && in smc_close_passive_abort_received()
/Linux-v4.19/net/mac80211/
Dstatus.c298 u16 txflags; in ieee80211_add_tx_radiotap_header() local
329 txflags = 0; in ieee80211_add_tx_radiotap_header()
332 txflags |= IEEE80211_RADIOTAP_F_TX_FAIL; in ieee80211_add_tx_radiotap_header()
335 txflags |= IEEE80211_RADIOTAP_F_TX_CTS; in ieee80211_add_tx_radiotap_header()
337 txflags |= IEEE80211_RADIOTAP_F_TX_RTS; in ieee80211_add_tx_radiotap_header()
339 put_unaligned_le16(txflags, pos); in ieee80211_add_tx_radiotap_header()
Dtx.c1994 u16 txflags; in ieee80211_parse_tx_radiotap() local
2048 txflags = get_unaligned_le16(iterator.this_arg); in ieee80211_parse_tx_radiotap()
2049 if (txflags & IEEE80211_RADIOTAP_F_TX_NOACK) in ieee80211_parse_tx_radiotap()
/Linux-v4.19/drivers/md/
Draid5.c1945 unsigned long txflags; in ops_run_reconstruct6() local
1968 txflags = ASYNC_TX_ACK | ASYNC_TX_PQ_XOR_DST; in ops_run_reconstruct6()
1971 txflags = ASYNC_TX_ACK; in ops_run_reconstruct6()
1981 init_async_submit(&submit, txflags, tx, ops_complete_reconstruct, in ops_run_reconstruct6()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c5413 static int fiber_autoneg(struct tg3 *tp, u32 *txflags, u32 *rxflags) in fiber_autoneg() argument
5447 *txflags = aninfo.txconfig; in fiber_autoneg()
5661 u32 txflags, rxflags; in tg3_setup_fiber_by_hand() local
5664 if (fiber_autoneg(tp, &txflags, &rxflags)) { in tg3_setup_fiber_by_hand()
5667 if (txflags & ANEG_CFG_PS1) in tg3_setup_fiber_by_hand()
5669 if (txflags & ANEG_CFG_PS2) in tg3_setup_fiber_by_hand()