Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/smc/
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()
/kernel/linux/linux-5.10/net/mac80211/
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()
Dtx.c2063 u16 txflags; in ieee80211_parse_tx_radiotap() local
2120 txflags = get_unaligned_le16(iterator.this_arg); in ieee80211_parse_tx_radiotap()
2121 if (txflags & IEEE80211_RADIOTAP_F_TX_NOACK) in ieee80211_parse_tx_radiotap()
2123 if (txflags & IEEE80211_RADIOTAP_F_TX_NOSEQNO) in ieee80211_parse_tx_radiotap()
/kernel/linux/linux-5.10/drivers/md/
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
Dtg3.c5407 static int fiber_autoneg(struct tg3 *tp, u32 *txflags, u32 *rxflags) in fiber_autoneg() argument
5441 *txflags = aninfo.txconfig; in fiber_autoneg()
5655 u32 txflags, rxflags; in tg3_setup_fiber_by_hand() local
5658 if (fiber_autoneg(tp, &txflags, &rxflags)) { in tg3_setup_fiber_by_hand()
5661 if (txflags & ANEG_CFG_PS1) in tg3_setup_fiber_by_hand()
5663 if (txflags & ANEG_CFG_PS2) in tg3_setup_fiber_by_hand()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch41564 + unsigned long rxflags, txflags;
41612 + spin_lock_irqsave(&ld->txlock, txflags);
41633 + spin_unlock_irqrestore(&ld->txlock, txflags);
41700 + unsigned long rxflags, txflags;
41707 + spin_lock_irqsave(&ld->txlock, txflags);
41730 + spin_unlock_irqrestore(&ld->txlock, txflags);
41806 + unsigned long txflags;
41808 + spin_lock_irqsave(&priv->txlock, txflags);
41817 + spin_unlock_irqrestore(&priv->txlock, txflags);
42688 + unsigned long txflags;
[all …]
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch334536 + unsigned long rxflags, txflags;
334584 + spin_lock_irqsave(&ld->txlock, txflags);
334605 + spin_unlock_irqrestore(&ld->txlock, txflags);
334672 + unsigned long rxflags, txflags;
334679 + spin_lock_irqsave(&ld->txlock, txflags);
334702 + spin_unlock_irqrestore(&ld->txlock, txflags);
334778 + unsigned long txflags;
334780 + spin_lock_irqsave(&priv->txlock, txflags);
334789 + spin_unlock_irqrestore(&priv->txlock, txflags);
335660 + unsigned long txflags;
[all …]