Searched refs:rport_attr (Results 1 – 1 of 1) sorted by relevance
3025 struct bfa_rport_attr_s *rport_attr) in bfa_fcs_rport_get_attr() argument3034 memset(rport_attr, 0, sizeof(struct bfa_rport_attr_s)); in bfa_fcs_rport_get_attr()3037 rport_attr->pid = rport->pid; in bfa_fcs_rport_get_attr()3038 rport_attr->pwwn = rport->pwwn; in bfa_fcs_rport_get_attr()3039 rport_attr->nwwn = rport->nwwn; in bfa_fcs_rport_get_attr()3040 rport_attr->cos_supported = rport->fc_cos; in bfa_fcs_rport_get_attr()3041 rport_attr->df_sz = rport->maxfrsize; in bfa_fcs_rport_get_attr()3042 rport_attr->state = bfa_fcs_rport_get_state(rport); in bfa_fcs_rport_get_attr()3043 rport_attr->fc_cos = rport->fc_cos; in bfa_fcs_rport_get_attr()3044 rport_attr->cisc = rport->cisc; in bfa_fcs_rport_get_attr()[all …]