Searched refs:b_idx (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_mem.c | 781 int *b_idx, sbdp_mc_idle_script_t mc_idle_regs[], int *r_idx) in sbdp_prep_mc_idle_one() argument 843 phys_banks[*b_idx].masr_addr = addr; in sbdp_prep_mc_idle_one() 844 phys_banks[*b_idx].masr = 0; /* unused */ in sbdp_prep_mc_idle_one() 845 phys_banks[*b_idx].asi = ASI_MEM; in sbdp_prep_mc_idle_one() 846 (*b_idx)++; in sbdp_prep_mc_idle_one()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 3943 int b_idx; in vdc_resubmit_backup_dring() local 3963 b_idx = vdcp->local_dring_backup_tail; in vdc_resubmit_backup_dring() 3966 curr_ldep = &(vdcp->local_dring_backup[b_idx]); in vdc_resubmit_backup_dring() 3971 DMSG(vdcp, 1, "resubmitting entry idx=%x\n", b_idx); in vdc_resubmit_backup_dring() 3982 vdcp->instance, b_idx); in vdc_resubmit_backup_dring() 3997 if (++b_idx >= vdcp->local_dring_backup_len) in vdc_resubmit_backup_dring() 3998 b_idx = 0; in vdc_resubmit_backup_dring() 4035 int b_idx; in vdc_cancel_backup_dring() local 4054 b_idx = vdcp->local_dring_backup_tail; in vdc_cancel_backup_dring() 4057 ldep = &(vdcp->local_dring_backup[b_idx]); in vdc_cancel_backup_dring() [all …]
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 4480 int b_idx; in drmach_panther_boards() local 4485 rv = drmach_array_first(drmach_boards, &b_idx, &b_id); in drmach_panther_boards() 4493 rv = drmach_array_next(drmach_boards, &b_idx, &b_id); in drmach_panther_boards() 7653 int b_idx; in drmach_iocage_cpu_get() local 7666 b_rv = drmach_array_first(drmach_boards, &b_idx, &b_id); in drmach_iocage_cpu_get() 7677 b_rv = drmach_array_next(drmach_boards, &b_idx, &b_id); in drmach_iocage_cpu_get() 7683 b_rv = drmach_array_next(drmach_boards, &b_idx, &b_id); in drmach_iocage_cpu_get() 7761 b_rv = drmach_array_next(drmach_boards, &b_idx, &b_id); in drmach_iocage_cpu_get()
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 1152 int b_idx, rv; in drmach_prep_rename_script() local 1278 rv = drmach_array_first(drmach_boards, &b_idx, &b_id); in drmach_prep_rename_script() 1376 } while (drmach_array_next(drmach_boards, &b_idx, &b_id) == 0); in drmach_prep_rename_script()
|