Home
last modified time | relevance | path

Searched full:confirmed (Results 1 – 25 of 175) sorted by relevance

1234567

/linux-6.12.1/arch/m68k/include/asm/
Dmac_psc.h29 * registers and subsequently confirmed using MacsBug (ie by pinging the
80 #define PSC_SCSI_ADDR 0x1000 /* confirmed */
81 #define PSC_SCSI_LEN 0x1004 /* confirmed */
82 #define PSC_SCSI_CMD 0x1008 /* confirmed */
83 #define PSC_ENETRD_ADDR 0x1020 /* confirmed */
84 #define PSC_ENETRD_LEN 0x1024 /* confirmed */
85 #define PSC_ENETRD_CMD 0x1028 /* confirmed */
86 #define PSC_ENETWR_ADDR 0x1040 /* confirmed */
87 #define PSC_ENETWR_LEN 0x1044 /* confirmed */
88 #define PSC_ENETWR_CMD 0x1048 /* confirmed */
[all …]
/linux-6.12.1/include/trace/events/
Dneigh.h91 __field(unsigned long, confirmed)
131 __entry->confirmed = n->confirmed;
143 "confirmed %lu updated %lu used %lu new_lladdr %s "
150 __entry->confirmed, __entry->updated, __entry->used,
171 __field(unsigned long, confirmed)
209 __entry->confirmed = n->confirmed;
217 "confirmed %lu updated %lu used %lu err %d",
223 __entry->confirmed, __entry->updated, __entry->used,
/linux-6.12.1/Documentation/hwmon/
Dlm83.rst39 The LM83 is only found on a handful of motherboards. Both a confirmed
44 Confirmed motherboards:
57 The LM82 is confirmed to have been found on most AMD Geode reference
83 north and south bridges, but this couldn't be confirmed.
/linux-6.12.1/drivers/net/ethernet/qualcomm/
Dqca_7k.c110 u16 confirmed; in qcaspi_write_register() local
120 ret = qcaspi_read_register(qca, reg, &confirmed); in qcaspi_write_register()
124 ret = confirmed != value; in qcaspi_write_register()
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/
Dcore.c18 /* SAE support not confirmed so disabling for now */ in brcmf_bca_feat_attach()
/linux-6.12.1/net/smc/
Dsmc.h221 /* prod crsr - confirmed by peer
229 union smc_host_cursor tx_curs_fin; /* tx - confirmed by peer
248 union smc_host_cursor rx_curs_confirmed; /* confirmed to peer
Dsmc_cdc.c235 * Also update the confirmed receive buffer with what was sent to the peer.
270 /* increased by confirmed number of bytes */ in smcd_cdc_msg_send()
406 /* urg data confirmed by peer, indicate we're ready for more */ in smc_cdc_msg_recv_action()
/linux-6.12.1/Documentation/ABI/stable/
Dvdso35 As of this writing, this ABI documentation as been confirmed for x86_64.
/linux-6.12.1/include/net/netfilter/
Dnf_conntrack_extend.h74 * anymore unless conntrack has CONFIRMED bit set.
/linux-6.12.1/net/core/
Dneighbour.c307 if (!time_in_range(n->confirmed, mint, jiffies)) in neigh_add_timer()
308 n->confirmed = mint; in neigh_add_timer()
309 if (time_before(n->used, n->confirmed)) in neigh_add_timer()
310 n->used = n->confirmed; in neigh_add_timer()
680 n->confirmed = jiffies - (NEIGH_VAR(n->parms, BASE_REACHABLE_TIME) << 1); in ___neigh_create()
994 if (time_before(n->used, n->confirmed) && in neigh_periodic_work()
995 time_is_before_eq_jiffies(n->confirmed)) in neigh_periodic_work()
996 n->used = n->confirmed; in neigh_periodic_work()
1102 neigh->confirmed + neigh->parms->reachable_time)) { in neigh_timer_handler()
1104 next = neigh->confirmed + neigh->parms->reachable_time; in neigh_timer_handler()
[all …]
/linux-6.12.1/drivers/char/tpm/
Dtpm_tis_spi_cr50.c106 dev_info(dev, "TPM ready IRQ confirmed on attempt %u\n", in cr50_ensure_access_delay()
110 dev_warn(dev, "IRQ not confirmed - will use delays\n"); in cr50_ensure_access_delay()
/linux-6.12.1/include/net/
Dneighbour.h141 unsigned long confirmed; member
330 if (READ_ONCE(n->confirmed) != now) in neigh_confirm()
331 WRITE_ONCE(n->confirmed, now); in neigh_confirm()
/linux-6.12.1/include/uapi/linux/
Dsmc_diag.h81 struct smc_diag_cursor tx_fin; /* confirmed sent cursor */
/linux-6.12.1/net/netfilter/
Dnf_nat_ovs.c94 /* Add NAT extension if not confirmed yet. */ in nf_ct_nat()
Dnf_conntrack_extend.c97 /* Conntrack must not be confirmed to avoid races on reallocation. */ in nf_ct_ext_add()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dhdp_v7_0.c105 /* confirmed that IPH_MEM_POWER_CTRL_EN and RC_MEM_POWER_CTRL_EN have to in hdp_v7_0_update_clock_gating()
Dhdp_v5_2.c109 /* confirmed that ATOMIC/RC_MEM_POWER_CTRL_EN have to be set for SRAM LS/DS/SD */ in hdp_v5_2_update_mem_power_gating()
Dhdp_v6_0.c114 /* confirmed that IPH_MEM_POWER_CTRL_EN and RC_MEM_POWER_CTRL_EN have to in hdp_v6_0_update_clock_gating()
/linux-6.12.1/net/dccp/
Dfeat.h36 FEAT_CHANGING, /* Change sent but not confirmed yet */
/linux-6.12.1/include/uapi/linux/netfilter/
Dnf_conntrack_common.h55 /* Connection is confirmed: originating packet has left box */
/linux-6.12.1/arch/powerpc/mm/nohash/
De500_hugetlbpage.c138 * registers or after we've confirmed that no tlb exists. in book3e_hugetlb_preload()
/linux-6.12.1/sound/firewire/fireworks/
Dfireworks.h46 * confirmed to be the maximum one. But for flexibility, use maximum data
/linux-6.12.1/fs/nfsd/
Dnetns.h77 * conf_id_hashtbl[], and conf_name_tree hold confirmed
/linux-6.12.1/Documentation/process/
Dsecurity-bugs.rst102 assigned for a confirmed issue, they can contact the :doc:`kernel CVE
/linux-6.12.1/tools/testing/selftests/net/netfilter/
Dbr_netfilter.sh113 # avoid them from getting confirmed in the postrouting hook before

1234567