File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
#include "fip.h"
8
8
#include <linux/etherdevice.h>
9
9
10
- extern struct workqueue_struct * fnic_fip_queue ;
11
-
12
10
#define FIP_FNIC_RESET_WAIT_COUNT 15
13
11
14
12
/**
Original file line number Diff line number Diff line change @@ -131,6 +131,8 @@ void fnic_fcoe_start_flogi(struct fnic *fnic);
131
131
void fnic_fcoe_process_cvl (struct fnic * fnic , struct fip_header * fiph );
132
132
void fnic_vlan_discovery_timeout (struct fnic * fnic );
133
133
134
+ extern struct workqueue_struct * fnic_fip_queue ;
135
+
134
136
#ifdef FNIC_DEBUG
135
137
static inline void
136
138
fnic_debug_dump_fip_frame (struct fnic * fnic , struct ethhdr * eth ,
Original file line number Diff line number Diff line change 27
27
28
28
#define MAX_RESET_WAIT_COUNT 64
29
29
30
- extern struct workqueue_struct * fnic_fip_queue ;
31
30
struct workqueue_struct * fnic_event_queue ;
32
31
33
32
static uint8_t FCOE_ALL_FCF_MAC [6 ] = FC_FCOE_FLOGI_MAC ;
You can’t perform that action at this time.
0 commit comments