Home
last modified time | relevance | path

Searched refs:eoffset (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c2981 uint16_t eoffset; in emlxs_pci_cap_offsets() local
3037 eoffset = PCIE_EXT_CAP; in emlxs_pci_cap_offsets()
3039 while (eoffset >= PCIE_EXT_CAP) { in emlxs_pci_cap_offsets()
3042 (uint32_t *)(hba->pci_addr + eoffset)); in emlxs_pci_cap_offsets()
3052 hba->pci_ecap_offset[eid] = eoffset; in emlxs_pci_cap_offsets()
3058 eoffset, eversion, enext); in emlxs_pci_cap_offsets()
3060 eoffset = enext; in emlxs_pci_cap_offsets()
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1162 int eoffset; in pcfs_vget() local
1184 eoffset = pcfid->pcfid_offset; in pcfs_vget()
1188 (eoffset > fsp->pcfs_clsize)) { in pcfs_vget()
1216 ep = (struct pcdir *)(bp->b_un.b_addr + eoffset); in pcfs_vget()
1262 pcp = pc_getnode(fsp, eblkno, eoffset, ep); in pcfs_vget()