Searched refs:iops (Results 1 – 4 of 4) sorted by relevance
874 systab->iops[count].org_id = sb->org_id; in i2o_systab_build()875 systab->iops[count].iop_id = c->unit + 2; in i2o_systab_build()876 systab->iops[count].seg_num = 0; in i2o_systab_build()877 systab->iops[count].i2o_version = sb->i2o_version; in i2o_systab_build()878 systab->iops[count].iop_state = sb->iop_state; in i2o_systab_build()879 systab->iops[count].msg_type = sb->msg_type; in i2o_systab_build()880 systab->iops[count].frame_size = sb->inbound_frame_size; in i2o_systab_build()881 systab->iops[count].last_changed = change_ind; in i2o_systab_build()882 systab->iops[count].iop_capabilities = sb->iop_capabilities; in i2o_systab_build()883 systab->iops[count].inbound_low = in i2o_systab_build()[all …]
3198 sys_tbl->iops[count].org_id = pHba->status_block->org_id; in adpt_i2o_build_sys_table()3199 sys_tbl->iops[count].iop_id = pHba->unit + 2; in adpt_i2o_build_sys_table()3200 sys_tbl->iops[count].seg_num = 0; in adpt_i2o_build_sys_table()3201 sys_tbl->iops[count].i2o_version = pHba->status_block->i2o_version; in adpt_i2o_build_sys_table()3202 sys_tbl->iops[count].iop_state = pHba->status_block->iop_state; in adpt_i2o_build_sys_table()3203 sys_tbl->iops[count].msg_type = pHba->status_block->msg_type; in adpt_i2o_build_sys_table()3204 sys_tbl->iops[count].frame_size = pHba->status_block->inbound_frame_size; in adpt_i2o_build_sys_table()3205 sys_tbl->iops[count].last_changed = sys_tbl_ind - 1; // ?? in adpt_i2o_build_sys_table()3206 sys_tbl->iops[count].iop_capabilities = pHba->status_block->iop_capabilities; in adpt_i2o_build_sys_table()3208 sys_tbl->iops[count].inbound_low = dma_low(addr); in adpt_i2o_build_sys_table()[all …]
131 struct i2o_sys_tbl_entry iops[0]; member
7 ide-core-y += ide.o ide-ioctls.o ide-io.o ide-iops.o ide-lib.o ide-probe.o \