Home
last modified time | relevance | path

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

/linux/net/smc/
A Dsmc_close.c191 struct smc_cdc_conn_state_flags *txflags = in smc_close_active() local
248 if (txflags->peer_done_writing && in smc_close_active()
278 if (txflags->peer_done_writing && in smc_close_active()
307 struct smc_cdc_conn_state_flags *txflags = in smc_close_passive_abort_received() local
323 if (txflags->peer_done_writing && in smc_close_passive_abort_received()
/linux/net/mac80211/
A Dstatus.c301 u16 txflags; in ieee80211_add_tx_radiotap_header() local
341 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()
A Dtx.c2073 u16 txflags; in ieee80211_parse_tx_radiotap() local
2130 txflags = get_unaligned_le16(iterator.this_arg); in ieee80211_parse_tx_radiotap()
2131 if (txflags & IEEE80211_RADIOTAP_F_TX_NOACK) in ieee80211_parse_tx_radiotap()
2133 if (txflags & IEEE80211_RADIOTAP_F_TX_NOSEQNO) in ieee80211_parse_tx_radiotap()
2135 if (txflags & IEEE80211_RADIOTAP_F_TX_ORDER) in ieee80211_parse_tx_radiotap()
/linux/drivers/md/
A Draid5.c2083 unsigned long txflags; in ops_run_reconstruct6() local
2107 txflags = ASYNC_TX_ACK | ASYNC_TX_PQ_XOR_DST; in ops_run_reconstruct6()
2110 txflags = ASYNC_TX_ACK; in ops_run_reconstruct6()
2120 init_async_submit(&submit, txflags, tx, ops_complete_reconstruct, in ops_run_reconstruct6()
/linux/drivers/net/ethernet/broadcom/
A Dtg3.c5402 static int fiber_autoneg(struct tg3 *tp, u32 *txflags, u32 *rxflags) in fiber_autoneg() argument
5436 *txflags = aninfo.txconfig; in fiber_autoneg()
5649 u32 txflags, rxflags; in tg3_setup_fiber_by_hand() local
5652 if (fiber_autoneg(tp, &txflags, &rxflags)) { in tg3_setup_fiber_by_hand()
5655 if (txflags & ANEG_CFG_PS1) in tg3_setup_fiber_by_hand()
5657 if (txflags & ANEG_CFG_PS2) in tg3_setup_fiber_by_hand()

Completed in 44 milliseconds