Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/mvsas/
H A Dmv_init.c156 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_tasklet()
185 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_interrupt()
405 core_nr = chip_info->n_host; in mvs_prep_sas_ha_init()
423 ((struct mvs_prv_info *)sha->lldd_ha)->n_host = core_nr; in mvs_prep_sas_ha_init()
445 unsigned short nr_core = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_post_sas_ha_init()
555 } while (nhost < chip->n_host); in mvs_pci_init()
603 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_pci_remove()
725 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in interrupt_coalescing_store()
H A Dmv_sas.h163 u32 n_host; member
400 u8 n_host; member
H A 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()
H A Dmv_sas.c276 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_scan_start()