Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c74 #define CRB_SUBBLK(off) ((off >> 16) & 0xf) macro
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.h1164 #define CRB_SUBBLK(off) ((off >> 16) & 0xf) macro
/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()