Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/mvsas/
Dmv_init.c171 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_tasklet()
201 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_interrupt()
442 core_nr = chip_info->n_host; in mvs_prep_sas_ha_init()
460 ((struct mvs_prv_info *)sha->lldd_ha)->n_host = core_nr; in mvs_prep_sas_ha_init()
482 unsigned short nr_core = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_post_sas_ha_init()
592 } while (nhost < chip->n_host); in mvs_pci_init()
637 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_pci_remove()
763 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_store_interrupt_coalescing()
Dmv_sas.h182 u32 n_host; member
420 u8 n_host; member
Dmv_94xx.c1075 for (i = 0; i < mvs_prv->n_host * 4 * 3; i++) { in mvs_94xx_gpio_write()
1128 if (reg_index + reg_count > mvs_prv->n_host) in mvs_94xx_gpio_write()
Dmv_sas.c293 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_scan_start()