Home
last modified time | relevance | path

Searched refs:bb_credit (Results 1 – 6 of 6) sorted by relevance

/drivers/scsi/bfa/
Dbfa_fcs.c356 fabric->bb_credit, in bfa_fcs_fabric_sm_flogi()
385 fabric->bb_credit, in bfa_fcs_fabric_sm_flogi()
552 bfa_trc(fabric->fcs, fabric->bb_credit); in bfa_fcs_fabric_sm_nofabric()
554 fabric->bb_credit, in bfa_fcs_fabric_sm_nofabric()
817 fabric->bb_credit = fabric->lps->pr_bbcred; in bfa_cb_lps_flogi_comp()
818 bfa_trc(fabric->fcs, fabric->bb_credit); in bfa_cb_lps_flogi_comp()
1275 fabric->bb_credit = be16_to_cpu(flogi->csp.bbcred); in bfa_fcs_fabric_process_flogi()
Dbfa_fcs_rport.c2178 bfa_trc(port->fcs, port->fabric->bb_credit); in bfa_fcs_rport_update()
2188 (be16_to_cpu(plogi->csp.bbcred) < port->fabric->bb_credit)) { in bfa_fcs_rport_update()
2191 bfa_trc(port->fcs, port->fabric->bb_credit); in bfa_fcs_rport_update()
2193 port->fabric->bb_credit = be16_to_cpu(plogi->csp.bbcred); in bfa_fcs_rport_update()
2195 port->fabric->bb_credit, 0); in bfa_fcs_rport_update()
Dbfi_ms.h439 __be16 bb_credit; member
Dbfa_fcs.h189 u16 bb_credit; /* BB credit from fabric */ member
Dbfa_defs_svc.h968 u32 bb_credit; member
Dbfa_svc.c1559 lps->pr_bbcred = be16_to_cpu(rsp->bb_credit); in bfa_lps_login_rsp()