mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:12:59 +00:00

Implement mailbox communication between PF and VFs. PF-VF mailbox is used for all control commands from VF to PF and asynchronous notification messages from PF to VF. Signed-off-by: Shinas Rasheed <srasheed@marvell.com> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
11 lines
306 B
Makefile
11 lines
306 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Network driver for Marvell's Octeon PCI Endpoint NIC
|
|
#
|
|
|
|
obj-$(CONFIG_OCTEON_EP) += octeon_ep.o
|
|
|
|
octeon_ep-y := octep_main.o octep_cn9k_pf.o octep_tx.o octep_rx.o \
|
|
octep_ethtool.o octep_ctrl_mbox.o octep_ctrl_net.o \
|
|
octep_pfvf_mbox.o octep_cnxk_pf.o
|