Searched refs:reg_off (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 226 RD_REG_BYTE(ha, (ha->iobase + ha->reg_off->regname)) 228 RD_REG_WORD(ha, (ha->iobase + ha->reg_off->regname)) 230 RD_REG_DWORD(ha, (ha->iobase + ha->reg_off->regname)) 233 WRT_REG_BYTE(ha, (ha->iobase + ha->reg_off->regname), (data)) 235 WRT_REG_WORD(ha, (ha->iobase + ha->reg_off->regname), (data)) 237 WRT_REG_DWORD(ha, (ha->iobase + ha->reg_off->regname), (data)) 254 RD_IOREG_BYTE(ha, (ha->iomap_iobase + ha->reg_off->regname)) 256 RD_IOREG_WORD(ha, (ha->iomap_iobase + ha->reg_off->regname)) 258 RD_IOREG_DWORD(ha, (ha->iomap_iobase + ha->reg_off->regname)) 261 WRT_IOREG_BYTE(ha, (ha->iomap_iobase + ha->reg_off 1538 reg_off_t *reg_off; member in struct:ql_adapter_state [all...] |
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_isr.c | 899 if (ha->reg_off->mbox_cnt > 24) { 1239 for (index = 10; index < ha->reg_off->mbox_cnt && index < cnt; 1252 for (cnt = 10; cnt < ha->reg_off->mbox_cnt &&
|
H A D | ql_mbx.c | 147 for (cnt = 0; cnt < ha->reg_off->mbox_cnt && data; cnt++) { 256 for (cnt = 1; cnt < ha->reg_off->mbox_cnt && data; cnt++) {
|
H A D | ql_api.c | 1069 ha->reg_off = ®_off_2300; 1087 ha->reg_off = ®_off_2200; 1120 ha->reg_off = ®_off_2400_2500; 1142 ha->reg_off = ®_off_2400_2500; 1162 ha->reg_off = ®_off_2400_2500; 1179 ha->reg_off = ®_off_8021;
|
H A D | ql_init.c | 3532 for (cnt = 0; cnt < ha->reg_off->mbox_cnt; cnt++) {
|
Completed in 123 milliseconds