Home
last modified time | relevance | path

Searched refs:n_host (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/mvsas/
Dmv_init.c159 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_tasklet()
188 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_interrupt()
411 core_nr = chip_info->n_host; in mvs_prep_sas_ha_init()
429 ((struct mvs_prv_info *)sha->lldd_ha)->n_host = core_nr; in mvs_prep_sas_ha_init()
451 unsigned short nr_core = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_post_sas_ha_init()
561 } while (nhost < chip->n_host); in mvs_pci_init()
606 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_pci_remove()
733 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_store_interrupt_coalescing()
Dmv_sas.h163 u32 n_host; member
401 u8 n_host; member
Dmv_94xx.c1060 for (i = 0; i < mvs_prv->n_host * 4 * 3; i++) { in mvs_94xx_gpio_write()
1113 if (reg_index + reg_count > mvs_prv->n_host) in mvs_94xx_gpio_write()
Dmv_sas.c275 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_scan_start()