Home
last modified time | relevance | path

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

/freebsd-11-stable/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()
548 role = mpt->cfg_role; in mpt_set_initial_config_fc()
553 if (role != mpt->cfg_role) { in mpt_set_initial_config_fc()
554 if (mpt->cfg_role & MPT_ROLE_INITIATOR) { in mpt_set_initial_config_fc()
566 if (mpt->cfg_role & MPT_ROLE_TARGET) { in mpt_set_initial_config_fc()
578 mpt->role = mpt->cfg_role; in mpt_set_initial_config_fc()
HDmpt.h560 u_int cfg_role; member