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 Dql_api.h226 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 Dql_isr.c899 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 Dql_mbx.c147 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 Dql_api.c1069 ha->reg_off = &reg_off_2300;
1087 ha->reg_off = &reg_off_2200;
1120 ha->reg_off = &reg_off_2400_2500;
1142 ha->reg_off = &reg_off_2400_2500;
1162 ha->reg_off = &reg_off_2400_2500;
1179 ha->reg_off = &reg_off_8021;
H A Dql_init.c3532 for (cnt = 0; cnt < ha->reg_off->mbox_cnt; cnt++) {

Completed in 109 milliseconds