freebsd-dev/sys
Warner Losh 214df80a9c nvme: new define for size of host memory buffer sizes
The nvme spec defines the various fields that specify sizes for host
memory buffers in terms of 4096 chunks. So, rather than use a bare 4096
here, use NVME_HMB_UNITS. This is explicitly not the host page size of
4096, nor the default memory page size (mps) of the NVMe drive, but its
own thing and needs its own define.

No functional change is intended, only the logical spelling of 4k.

Sponsored by:		Netflix
2022-04-08 23:05:25 -06:00
..
amd64 Fix a typo in previous commit. 2022-04-08 12:01:33 -07:00
arm arm ti: Remove unused variables. 2022-04-08 18:31:30 -07:00
arm64 rk_usbphy: Remove unused variable. 2022-04-08 18:31:29 -07:00
bsm
cam cam: Fix typos in source code comments 2022-04-02 10:13:35 +02:00
cddl zfs: merge openzfs/zfs@a86e08941 (master) into main 2022-03-08 18:53:02 +01:00
compat LinuxKPI: 802.11: add ieee80211_beacon_get_tim(), ieee80211_sn_sub() 2022-04-08 21:05:06 +00:00
conf ce: Disable -Wunused-but-set-variable for obfuscated tau32-ddk.c. 2022-04-08 17:25:13 -07:00
contrib rtw88: downgrade rtw8822c firmware to 9.9.10 2022-04-08 11:14:54 +00:00
crypto armv8crypto: Remove leftover debug printfs 2022-02-17 14:25:45 -05:00
ddb
dev nvme: new define for size of host memory buffer sizes 2022-04-08 23:05:25 -06:00
dts dts: add IPQ4018/IPQ4019 ethernet MAC and ethernet switch definitions 2022-02-03 21:26:45 -08:00
fs nfscl: Add support for a NFSv4 AppendWrite RPC 2022-04-08 13:59:05 -07:00
gdb gdb(4): Do not use run length encoding for 3-symbol repetitions 2022-01-22 14:46:06 -05:00
geom Avoid dereferencing a possibly null pointer. 2022-04-06 14:25:55 -07:00
gnu
i386 i386 linux: Remove unused variables. 2022-04-08 17:25:14 -07:00
isa
kern Enable subr_physmem_test on supported architectures 2022-04-07 14:31:51 +01:00
kgssapi kgssapi krb5: Remove unused variables. 2022-04-06 16:45:29 -07:00
libkern
modules ce: Disable -Wunused-but-set-variable for obfuscated tau32-ddk.c. 2022-04-08 17:25:13 -07:00
net iflib: Use empty inline functions for prefetch*() on non-x86. 2022-04-08 17:25:14 -07:00
net80211 net80211: improve error handling from ieee80211_parse_beacon() 2022-04-07 20:50:39 +00:00
netgraph ng_tag: Move totlen fully under #ifdef NG_TAG_DEBUG. 2022-04-07 17:01:27 -07:00
netinet Use stub inline functions for no-op versions of tcp_fastopen*(). 2022-04-08 17:25:13 -07:00
netinet6 net: Fix memory leaks in lltable_calc_llheader() error paths 2022-04-08 11:47:25 -04:00
netipsec ipsec: sprinkle CURVNET_ASSERT_SET 2022-02-19 13:10:41 +00:00
netpfil pf: Workaround set but unused warning. 2022-04-08 17:25:13 -07:00
netsmb smb_smb_treedisconnect: eliminate write only variable mbp 2022-04-04 22:30:57 -06:00
nfs nfs: do not panic on bootpc_init when no interfaces are found 2022-04-07 19:33:26 -03:00
nfsclient
nfsserver
nlm
ofed ibcore: Fix multiple includes of same header file. 2022-03-03 12:51:20 +01:00
opencrypto crypto: hide crypto_destroyreq behind a tunable 2022-02-16 07:45:12 +00:00
powerpc powerpcspe: fix PCI enumeration on ppce500 2022-03-21 16:11:33 -03:00
riscv riscv: eliminate physmap global 2022-04-07 12:26:59 -03:00
rpc svc_vc_rendezvous_stat: eliminiate write only variable stat 2022-04-04 22:31:04 -06:00
security audit: Initialize vattr fields before calling VOP_GETATTR 2022-03-28 11:23:45 -04:00
sys fix integer overflow bugs in *stosbt 2022-04-05 21:36:59 -06:00
teken teken: color #3 is yellow not brown - use TC_YELLOW as the name 2022-03-12 09:17:29 -05:00
tests
tools syscallarg_t: Add a type for system call arguments 2022-03-28 19:43:03 +01:00
ufs ffs: wait for trims earlier during unmount to avoid panic 2022-04-08 10:19:40 -07:00
vm vm_phys_early_alloc: mem_index is only used under #ifdef NUMA. 2022-04-08 17:25:13 -07:00
x86 i386: Fix the nodevice apic build 2022-04-08 11:47:52 -04:00
xdr
xen xen(3): Fix a typo in a source code comment 2022-03-28 19:32:53 +02:00
Makefile