Home
last modified time | relevance | path

Searched refs:bb_scn (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_fcbuild.h151 u16 local_bb_credits, u8 bb_scn);
Dbfi_ms.h428 u8 bb_scn; member
Dbfa_svc.c4205 bfa_fcport_cfg_bbcr(struct bfa_s *bfa, bfa_boolean_t on_off, u8 bb_scn) in bfa_fcport_cfg_bbcr() argument
4236 if (bb_scn != fcport->cfg.bb_scn) in bfa_fcport_cfg_bbcr()
4242 if ((bb_scn == 0) || (bb_scn > BFA_BB_SCN_MAX)) in bfa_fcport_cfg_bbcr()
4243 bb_scn = BFA_BB_SCN_DEF; in bfa_fcport_cfg_bbcr()
4246 fcport->cfg.bb_scn = bb_scn; in bfa_fcport_cfg_bbcr()
4252 fcport->cfg.bb_scn = 0; in bfa_fcport_cfg_bbcr()
Dbfad_bsg.h505 u8 bb_scn; member
Dbfa_svc.h576 bfa_boolean_t on_off, u8 bb_scn);
Dbfa_fcbuild.c292 u16 pdu_size, u16 local_bb_credits, u8 bb_scn) in fc_flogi_acc_build() argument
295 u16 bbscn_rxsz = (bb_scn << 12) | pdu_size; in fc_flogi_acc_build()
Dbfa_defs_svc.h962 u8 bb_scn; /*!< BB_SCN value for FLOGI Exchg */ member
Dbfad_bsg.c425 rc = bfa_fcport_cfg_bbcr(&bfad->bfa, BFA_TRUE, iocmd->bb_scn); in bfad_iocmd_port_cfg_bbcr()