mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
add a couple off offset defines for ATIO2s
This commit is contained in:
parent
355981d7c6
commit
7325560821
1 changed files with 3 additions and 0 deletions
|
|
@ -267,6 +267,9 @@ typedef struct {
|
|||
u_int8_t at_sense[QLTM_SENSELEN];
|
||||
} at2_entry_t;
|
||||
|
||||
#define ATIO2_WWPN_OFFSET 0x2A
|
||||
#define ATIO2_OXID_OFFSET 0x3E
|
||||
|
||||
#define ATIO2_TC_ATTR_MASK 0x7
|
||||
#define ATIO2_TC_ATTR_SIMPLEQ 0
|
||||
#define ATIO2_TC_ATTR_HEADOFQ 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue