Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mpt/
HDmpt_pci.c267 mpt->cfg_role = tval; in mpt_set_options()
HDmpt_cam.c199 role = mpt->cfg_role; in mpt_cam_probe()
537 role = mpt->cfg_role; in mpt_set_initial_config_fc()
542 if (role != mpt->cfg_role) { in mpt_set_initial_config_fc()
543 if (mpt->cfg_role & MPT_ROLE_INITIATOR) { in mpt_set_initial_config_fc()
555 if (mpt->cfg_role & MPT_ROLE_TARGET) { in mpt_set_initial_config_fc()
567 mpt->role = mpt->cfg_role; in mpt_set_initial_config_fc()
HDmpt.h559 u_int cfg_role; member