Home
last modified time | relevance | path

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

/linux/drivers/scsi/leapraid/
H A Dleapraid_func.c2537 u8 *nr_phys) in leapraid_get_adapter_phys() argument
2544 *nr_phys = 0; in leapraid_get_adapter_phys()
2551 *nr_phys = sas_io_unit_page0.phy_num; in leapraid_get_adapter_phys()
6085 u8 nr_phys; in leapraid_update_card_port_after_reset() local
6088 if (leapraid_get_adapter_phys(adapter, &nr_phys) || !nr_phys) in leapraid_update_card_port_after_reset()
6093 kcalloc(nr_phys, sizeof(struct leapraid_card_phy), in leapraid_update_card_port_after_reset()
6099 adapter->dev_topo.card.phys_num = nr_phys; in leapraid_update_card_port_after_reset()