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

/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) | \
/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/io/fibre-channel/fca/qlc/
H A Dql_nx.c530 m = &crb_128M_2M_map[CRB_BLK(*off)].sub_block[CRB_SUBBLK(*off)];

Completed in 74 milliseconds