Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c73 #define CRB_BLK(off) ((off >> 20) & 0x3f) macro
77 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | ((off) & 0xf0000))
435 m = &crb_128M_2M_map[CRB_BLK(*off)].sub_block[CRB_SUBBLK(*off)]; in unm_nic_pci_get_crb_addr_2M()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1163 #define CRB_BLK(off) ((off >> 20) & 0x3f) macro
1167 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | \
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c544 m = &crb_128M_2M_map[CRB_BLK(*off)].sub_block[CRB_SUBBLK(*off)]; in ql_8021_pci_get_crb_addr_2M()