Searched defs:rport_info (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/bfa/
H A Dbfa_fcs_rport.c2294 struct bfa_rport_info_s rport_info; local
2296 rport_info.pid = rport->pid;
2297 rport_info.local_pid = port->pid;
2298 rport_info.lp_tag = port->lp_tag;
2299 rport_info.vf_id = port->fabric->vf_id;
2300 rport_info.vf_en = port->fabric->is_vf;
2301 rport_info.fc_class = rport->fc_cos;
2302 rport_info.cisc = rport->cisc;
2303 rport_info.max_frmsz = rport->maxfrsize;
2304 bfa_rport_online(rport->bfa_rport, &rport_info);
[all...]
H A Dbfa_svc.h305 struct bfa_rport_info_s rport_info; /* rport info from fcs/driver */ member in struct:bfa_rport_s
315 #define BFA_RPORT_FC_COS(_rport) ((_rport)->rport_info.fc_class)
584 struct bfa_rport_info_s *rport_info);
H A Dbfa_svc.c856 send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz);
5012 m->max_frmsz = cpu_to_be16(rp->rport_info.max_frmsz);
5013 m->pid = rp->rport_info.pid;
5014 m->lp_fwtag = bfa_lps_get_fwtag(rp->bfa, (u8)rp->rport_info.lp_tag);
5015 m->local_pid = rp->rport_info.local_pid;
5016 m->fc_class = rp->rport_info.fc_class;
5017 m->vf_en = rp->rport_info.vf_en;
5018 m->vf_id = rp->rport_info.vf_id;
5019 m->cisc = rp->rport_info.cisc;
5063 bfa_trc(rp->bfa, rp->rport_info
5180 bfa_rport_online(struct bfa_rport_s *rport, struct bfa_rport_info_s *rport_info) argument
[all...]

Completed in 72 milliseconds