Searched defs:CRB_BLK (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c69 #define CRB_BLK(off) ((off >> 20) & 0x3f) macro
73 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | ((off) & 0xf0000))
430 m = &crb_128M_2M_map[CRB_BLK(*off)].sub_block[CRB_SUBBLK(*off)];
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1161 #define CRB_BLK(off) ((off >> 20) & 0x3f) macro
1165 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | \

Completed in 68 milliseconds