HomeSort by: relevance | last modified time | path
    Searched refs:mpt_max_devices (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
mpt_netbsd.h 180 uint8_t mpt_max_devices; member in struct:mpt_softc
mpt.c 550 init.MaxDevices = mpt->mpt_max_devices;
1172 mpt->mpt_max_devices = facts.MaxDevices;
1197 mpt->mpt_max_devices = 255;
1202 mpt->mpt_max_devices = 16;
mpt_netbsd.c 153 chan->chan_ntargets = mpt->mpt_max_devices ? mpt->mpt_max_devices : 256;

Completed in 14 milliseconds