Home
last modified time | relevance | path

Searched refs:bbcred (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/bfa/
Dbfa_fcbuild.c242 plogi->csp.bbcred = cpu_to_be16(bb_cr); in fc_plogi_x_build()
276 flogi->csp.bbcred = cpu_to_be16(local_bb_credits); in fc_flogi_build()
305 flogi->csp.bbcred = cpu_to_be16(local_bb_credits); in fc_flogi_acc_build()
Dbfa_fcs_rport.c2562 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()
Dbfa_fc.h281 __be16 bbcred; /* BB_Credit */ member
Dbfa_fcs.c1434 fabric->bb_credit = be16_to_cpu(flogi->csp.bbcred); in bfa_fcs_fabric_process_flogi()