Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_fcbuild.h143 u16 local_bb_credits, u8 bb_scn);
Dbfi_ms.h420 u8 bb_scn; member
Dbfa_svc.c4191 bfa_fcport_cfg_bbcr(struct bfa_s *bfa, bfa_boolean_t on_off, u8 bb_scn) in bfa_fcport_cfg_bbcr() argument
4222 if (bb_scn != fcport->cfg.bb_scn) in bfa_fcport_cfg_bbcr()
4228 if ((bb_scn == 0) || (bb_scn > BFA_BB_SCN_MAX)) in bfa_fcport_cfg_bbcr()
4229 bb_scn = BFA_BB_SCN_DEF; in bfa_fcport_cfg_bbcr()
4232 fcport->cfg.bb_scn = bb_scn; in bfa_fcport_cfg_bbcr()
4238 fcport->cfg.bb_scn = 0; in bfa_fcport_cfg_bbcr()
Dbfad_bsg.h497 u8 bb_scn; member
Dbfa_svc.h568 bfa_boolean_t on_off, u8 bb_scn);
Dbfa_fcbuild.c263 u16 pdu_size, u16 local_bb_credits, u8 bb_scn) in fc_flogi_acc_build() argument
266 u16 bbscn_rxsz = (bb_scn << 12) | pdu_size; in fc_flogi_acc_build()
Dbfa_defs_svc.h954 u8 bb_scn; /*!< BB_SCN value for FLOGI Exchg */ member
Dbfad_bsg.c417 rc = bfa_fcport_cfg_bbcr(&bfad->bfa, BFA_TRUE, iocmd->bb_scn); in bfad_iocmd_port_cfg_bbcr()