Searched refs:rport_attr (Results 1 – 1 of 1) sorted by relevance
3009 struct bfa_rport_attr_s *rport_attr) in bfa_fcs_rport_get_attr() argument3018 memset(rport_attr, 0, sizeof(struct bfa_rport_attr_s)); in bfa_fcs_rport_get_attr()3021 rport_attr->pid = rport->pid; in bfa_fcs_rport_get_attr()3022 rport_attr->pwwn = rport->pwwn; in bfa_fcs_rport_get_attr()3023 rport_attr->nwwn = rport->nwwn; in bfa_fcs_rport_get_attr()3024 rport_attr->cos_supported = rport->fc_cos; in bfa_fcs_rport_get_attr()3025 rport_attr->df_sz = rport->maxfrsize; in bfa_fcs_rport_get_attr()3026 rport_attr->state = bfa_fcs_rport_get_state(rport); in bfa_fcs_rport_get_attr()3027 rport_attr->fc_cos = rport->fc_cos; in bfa_fcs_rport_get_attr()3028 rport_attr->cisc = rport->cisc; in bfa_fcs_rport_get_attr()[all …]