Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptbase.h628 int devices_per_bus; member
H A Dmptctl.c1856 id = (ioc->devices_per_bus == 0) ? 256 : ioc->devices_per_bus; in mptctl_do_mpt_command()
H A Dmptspi.c1444 sh->max_id = ioc->devices_per_bus; in mptspi_probe()
H A Dmptbase.c3301 ioc->devices_per_bus = (max_id > 255) ? 256 : max_id; in GetPortFacts()
3302 ioc->number_of_buses = (ioc->devices_per_bus < 256) ? 1 : max_id/256; in GetPortFacts()
3310 ioc->devices_per_bus = 1; in GetPortFacts()
3354 ioc_init.MaxDevices = (U8)ioc->devices_per_bus; in SendIocInit()