Home
last modified time | relevance | path

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

123456

/linux/arch/m68k/include/asm/
H A 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/include/trace/events/
H A 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, __entr
[all...]
/linux/Documentation/hwmon/
H A 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/drivers/net/ethernet/qualcomm/
H A 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/net/smc/
H A 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
H A 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/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/
H A Dcore.c18 /* SAE support not confirmed so disabling for now */ in brcmf_bca_feat_attach()
/linux/Documentation/ABI/stable/
H A Dvdso35 As of this writing, this ABI documentation as been confirmed for x86_64.
/linux/net/core/
H A Dneighbour.c308 if (!time_in_range(n->confirmed, mint, jiffies)) in neigh_add_timer()
309 n->confirmed = mint; in neigh_add_timer()
310 if (time_before(n->used, n->confirmed)) in neigh_add_timer()
311 n->used = n->confirmed; in neigh_add_timer()
687 n->confirmed = jiffies - (NEIGH_VAR(n->parms, BASE_REACHABLE_TIME) << 1); in ___neigh_create()
1018 if (time_before(n->used, n->confirmed) && in neigh_periodic_work()
1019 time_is_before_eq_jiffies(n->confirmed)) in neigh_periodic_work()
1020 n->used = n->confirmed; in neigh_periodic_work()
1123 neigh->confirmed + neigh->parms->reachable_time)) { in neigh_timer_handler()
1125 next = neigh->confirmed + neigh->parms->reachable_time; in neigh_timer_handler()
[all …]
/linux/include/net/netfilter/
H A Dnf_conntrack_extend.h74 * anymore unless conntrack has CONFIRMED bit set.
H A Dnf_conntrack.h263 /* It's confirmed if it is, or has been in the hash table. */ in nf_ct_is_confirmed()
315 * 3. Sets the confirmed bit in nf_ct_should_gc()
/linux/include/net/
H A Dneighbour.h145 unsigned long confirmed;
337 if (READ_ONCE(n->confirmed) != now) in neigh_confirm()
338 WRITE_ONCE(n->confirmed, now); in neigh_confirm()
143 unsigned long confirmed; global() member
/linux/include/uapi/linux/
H A Dsmc_diag.h81 struct smc_diag_cursor tx_fin; /* confirmed sent cursor */
/linux/net/netfilter/
H A Dnf_nat_ovs.c97 /* Add NAT extension if not confirmed yet. */ in nf_ct_nat()
H A Dnf_conntrack_extend.c97 /* Conntrack must not be confirmed to avoid races on reallocation. */ in nf_ct_ext_add()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dhdp_v7_0.c95 /* confirmed that IPH_MEM_POWER_CTRL_EN and RC_MEM_POWER_CTRL_EN have to in hdp_v7_0_update_clock_gating()
H A Dhdp_v6_0.c104 /* confirmed that IPH_MEM_POWER_CTRL_EN and RC_MEM_POWER_CTRL_EN have to in hdp_v6_0_update_clock_gating()
/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_common.h55 /* Connection is confirmed: originating packet has left box */
/linux/net/dccp/
H A Dfeat.h
H A Dfeat.c
/linux/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c138 * registers or after we've confirmed that no tlb exists. in book3e_hugetlb_preload()
/linux/sound/firewire/fireworks/
H A Dfireworks.h46 * confirmed to be the maximum one. But for flexibility, use maximum data
/linux/tools/testing/selftests/net/netfilter/
H A Dbr_netfilter.sh116 # avoid them from getting confirmed in the postrouting hook before
/linux/fs/nfsd/
H A Dnetns.h78 * conf_id_hashtbl[], and conf_name_tree hold confirmed
/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-reference-design-tablet.dtsi89 * 100KHz, this has been confirmed on multiple different q8 tablets.

123456