Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/mvsas/
Dmv_init.c153 u16 core_nr, i = 0; in mvs_tasklet() local
158 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_tasklet()
168 for (i = 0; i < core_nr; i++) { in mvs_tasklet()
185 u32 core_nr; in mvs_interrupt() local
187 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_interrupt()
209 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.c275 unsigned short core_nr; in mvs_scan_start() local
280 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_scan_start()
282 for (j = 0; j < core_nr; j++) { in mvs_scan_start()