Searched refs:bfa_rport (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcs_rport.c | 540 if (!rport->bfa_rport) in bfa_fcs_rport_sm_fc4_fcs_online() 541 rport->bfa_rport = in bfa_fcs_rport_sm_fc4_fcs_online() 544 if (rport->bfa_rport) { in bfa_fcs_rport_sm_fc4_fcs_online() 2305 bfa_rport_online(rport->bfa_rport, &rport_info); in bfa_fcs_rport_hal_online() 2311 if (rport->bfa_rport) in bfa_fcs_rport_hal_offline() 2312 bfa_sm_send_event(rport->bfa_rport, BFA_RPORT_SM_OFFLINE); in bfa_fcs_rport_hal_offline() 2348 rport->bfa_rport = NULL; in bfa_fcs_rport_alloc() 2396 if (rport->bfa_rport) { in bfa_fcs_rport_free() 2397 bfa_sm_send_event(rport->bfa_rport, BFA_RPORT_SM_DELETE); in bfa_fcs_rport_free() 2398 rport->bfa_rport = NULL; in bfa_fcs_rport_free() [all …]
|
D | bfad_drv.h | 266 struct bfa_rport_s *bfa_rport; member
|
D | bfa_fcs.h | 449 struct bfa_rport_s *bfa_rport; /* BFA Rport */ member 463 return rport->bfa_rport; in bfa_fcs_rport_get_halrport()
|
D | bfa_fcs_fcpim.c | 208 itnim->rport->bfa_rport, itnim); in bfa_fcs_itnim_sm_hal_rport_online() 473 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_itnim_send_prli()
|
D | bfad_im.c | 943 struct bfa_rport_s *bfa_rport = itnim_data->itnim->bfa_itnim->rport; in bfad_im_check_if_make_lun_visible() local 950 lun_list[i].rp_tag == bfa_rport->rport_tag && in bfad_im_check_if_make_lun_visible() 951 lun_list[i].lp_tag == (u8)bfa_rport->rport_info.lp_tag) { in bfad_im_check_if_make_lun_visible()
|
D | bfa_fcs_lport.c | 391 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_ls_rjt() local 405 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_ls_rjt() 419 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_fcgs_rjt() local 439 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_fcgs_rjt() 558 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_echo() local 584 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_echo() 601 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_rnid() local 641 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_rnid() 5470 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_scn_send_ls_acc() local 5483 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_scn_send_ls_acc()
|
D | bfad_bsg.c | 792 if (fcs_rport->bfa_rport) in bfad_iocmd_rport_set_speed() 793 bfa_rport_speed(fcs_rport->bfa_rport, iocmd->speed); in bfad_iocmd_rport_set_speed() 3338 bfa_fcxp_send(hal_fcxp, drv_fcxp->bfa_rport, bsg_fcpt->vf_id, lp_tag, in bfad_fcxp_bsg_send() 3427 drv_fcxp->bfa_rport = NULL; in bfad_im_bsg_els_ct_request() 3440 drv_fcxp->bfa_rport = fcs_rport->bfa_rport; in bfad_im_bsg_els_ct_request()
|
D | bfa_svc.h | 137 struct bfa_rport_s *bfa_rport; member
|
D | bfa_fcpim.c | 2299 rp = rp_fcs->bfa_rport; in bfa_fcpim_lunmask_add() 2368 rp = rp_fcs->bfa_rport; in bfa_fcpim_lunmask_delete()
|
D | bfa_svc.c | 806 struct bfa_rport_s *rport = reqi->bfa_rport; in bfa_fcxp_queue() 1028 reqi->bfa_rport = rport; in bfa_fcxp_send()
|