Searched refs:txflags (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/mac80211/ |
D | status.c | 282 u16 txflags; in ieee80211_add_tx_radiotap_header() local 313 txflags = 0; in ieee80211_add_tx_radiotap_header() 316 txflags |= IEEE80211_RADIOTAP_F_TX_FAIL; in ieee80211_add_tx_radiotap_header() 319 txflags |= IEEE80211_RADIOTAP_F_TX_CTS; in ieee80211_add_tx_radiotap_header() 321 txflags |= IEEE80211_RADIOTAP_F_TX_RTS; in ieee80211_add_tx_radiotap_header() 323 put_unaligned_le16(txflags, pos); in ieee80211_add_tx_radiotap_header()
|
D | tx.c | 1676 u16 txflags; in ieee80211_parse_tx_radiotap() local 1722 txflags = get_unaligned_le16(iterator.this_arg); in ieee80211_parse_tx_radiotap() 1723 if (txflags & IEEE80211_RADIOTAP_F_TX_NOACK) in ieee80211_parse_tx_radiotap()
|
/linux-4.4.14/drivers/md/ |
D | raid5.c | 1796 unsigned long txflags; in ops_run_reconstruct6() local 1819 txflags = ASYNC_TX_ACK | ASYNC_TX_PQ_XOR_DST; in ops_run_reconstruct6() 1822 txflags = ASYNC_TX_ACK; in ops_run_reconstruct6() 1832 init_async_submit(&submit, txflags, tx, ops_complete_reconstruct, in ops_run_reconstruct6()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.c | 5397 static int fiber_autoneg(struct tg3 *tp, u32 *txflags, u32 *rxflags) in fiber_autoneg() argument 5431 *txflags = aninfo.txconfig; in fiber_autoneg() 5645 u32 txflags, rxflags; in tg3_setup_fiber_by_hand() local 5648 if (fiber_autoneg(tp, &txflags, &rxflags)) { in tg3_setup_fiber_by_hand() 5651 if (txflags & ANEG_CFG_PS1) in tg3_setup_fiber_by_hand() 5653 if (txflags & ANEG_CFG_PS2) in tg3_setup_fiber_by_hand()
|