Symbol: UNM_PCI_CRBSPACE
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
1424
off += UNM_PCI_CRBSPACE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
534
if (*off < UNM_PCI_CRBSPACE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
535
EL(ha, "%llx < %llx\n", *off, UNM_PCI_CRBSPACE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
539
*off -= UNM_PCI_CRBSPACE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
591
ql_8021_wr_32(ha, UNM_PCI_CRBSPACE, window);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
592
ql_8021_rd_32(ha, UNM_PCI_CRBSPACE, &win_read);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
609
ql_8021_wr_32(ha, UNM_PCI_CRBSPACE, window);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
610
ql_8021_rd_32(ha, UNM_PCI_CRBSPACE, &win_read);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
623
ql_8021_wr_32(ha, UNM_PCI_CRBSPACE, window);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
624
ql_8021_rd_32(ha, UNM_PCI_CRBSPACE, &win_read);
usr/src/uts/common/io/ntxn/unm_gem.c
969
PCI_OFFSET_SECOND_RANGE(adapter, UNM_PCI_CRBSPACE);
usr/src/uts/common/io/ntxn/unm_inc.h
441
#define UNM_PCI_CRB_WINDOW(A) (UNM_PCI_CRBSPACE + (A)*UNM_PCI_CRB_WINDOWSIZE)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1005
UNM_PCI_CRBSPACE, &window, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1007
UNM_PCI_CRBSPACE, &win_read, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1027
UNM_PCI_CRBSPACE, &window, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1029
UNM_PCI_CRBSPACE, &win_read, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1045
UNM_PCI_CRBSPACE, &window, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1047
UNM_PCI_CRBSPACE, &win_read, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
426
if (*off < UNM_PCI_CRBSPACE)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
429
*off -= UNM_PCI_CRBSPACE;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
487
offset -= UNM_PCI_CRBSPACE;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
756
offset -= UNM_PCI_CRBSPACE;
usr/src/uts/common/io/ntxn/unm_nic_init.c
346
UNM_PCI_CRBSPACE;
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_nx.h
578
#define UNM_PCI_CRB_WINDOW(A) (UNM_PCI_CRBSPACE + (A)*UNM_PCI_CRB_WINDOWSIZE)