We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9282618 commit dd390a4Copy full SHA for dd390a4
platform/barefoot/bfn-modules/modules/bf_ioctl.h
@@ -1,7 +1,7 @@
1
/*******************************************************************************
2
Barefoot Networks Switch ASIC Linux driver
3
Copyright(c) 2015 - 2019 Barefoot Networks, Inc.
4
-
+
5
This program is free software; you can redistribute it and/or modify it
6
under the terms and conditions of the GNU General Public License,
7
version 2, as published by the Free Software Foundation.
@@ -39,6 +39,7 @@ typedef uint64_t phys_addr_t;
39
40
#define BF_IOC_MAGIC 'b'
41
#define BF_TBUS_MSIX_INDICES_MAX 3
42
+#define BF_TBUS_MSIX_INDICES_MIN 1
43
44
typedef struct bf_dma_bus_map_s
45
{
0 commit comments