Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bfa/
Dbfi_ms.h279 u8 bb_scn; /* BB_SC FC credit recovery */ member
428 u8 bb_scn; member
448 u8 bb_scn; /* atatched port's bb_scn */ member
Dbfa_svc.h405 u8 bb_scn; /* local BB_SCN */ member
548 void bfa_fcport_set_tx_bbcredit(struct bfa_s *bfa, u16 tx_bbcredit, u8 bb_scn);
652 bfa_boolean_t auth_en, u8 bb_scn);
Dbfa_fcs.c853 u8 alpa = 0, bb_scn = 0; in bfa_fcs_fabric_login() local
860 bb_scn = BFA_FCS_PORT_DEF_BB_SCN; in bfa_fcs_fabric_login()
863 pcfg->pwwn, pcfg->nwwn, fabric->auth_reqd, bb_scn); in bfa_fcs_fabric_login()
Dbfa_svc.c1566 lps->pr_bbscn = rsp->bb_scn; in bfa_lps_login_rsp()
1696 m->bb_scn = lps->bb_scn; in bfa_lps_send_login()
1890 wwn_t pwwn, wwn_t nwwn, bfa_boolean_t auth_en, uint8_t bb_scn) in bfa_lps_flogi() argument
1899 lps->bb_scn = bb_scn; in bfa_lps_flogi()
3732 bfa_fcport_set_tx_bbcredit(struct bfa_s *bfa, u16 tx_bbcredit, u8 bb_scn) in bfa_fcport_set_tx_bbcredit() argument
3737 fcport->cfg.bb_scn = bb_scn; in bfa_fcport_set_tx_bbcredit()
3738 if (bb_scn) in bfa_fcport_set_tx_bbcredit()
Dbfa_fcbuild.h150 u16 local_bb_credits, u8 bb_scn);
Dbfa_fcbuild.c287 u16 pdu_size, u16 local_bb_credits, u8 bb_scn) in fc_flogi_acc_build() argument
290 u16 bbscn_rxsz = (bb_scn << 12) | pdu_size; in fc_flogi_acc_build()
Dbfa_defs_svc.h851 u8 bb_scn; /* BB_SCN value from FLOGI Exchg */ member