Go to the source code of this file.
#define FC_FCOE_DECAPS_ID |
( |
|
n | ) |
((n) >> 24) |
#define FC_FCOE_DECAPS_VER |
( |
|
hp | ) |
((hp)->fcoe_ver >> 4) |
#define FC_FCOE_ENCAPS_VER |
( |
|
hp, |
|
|
|
ver |
|
) |
| ((hp)->fcoe_ver = (ver) << 4) |
#define FC_FCOE_FLOGI_MAC { 0x0e, 0xfc, 0x00, 0xff, 0xff, 0xfe } |
#define FC_FCOE_OUI 0x0efc00 /* upper 24 bits of FCOE MAC */ |
#define FC_FCOE_VER 0 /* version */ |
#define FCOE_HEADER_LEN 38 |
#define FCOE_MIN_FRAME 46 |
mcontroller : adapter info structure for old mimd_t apps
: base address : irq number : number of logical drives : pci bus : pci device : pci function : pci id : vendor id : slot number : unique id
Definition at line 171 of file esd_usb2.c.