Searched refs:UNM_PCI_CAMQM (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ntxn/
H A Dunm_inc.h562 #define UNM_PCI_CAMQM (unsigned long)0x04800000 macro
1362 #define UNM_QM_COMMAND (UNM_PCI_CAMQM + 0x00000)
1363 #define UNM_QM_STATUS (UNM_PCI_CAMQM + 0x00008)
1364 #define UNM_QM_DATA(W, P) (UNM_PCI_CAMQM + 0x00010 + \
1366 #define UNM_QM_REPLY(W, P)(UNM_PCI_CAMQM + 0x00050 + \
H A Dunm_nic_hw.c415 if (*off >= UNM_PCI_CAMQM && (end <= UNM_PCI_CAMQM_2M_END)) {
416 *off = (*off - UNM_PCI_CAMQM) + UNM_PCI_CAMQM_2M_BASE +
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c514 if (*off >= UNM_PCI_CAMQM && (*off < UNM_PCI_CAMQM_2M_END)) {
515 *off = (*off - UNM_PCI_CAMQM) + UNM_PCI_CAMQM_2M_BASE +
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h697 #define UNM_PCI_CAMQM 0x04800000 macro

Completed in 162 milliseconds