Searched refs:MPT_ROLE_TARGET (Results 1 – 3 of 3) sorted by relevance
203 if ((role & (MPT_ROLE_TARGET|MPT_ROLE_INITIATOR)) != 0 || in mpt_cam_probe()243 if (mpt->is_fc && (mpt->role & MPT_ROLE_TARGET) != 0) { in mpt_cam_attach()264 if (mpt->is_fc && (mpt->role & MPT_ROLE_TARGET) != 0) { in mpt_cam_attach()541 role |= MPT_ROLE_TARGET; in mpt_set_initial_config_fc()565 if (mpt->cfg_role & MPT_ROLE_TARGET) { in mpt_set_initial_config_fc()566 if ((role & MPT_ROLE_TARGET) == 0) { in mpt_set_initial_config_fc()573 } else if (role & MPT_ROLE_TARGET) { in mpt_set_initial_config_fc()1159 if (mpt->is_fc && (mpt->role & MPT_ROLE_TARGET)) { in mpt_cam_ready()2885 if (mpt->role & MPT_ROLE_TARGET) in mpt_fc_els_reply_handler()3497 case MPT_ROLE_TARGET: in mpt_action()[all …]
154 #define MPT_ROLE_TARGET 2 macro
2850 mpt->role |= MPT_ROLE_TARGET; in mpt_configure_ioc()