MPT_ROLE_TARGET
mpt->role |= MPT_ROLE_TARGET;
if (mpt->is_fc && (mpt->role & MPT_ROLE_TARGET)) {
if ((role & (MPT_ROLE_TARGET|MPT_ROLE_INITIATOR)) != 0 ||
if (mpt->is_fc && (mpt->role & MPT_ROLE_TARGET) != 0) {
if (mpt->is_fc && (mpt->role & MPT_ROLE_TARGET) != 0) {
if (mpt->role & MPT_ROLE_TARGET)
case MPT_ROLE_TARGET:
if (mpt->is_fc && (mpt->role & MPT_ROLE_TARGET)) {
role |= MPT_ROLE_TARGET;
if (mpt->cfg_role & MPT_ROLE_TARGET) {
if ((role & MPT_ROLE_TARGET) == 0) {
} else if (role & MPT_ROLE_TARGET) {