Lines Matching refs:roles

771 	    (rport->roles & FC_PORT_ROLE_FCP_TARGET ||  in fc_fpin_li_stats_update()
772 rport->roles & FC_PORT_ROLE_NVME_TARGET)) { in fc_fpin_li_stats_update()
784 (rport->roles & FC_PORT_ROLE_FCP_TARGET || in fc_fpin_li_stats_update()
785 rport->roles & FC_PORT_ROLE_NVME_TARGET)) { in fc_fpin_li_stats_update()
818 (rport->roles & FC_PORT_ROLE_FCP_TARGET || in fc_fpin_delivery_stats_update()
819 rport->roles & FC_PORT_ROLE_NVME_TARGET)) { in fc_fpin_delivery_stats_update()
851 (rport->roles & FC_PORT_ROLE_FCP_TARGET || in fc_fpin_peer_congn_stats_update()
852 rport->roles & FC_PORT_ROLE_NVME_TARGET)) { in fc_fpin_peer_congn_stats_update()
864 (rport->roles & FC_PORT_ROLE_FCP_TARGET || in fc_fpin_peer_congn_stats_update()
865 rport->roles & FC_PORT_ROLE_NVME_TARGET)) { in fc_fpin_peer_congn_stats_update()
1232 if (rport->roles == FC_PORT_ROLE_UNKNOWN) in show_fc_rport_roles()
1234 return get_fc_port_roles_names(rport->roles, buf); in show_fc_rport_roles()
1237 static FC_DEVICE_ATTR(rport, roles, S_IRUGO,
1665 if (vport->roles == FC_PORT_ROLE_UNKNOWN) in show_fc_vport_roles()
1667 return get_fc_port_roles_names(vport->roles, buf); in show_fc_vport_roles()
1669 static FC_DEVICE_ATTR(vport, roles, S_IRUGO, show_fc_vport_roles, NULL);
2339 vid.roles = FC_PORT_ROLE_FCP_INITIATOR; in store_fc_host_vport_create()
2733 SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(roles); in fc_attach_transport()
2750 SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(roles); in fc_attach_transport()
3076 rport->roles = ids->roles; in fc_remote_port_create()
3092 if ((rport->roles & FC_PORT_ROLE_FCP_TARGET) || in fc_remote_port_create()
3093 (rport->roles & FC_PORT_ROLE_FCP_DUMMY_INITIATOR)) in fc_remote_port_create()
3121 if (rport->roles & FC_PORT_ROLE_FCP_TARGET) { in fc_remote_port_create()
3229 rport->roles = ids->roles; in fc_remote_port_add()
3255 (!(ids->roles & FC_PORT_ROLE_FCP_TARGET))) in fc_remote_port_add()
3346 fc_remote_port_rolechg(rport, ids->roles); in fc_remote_port_add()
3489 fc_remote_port_rolechg(struct fc_rport *rport, u32 roles) in fc_remote_port_rolechg() argument
3497 if (roles & FC_PORT_ROLE_FCP_TARGET) { in fc_remote_port_rolechg()
3501 } else if (!(rport->roles & FC_PORT_ROLE_FCP_TARGET)) in fc_remote_port_rolechg()
3505 rport->roles = roles; in fc_remote_port_rolechg()
3576 !(rport->roles & FC_PORT_ROLE_FCP_TARGET)) { in fc_timeout_deleted_rport()
3626 rport->roles = FC_PORT_ROLE_UNKNOWN; in fc_timeout_deleted_rport()
3719 (rport->roles & FC_PORT_ROLE_FCP_TARGET) && in fc_scsi_scan_rport()
3856 vport->roles = ids->roles; in fc_vport_setup()