aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2024-06-24 08:55:04 +0900
committerJakub Kicinski <kuba@kernel.org>2024-06-25 18:44:19 -0700
commitdd2a0ff554082f6972b6cc6ea8f9d67e123e054e (patch)
tree91a8a1d92a243443e7c06c40e183580eadb8a8b2 /net/unix/af_unix.c
parentffa28c748b388b8afaf658df15a6a1ed6d310663 (diff)
downloadlinux-dd2a0ff554082f6972b6cc6ea8f9d67e123e054e.tar.gz
linux-dd2a0ff554082f6972b6cc6ea8f9d67e123e054e.tar.bz2
linux-dd2a0ff554082f6972b6cc6ea8f9d67e123e054e.zip
net: tn40xx: add basic Tx handling
This patch adds device specific structures to initialize the hardware with basic Tx handling. The original driver loads the embedded firmware in the header file. This driver is implemented to use the firmware APIs. The Tx logic uses three major data structures; two ring buffers with NIC and one database. One ring buffer is used to send information about packets to be sent for NIC. The other is used to get information from NIC about packet that are sent. The database is used to keep the information about DMA mapping. After a packet is sent, the db is used to free the resource used for the packet. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> Link: https://patch.msgid.link/20240623235507.108147-5-fujita.tomonori@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions