Home
last modified time | relevance | path

Searched refs:UNM_NIC_REG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dnic_phan_reg.h36 #define UNM_NIC_REG(X) (NIC_CRB_BASE+(X)) macro
62 #define CRB_RX_PKT_CNT UNM_NIC_REG(0x7c)
63 #define CRB_RX_TMR_CNT UNM_NIC_REG(0x80)
66 #define CRB_XG_STATE UNM_NIC_REG(0x94)
70 #define CRB_TX_STATE UNM_NIC_REG(0xac)
71 #define CRB_TX_COUNT UNM_NIC_REG(0xb0)
72 #define CRB_RX_STATE UNM_NIC_REG(0xb4)
129 #define CRB_V2P_0 UNM_NIC_REG(0x290)
130 #define CRB_V2P_1 UNM_NIC_REG(0x294)
131 #define CRB_V2P_2 UNM_NIC_REG(0x298)
[all …]
H A Dunm_nic_ctx.c501 {UNM_NIC_REG(0x188), UNM_NIC_REG(0x18c), UNM_NIC_REG(0x1c0)},
502 {UNM_NIC_REG(0x190), UNM_NIC_REG(0x194), UNM_NIC_REG(0x1c4)},
503 {UNM_NIC_REG(0x198), UNM_NIC_REG(0x19c), UNM_NIC_REG(0x1c8)},
504 {UNM_NIC_REG(0x1a0), UNM_NIC_REG(0x1a4), UNM_NIC_REG(0x1cc)}
525 UNM_NIC_REG(0x120)
528 UNM_NIC_REG(0x138),
538 UNM_NIC_REG(0x164)
541 UNM_NIC_REG(0x17c),
551 UNM_NIC_REG(0x208)
554 UNM_NIC_REG(0x220),
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h74 #define UNM_NIC_REG(X) (NIC_CRB_BASE + (X)) macro
113 #define CRB_CMDPEG_STATE (UNM_NIC_REG(0x50))
121 #define CRB_RX_PKT_CNT (UNM_NIC_REG(0x7c))
122 #define CRB_RX_TMR_CNT (UNM_NIC_REG(0x80))
127 #define CRB_TX_COUNT (UNM_NIC_REG(0xb0))
128 #define CRB_RX_STATE (UNM_NIC_REG(0xb4))
133 #define CRB_INT_VECTOR (UNM_NIC_REG(0xd4))
191 #define CRB_V2P_0 (UNM_NIC_REG(0x290))
192 #define CRB_V2P_1 (UNM_NIC_REG(0x294))
193 #define CRB_V2P_2 (UNM_NIC_REG(0x298))
[all …]