/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2008 Cisco Systems, Inc. All rights reserved. * Copyright 2007 Nuova Systems, Inc. All rights reserved.
*/ #ifndef _VNIC_INTR_H_ #define _VNIC_INTR_H_
#include <linux/pci.h> #include"vnic_dev.h"
/* * These defines avoid symbol clash between fnic and enic (Cisco 10G Eth * Driver) when both are built with CONFIG options =y
*/ #define vnic_intr_unmask fnic_intr_unmask #define vnic_intr_mask fnic_intr_mask #define vnic_intr_return_credits fnic_intr_return_credits #define vnic_intr_credits fnic_intr_credits #define vnic_intr_return_all_credits fnic_intr_return_all_credits #define vnic_intr_legacy_pba fnic_intr_legacy_pba #define vnic_intr_free fnic_intr_free #define vnic_intr_alloc fnic_intr_alloc #define vnic_intr_init fnic_intr_init #define vnic_intr_clean fnic_intr_clean
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.