freebsd-dev/sys/mips/nlm
John Baldwin 883a0196b6 crypto: Add a new type of crypto buffer for a single mbuf.
This is intended for use in KTLS transmit where each TLS record is
described by a single mbuf that is itself queued in the socket buffer.
Using the existing CRYPTO_BUF_MBUF would result in
bus_dmamap_load_crp() walking additional mbufs in the socket buffer
that are not relevant, but generating a S/G list that potentially
exceeds the limit of the tag (while also wasting CPU cycles).

Reviewed by:	markj
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D30136
2021-05-25 16:59:18 -07:00
..
dev crypto: Add a new type of crypto buffer for a single mbuf. 2021-05-25 16:59:18 -07:00
hal mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
board_cpld.c
board_eeprom.c
board.c mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
board.h
bus_space_rmi_pci.c mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
bus_space_rmi.c mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
clock.h
cms.c mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
files.xlp nlmrsa: Remove this deprecated driver. 2021-04-09 16:10:31 -07:00
interrupt.h
intr_machdep.c mips: fix NLM platforms breakage caused by e0a0a3ef 2021-01-31 23:56:22 -08:00
mpreset.S
msgring.h
std.xlp
tick.c mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
uart_cpu_xlp.c
usb_init.c mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
xlp_machdep.c Avoid dump_avail[] redefinition. 2020-10-14 22:51:40 +00:00
xlp_pci.c
xlp_simplebus.c
xlp.h