Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt.h153 #define MPT_ROLE_INITIATOR 1 macro
156 #define MPT_ROLE_DEFAULT MPT_ROLE_INITIATOR
H A Dmpt_cam.c203 if ((role & (MPT_ROLE_TARGET|MPT_ROLE_INITIATOR)) != 0 || in mpt_cam_probe()
538 role |= MPT_ROLE_INITIATOR; in mpt_set_initial_config_fc()
553 if (mpt->cfg_role & MPT_ROLE_INITIATOR) { in mpt_set_initial_config_fc()
554 if ((role & MPT_ROLE_INITIATOR) == 0) { in mpt_set_initial_config_fc()
561 } else if (role & MPT_ROLE_INITIATOR) { in mpt_set_initial_config_fc()
2887 if (mpt->role & MPT_ROLE_INITIATOR) in mpt_fc_els_reply_handler()
3494 case MPT_ROLE_INITIATOR: in mpt_action()
3591 if ((mpt->role & MPT_ROLE_INITIATOR) == 0) { in mpt_action()
H A Dmpt.c2847 mpt->role |= MPT_ROLE_INITIATOR; in mpt_configure_ioc()