Home
last modified time | relevance | path

Searched refs:rport_info (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/scsi/bfa/
Dbfa_svc.c800 send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz); in bfa_fcxp_queue()
4901 m->max_frmsz = cpu_to_be16(rp->rport_info.max_frmsz); in bfa_rport_send_fwcreate()
4902 m->pid = rp->rport_info.pid; in bfa_rport_send_fwcreate()
4903 m->lp_fwtag = bfa_lps_get_fwtag(rp->bfa, (u8)rp->rport_info.lp_tag); in bfa_rport_send_fwcreate()
4904 m->local_pid = rp->rport_info.local_pid; in bfa_rport_send_fwcreate()
4905 m->fc_class = rp->rport_info.fc_class; in bfa_rport_send_fwcreate()
4906 m->vf_en = rp->rport_info.vf_en; in bfa_rport_send_fwcreate()
4907 m->vf_id = rp->rport_info.vf_id; in bfa_rport_send_fwcreate()
4908 m->cisc = rp->rport_info.cisc; in bfa_rport_send_fwcreate()
4952 bfa_trc(rp->bfa, rp->rport_info.speed); in bfa_rport_send_fwspeed()
[all …]
Dbfa_svc.h298 struct bfa_rport_info_s rport_info; /* rport info from fcs/driver */ member
308 #define BFA_RPORT_FC_COS(_rport) ((_rport)->rport_info.fc_class)
577 struct bfa_rport_info_s *rport_info);
Dbfa_fcs_rport.c2279 struct bfa_rport_info_s rport_info; in bfa_fcs_rport_hal_online() local
2281 rport_info.pid = rport->pid; in bfa_fcs_rport_hal_online()
2282 rport_info.local_pid = port->pid; in bfa_fcs_rport_hal_online()
2283 rport_info.lp_tag = port->lp_tag; in bfa_fcs_rport_hal_online()
2284 rport_info.vf_id = port->fabric->vf_id; in bfa_fcs_rport_hal_online()
2285 rport_info.vf_en = port->fabric->is_vf; in bfa_fcs_rport_hal_online()
2286 rport_info.fc_class = rport->fc_cos; in bfa_fcs_rport_hal_online()
2287 rport_info.cisc = rport->cisc; in bfa_fcs_rport_hal_online()
2288 rport_info.max_frmsz = rport->maxfrsize; in bfa_fcs_rport_hal_online()
2289 bfa_rport_online(rport->bfa_rport, &rport_info); in bfa_fcs_rport_hal_online()
Dbfad_im.c941 lun_list[i].lp_tag == (u8)bfa_rport->rport_info.lp_tag) { in bfad_im_check_if_make_lun_visible()
Dbfa_fcpim.c432 if (itnim->rport->rport_info.lp_tag != lp_tag) in bfa_fcpim_port_iostats()
2311 rp->rport_info.local_pid); in bfa_fcpim_lunmask_add()
Dbfad_bsg.c516 if (itnim->rport->rport_info.lp_tag != fcs_port->lp_tag) in bfad_iocmd_lport_reset_stats()