Searched refs:need_update (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_xdp.c13 bool need_update; local
34 need_update = netif_running(priv->dev) && stmmac_xdp_is_enabled(priv);
36 if (need_update) {
45 if (need_update) {
62 bool need_update; local
72 need_update = netif_running(priv->dev) && stmmac_xdp_is_enabled(priv);
74 if (need_update) {
85 if (need_update) {
107 bool need_update; local
123 need_update
[all...]
/linux-master/drivers/nfc/s3fwrn5/
H A Dcore.c40 bool need_update; local
52 need_update = s3fwrn5_fw_check_version(&info->fw_info,
54 if (!need_update)
/linux-master/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c63 bool need_update = true; local
75 need_update = false;
78 if (need_update == false)
/linux-master/sound/pci/ctxfi/
H A Dcttimer.c41 unsigned int need_update:1; member in struct:ct_timer_instance
206 ti->need_update = 1;
215 if (ti->need_update && !can_update)
236 if (ti->running && ti->need_update) {
237 ti->need_update = 0;
267 ti->need_update = 0;
298 ti->need_update = 0;
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c448 bool need_update, running = netif_running(ndev); local
466 need_update = !!aq_nic->xdp_prog != !!prog;
467 if (running && need_update)
479 if (running && need_update)
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c43 bool need_update; local
63 need_update = !!old_bpf_prog != !!new_bpf_prog;
65 if (running && need_update)
72 if (!running || !need_update)
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c543 bool need_update = false; local
563 need_update = true;
565 return need_update;
580 bool need_update = false; local
593 return need_update;
605 need_update = true;
616 need_update = true;
619 return need_update;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum1_kvdl.c214 bool need_update = true; local
222 need_update = false;
234 if (need_update)
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-snps-femto-v2.c101 bool need_update; member in struct:phy_override_seq
437 if (hsphy->update_seq_cfg[i].need_update)
532 seq_entry->need_update = true;
/linux-master/include/linux/
H A Dthermal.h156 * @need_update: if equals 1, thermal_zone_device_update needs to be invoked.
191 atomic_t need_update; member in struct:thermal_zone_device
/linux-master/drivers/thermal/
H A Dthermal_core.c737 atomic_set(&tz->need_update, 1);
959 if (atomic_cmpxchg(&pos->need_update, 1, 0))
1354 atomic_set(&tz->need_update, 1);
1398 if (atomic_cmpxchg(&tz->need_update, 1, 0))
/linux-master/fs/bcachefs/
H A Dalloc_background.c1231 bool need_update = false; local
1243 need_update = true;
1247 if (need_update) {
1344 bool need_update = false, dev_exists; local
1378 need_update = true;
1386 need_update = true;
1389 if (need_update) {
/linux-master/mm/
H A Dvmstat.c1964 static bool need_update(int cpu) function
2002 if (!need_update(smp_processor_id()))
2047 if (!delayed_work_pending(dw) && need_update(cpu))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c975 bool need_update; local
977 need_update = mlx5e_ipsec_update_esn_state(sa_entry);
978 if (!need_update)
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c2563 if (q->need_update == 0)
2588 q->need_update = 0;
2626 rxq->need_update = 0;
2715 if (txq->need_update == 0)
2742 txq->need_update = 0;
3050 txq->need_update = 0;
3095 txq->need_update = 0;
3212 txq->need_update = 1;
H A D3945-mac.c599 txq->need_update = 1;
602 txq->need_update = 0;
621 txq->need_update = 1;
959 rxq->need_update = 1;
H A Dcommon.h141 * @need_update: indicates need to update read/write idx
157 u8 need_update; member in struct:il_tx_queue
586 * @need_update: flag to indicate we need to update read/write idx
603 int need_update; member in struct:il_rx_queue
/linux-master/net/batman-adv/
H A Dbat_iv_ogm.c1217 bool need_update = false; local
1272 need_update |= batadv_bit_get_packet(bat_priv, bitmap,
1282 if (need_update) {
/linux-master/drivers/misc/cxl/
H A Dnative.c631 bool need_update = (ctx->status == STARTED); local
634 if (need_update) {
654 if (need_update)
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c187 rxq->need_update = true;
211 if (!rxq->need_update)
215 rxq->need_update = false;
H A Dtx.c101 txq->need_update = true;
127 if (txq->need_update) {
129 txq->need_update = false;
H A Dinternal.h134 * @need_update: flag to indicate we need to update read/write index
160 bool need_update, next_rb_is_fragment; member in struct:iwl_rxq
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h939 * @need_update: indicates need to update read/write index
982 bool need_update; member in struct:iwl_txq
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c4603 bool need_update, running = netif_running(dev); local
4619 need_update = !!pp->xdp_prog != !!prog;
4620 if (running && need_update)
4627 if (running && need_update)
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3499 bool need_update; local
3511 need_update = !!eth->prog != !!prog;
3512 if (netif_running(dev) && need_update)
3519 if (netif_running(dev) && need_update)

Completed in 418 milliseconds

12