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

/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt.h157 #define MPT_ROLE_INITIATOR 1 macro
160 #define MPT_ROLE_DEFAULT MPT_ROLE_INITIATOR
H A Dmpt_cam.c209 if ((role & (MPT_ROLE_TARGET|MPT_ROLE_INITIATOR)) != 0 ||
534 role |= MPT_ROLE_INITIATOR;
549 if (mpt->cfg_role & MPT_ROLE_INITIATOR) {
550 if ((role & MPT_ROLE_INITIATOR) == 0) {
557 } else if (role & MPT_ROLE_INITIATOR) {
2912 if (mpt->role & MPT_ROLE_INITIATOR)
3645 if ((mpt->role & MPT_ROLE_INITIATOR) == 0) {
H A Dmpt.c2847 mpt->role |= MPT_ROLE_INITIATOR;

Completed in 129 milliseconds