Move KTR_CXGBE from t4_tom.h to adapter.h so that the base if_cxgbe
code can use it too. MFC after: 1 week
This commit is contained in:
parent
08fca7a56b
commit
a7570ee305
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275733
@ -57,6 +57,7 @@
|
||||
#include "common/t4_msg.h"
|
||||
#include "firmware/t4fw_interface.h"
|
||||
|
||||
#define KTR_CXGBE KTR_SPARE3
|
||||
MALLOC_DECLARE(M_CXGBE);
|
||||
#define CXGBE_UNIMPLEMENTED(s) \
|
||||
panic("%s (%s, line %d) not implemented yet.", s, __FILE__, __LINE__)
|
||||
|
@ -31,7 +31,6 @@
|
||||
#ifndef __T4_TOM_H__
|
||||
#define __T4_TOM_H__
|
||||
|
||||
#define KTR_CXGBE KTR_SPARE3
|
||||
#define LISTEN_HASH_SIZE 32
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user