Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/mvsas/
Dmv_init.c149 u16 core_nr, i = 0; in mvs_tasklet() local
154 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_tasklet()
164 for (i = 0; i < core_nr; i++) { in mvs_tasklet()
176 u32 core_nr; in mvs_interrupt() local
184 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_interrupt()
204 for (i = 0; i < core_nr; i++) { in mvs_interrupt()
405 int phy_nr, port_nr; unsigned short core_nr; in mvs_prep_sas_ha_init() local
410 core_nr = chip_info->n_host; in mvs_prep_sas_ha_init()
411 phy_nr = core_nr * chip_info->n_phy; in mvs_prep_sas_ha_init()
428 ((struct mvs_prv_info *)sha->lldd_ha)->n_host = core_nr; in mvs_prep_sas_ha_init()
[all …]
Dmv_sas.c272 unsigned short core_nr; in mvs_scan_start() local
277 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_scan_start()
279 for (j = 0; j < core_nr; j++) { in mvs_scan_start()