cxgb3 - fix port up/down error path
Fix faiures path when ports are stopped and restarted in EEH recovery. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
@ -71,6 +71,7 @@ enum { /* adapter flags */
|
||||
USING_MSIX = (1 << 2),
|
||||
QUEUES_BOUND = (1 << 3),
|
||||
TP_PARITY_INIT = (1 << 4),
|
||||
NAPI_INIT = (1 << 5),
|
||||
};
|
||||
|
||||
struct fl_pg_chunk {
|
||||
|
Reference in New Issue
Block a user