Lines Matching refs:plogi

43 					struct fc_logi_s *plogi);
2516 bfa_fcs_rport_update(struct bfa_fcs_rport_s *rport, struct fc_logi_s *plogi) in bfa_fcs_rport_update() argument
2524 rport->pwwn = plogi->port_name; in bfa_fcs_rport_update()
2525 rport->nwwn = plogi->node_name; in bfa_fcs_rport_update()
2531 if (plogi->class3.class_valid) in bfa_fcs_rport_update()
2534 if (plogi->class2.class_valid) in bfa_fcs_rport_update()
2541 rport->cisc = plogi->csp.cisc; in bfa_fcs_rport_update()
2542 if (be16_to_cpu(plogi->class3.rxsz) < be16_to_cpu(plogi->csp.rxsz)) in bfa_fcs_rport_update()
2543 rport->maxfrsize = be16_to_cpu(plogi->class3.rxsz); in bfa_fcs_rport_update()
2545 rport->maxfrsize = be16_to_cpu(plogi->csp.rxsz); in bfa_fcs_rport_update()
2547 bfa_trc(port->fcs, be16_to_cpu(plogi->csp.bbcred)); in bfa_fcs_rport_update()
2558 (be16_to_cpu(plogi->csp.bbcred) < port->fabric->bb_credit)) { in bfa_fcs_rport_update()
2560 bfa_trc(port->fcs, be16_to_cpu(plogi->csp.bbcred)); in bfa_fcs_rport_update()
2563 port->fabric->bb_credit = be16_to_cpu(plogi->csp.bbcred); in bfa_fcs_rport_update()
2642 struct fc_logi_s *plogi) in bfa_fcs_rport_start() argument
2650 bfa_fcs_rport_update(rport, plogi); in bfa_fcs_rport_start()
2661 struct fc_logi_s *plogi) in bfa_fcs_rport_plogi_create() argument
2665 rport = bfa_fcs_rport_alloc(port, plogi->port_name, fchs->s_id); in bfa_fcs_rport_plogi_create()
2669 bfa_fcs_rport_update(rport, plogi); in bfa_fcs_rport_plogi_create()
2684 struct fc_logi_s *plogi) in bfa_fcs_rport_plogi() argument
2690 bfa_fcs_rport_update(rport, plogi); in bfa_fcs_rport_plogi()