Skip to content

Commit e1ffcc6

Browse files
Dimitris Michailidisdavem330
authored andcommitted
net/fungible: Add service module for Fungible drivers
Fungible cards have a number of different PCI functions and thus different drivers, all of which use a common method to initialize and interact with the device. This commit adds a library module that collects these common mechanisms. They mainly deal with device initialization, setting up and destroying queues, and operating an admin queue. A subset of the FW interface is also included here. Signed-off-by: Dimitris Michailidis <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e8eb9e3 commit e1ffcc6

File tree

6 files changed

+2976
-0
lines changed

6 files changed

+2976
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2+
3+
obj-$(CONFIG_FUN_CORE) += funcore.o
4+
5+
funcore-y := fun_dev.o fun_queue.o

0 commit comments

Comments
 (0)