Lines Matching refs:plogi

50 					struct fc_logi_s *plogi);
2531 bfa_fcs_rport_update(struct bfa_fcs_rport_s *rport, struct fc_logi_s *plogi) in bfa_fcs_rport_update() argument
2539 rport->pwwn = plogi->port_name; in bfa_fcs_rport_update()
2540 rport->nwwn = plogi->node_name; in bfa_fcs_rport_update()
2546 if (plogi->class3.class_valid) in bfa_fcs_rport_update()
2549 if (plogi->class2.class_valid) in bfa_fcs_rport_update()
2556 rport->cisc = plogi->csp.cisc; in bfa_fcs_rport_update()
2557 if (be16_to_cpu(plogi->class3.rxsz) < be16_to_cpu(plogi->csp.rxsz)) in bfa_fcs_rport_update()
2558 rport->maxfrsize = be16_to_cpu(plogi->class3.rxsz); in bfa_fcs_rport_update()
2560 rport->maxfrsize = be16_to_cpu(plogi->csp.rxsz); in bfa_fcs_rport_update()
2562 bfa_trc(port->fcs, be16_to_cpu(plogi->csp.bbcred)); in bfa_fcs_rport_update()
2573 (be16_to_cpu(plogi->csp.bbcred) < port->fabric->bb_credit)) { in bfa_fcs_rport_update()
2575 bfa_trc(port->fcs, be16_to_cpu(plogi->csp.bbcred)); in bfa_fcs_rport_update()
2578 port->fabric->bb_credit = be16_to_cpu(plogi->csp.bbcred); in bfa_fcs_rport_update()
2657 struct fc_logi_s *plogi) in bfa_fcs_rport_start() argument
2665 bfa_fcs_rport_update(rport, plogi); in bfa_fcs_rport_start()
2676 struct fc_logi_s *plogi) in bfa_fcs_rport_plogi_create() argument
2680 rport = bfa_fcs_rport_alloc(port, plogi->port_name, fchs->s_id); in bfa_fcs_rport_plogi_create()
2684 bfa_fcs_rport_update(rport, plogi); in bfa_fcs_rport_plogi_create()
2699 struct fc_logi_s *plogi) in bfa_fcs_rport_plogi() argument
2705 bfa_fcs_rport_update(rport, plogi); in bfa_fcs_rport_plogi()