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

/drivers/scsi/bfa/
H A Dbfi_ms.h279 u8 bb_scn; /* BB_SC FC credit recovery */ member in struct:bfi_fcport_set_svc_params_req_s
428 u8 bb_scn; member in struct:bfi_lps_login_req_s
448 u8 bb_scn; /* atatched port's bb_scn */ member in struct:bfi_lps_login_rsp_s
H A Dbfa_svc.h405 u8 bb_scn; /* local BB_SCN */ member in struct:bfa_lps_s
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);
H A Dbfa_fcs.c853 u8 alpa = 0, bb_scn = 0; local
860 bb_scn = BFA_FCS_PORT_DEF_BB_SCN;
863 pcfg->pwwn, pcfg->nwwn, fabric->auth_reqd, bb_scn);
933 /* return max of local/remote bb_scn values */
H A Dbfa_fcbuild.h150 u16 local_bb_credits, u8 bb_scn);
H A Dbfa_svc.c1566 lps->pr_bbscn = rsp->bb_scn;
1696 m->bb_scn = lps->bb_scn;
1890 wwn_t pwwn, wwn_t nwwn, bfa_boolean_t auth_en, uint8_t bb_scn)
1899 lps->bb_scn = bb_scn;
3732 bfa_fcport_set_tx_bbcredit(struct bfa_s *bfa, u16 tx_bbcredit, u8 bb_scn) argument
3737 fcport->cfg.bb_scn = bb_scn;
3738 if (bb_scn)
1889 bfa_lps_flogi(struct bfa_lps_s *lps, void *uarg, u8 alpa, u16 pdusz, wwn_t pwwn, wwn_t nwwn, bfa_boolean_t auth_en, uint8_t bb_scn) argument
[all...]
H A Dbfa_fcbuild.c287 u16 pdu_size, u16 local_bb_credits, u8 bb_scn)
290 u16 bbscn_rxsz = (bb_scn << 12) | pdu_size;
297 flogi->csp.rxsz = cpu_to_be16(bbscn_rxsz); /* bb_scn/rxsz */
285 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id, __be16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size, u16 local_bb_credits, u8 bb_scn) argument
H A Dbfa_defs_svc.h851 u8 bb_scn; /* BB_SCN value from FLOGI Exchg */ member in struct:bfa_port_cfg_s

Completed in 84 milliseconds