Lines Matching refs:port_id
185 rdata->ids.port_id); in fc_lport_rport_callback()
201 "%d state", rdata->ids.port_id, in fc_lport_rport_callback()
209 if (rdata->ids.port_id == FC_FID_DIR_SERV) in fc_lport_rport_callback()
211 else if (rdata->ids.port_id == FC_FID_MGMT_SERV) in fc_lport_rport_callback()
576 lport->host->host_no, lport->port_id); in fc_linkup()
606 lport->host->host_no, lport->port_id); in fc_linkdown()
711 lport->host->host_no, lport->port_id); in fc_lport_disc_callback()
752 static void fc_lport_set_port_id(struct fc_lport *lport, u32 port_id, in fc_lport_set_port_id() argument
755 if (port_id) in fc_lport_set_port_id()
757 lport->host->host_no, port_id); in fc_lport_set_port_id()
759 lport->port_id = port_id; in fc_lport_set_port_id()
762 fc_host_port_id(lport->host) = port_id; in fc_lport_set_port_id()
765 lport->tt.lport_set_port_id(lport, port_id, fp); in fc_lport_set_port_id()
777 void fc_lport_set_local_id(struct fc_lport *lport, u32 port_id) in fc_lport_set_local_id() argument
781 fc_lport_set_port_id(lport, port_id, NULL); in fc_lport_set_local_id()
786 if (port_id) in fc_lport_set_local_id()
1027 if (lport->port_id && (!lport->point_to_multipoint || !lport->link_up)) in fc_lport_reset_locked()
1822 if (lport->port_id) in fc_lport_enter_flogi()
1992 hton24(fh->fh_s_id, lport->port_id); in fc_lport_els_request()
2053 hton24(fh->fh_s_id, lport->port_id); in fc_lport_ct_request()
2108 rc = fc_lport_els_request(job, lport, rport->port_id, in fc_lport_bsg_request()
2118 rc = fc_lport_ct_request(job, lport, rport->port_id, in fc_lport_bsg_request()
2123 did = ntoh24(job->request->rqst_data.h_ct.port_id); in fc_lport_bsg_request()
2136 did = ntoh24(job->request->rqst_data.h_els.port_id); in fc_lport_bsg_request()