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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c331 return ((void *)(ha->nx_pcibase + off));
410 WRT_REG_DWORD(ha, CRB_WINDOW_2M + ha->nx_pcibase, ha->crb_win);
416 win_read = RD_REG_DWORD(ha, CRB_WINDOW_2M + ha->nx_pcibase);
421 *off = (*off & MASK(16)) + CRB_INDIRECT_2M + (uintptr_t)ha->nx_pcibase;
516 (uintptr_t)ha->nx_pcibase;
535 (uintptr_t)ha->nx_pcibase);
689 addr = (void *)((uint8_t *)ha->nx_pcibase + start);
735 addr = (void *)((uint8_t *)ha->nx_pcibase + start);
H A Dql_api.c1186 ha->nx_pcibase = ha->iobase;
1204 ha->db_read = ha->nx_pcibase + (512 * 1024) +
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1667 caddr_t nx_pcibase; /* BAR0 base I/O address */ member in struct:ql_adapter_state

Completed in 82 milliseconds