Home
last modified time | relevance | path

Searched refs:core_nr (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/mvsas/
Dmv_init.c175 u16 core_nr, i = 0; in mvs_tasklet() local
180 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_tasklet()
190 for (i = 0; i < core_nr; i++) { in mvs_tasklet()
202 u32 core_nr; in mvs_interrupt() local
210 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_interrupt()
230 for (i = 0; i < core_nr; i++) { in mvs_interrupt()
450 int phy_nr, port_nr; unsigned short core_nr; in mvs_prep_sas_ha_init() local
455 core_nr = chip_info->n_host; in mvs_prep_sas_ha_init()
456 phy_nr = core_nr * chip_info->n_phy; in mvs_prep_sas_ha_init()
473 ((struct mvs_prv_info *)sha->lldd_ha)->n_host = core_nr; in mvs_prep_sas_ha_init()
[all …]
Dmv_sas.c288 unsigned short core_nr; in mvs_scan_start() local
293 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_scan_start()
295 for (j = 0; j < core_nr; j++) { in mvs_scan_start()