Home
last modified time | relevance | path

Searched refs:bfa_rport (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_fcs_rport.c480 bfa_sm_send_event(rport->bfa_rport, BFA_RPORT_SM_OFFLINE); in bfa_fcs_rport_sm_hal_online()
486 bfa_sm_send_event(rport->bfa_rport, BFA_RPORT_SM_OFFLINE); in bfa_fcs_rport_sm_hal_online()
492 bfa_sm_send_event(rport->bfa_rport, BFA_RPORT_SM_OFFLINE); in bfa_fcs_rport_sm_hal_online()
497 bfa_sm_send_event(rport->bfa_rport, BFA_RPORT_SM_OFFLINE); in bfa_fcs_rport_sm_hal_online()
806 bfa_sm_send_event(rport->bfa_rport, BFA_RPORT_SM_OFFLINE); in bfa_fcs_rport_sm_fc4_logorcv()
838 bfa_sm_send_event(rport->bfa_rport, BFA_RPORT_SM_OFFLINE); in bfa_fcs_rport_sm_fc4_logosend()
860 bfa_sm_send_event(rport->bfa_rport, BFA_RPORT_SM_OFFLINE); in bfa_fcs_rport_sm_fc4_offline()
1957 bfa_rport_online(rport->bfa_rport, &rport_info); in bfa_fcs_rport_hal_online()
1988 rport->bfa_rport = bfa_rport_create(port->fcs->bfa, rport); in bfa_fcs_rport_alloc()
1989 if (!rport->bfa_rport) { in bfa_fcs_rport_alloc()
[all …]
Dbfad_drv.h262 struct bfa_rport_s *bfa_rport; member
Dbfa_fcs.h436 struct bfa_rport_s *bfa_rport; /* BFA Rport */ member
449 return rport->bfa_rport; in bfa_fcs_rport_get_halrport()
Dbfa_fcs_fcpim.c441 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_itnim_send_prli()
577 bfa_itnim_create(port->fcs->bfa, rport->bfa_rport, itnim); in bfa_fcs_itnim_create()
Dbfad_im.c935 struct bfa_rport_s *bfa_rport = itnim_data->itnim->bfa_itnim->rport; in bfad_im_check_if_make_lun_visible() local
942 lun_list[i].rp_tag == bfa_rport->rport_tag && in bfad_im_check_if_make_lun_visible()
943 lun_list[i].lp_tag == (u8)bfa_rport->rport_info.lp_tag) { in bfad_im_check_if_make_lun_visible()
Dbfa_fcs_lport.c337 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_ls_rjt() local
351 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_ls_rjt()
365 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_fcgs_rjt() local
385 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_fcgs_rjt()
504 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_echo() local
530 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_echo()
547 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_rnid() local
587 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_rnid()
4616 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_scn_send_ls_acc() local
4629 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_scn_send_ls_acc()
Dbfad_bsg.c747 bfa_rport_speed(fcs_rport->bfa_rport, iocmd->speed); in bfad_iocmd_rport_set_speed()
2969 bfa_fcxp_send(hal_fcxp, drv_fcxp->bfa_rport, bsg_fcpt->vf_id, lp_tag, in bfad_fcxp_bsg_send()
3052 drv_fcxp->bfa_rport = NULL; in bfad_im_bsg_els_ct_request()
3065 drv_fcxp->bfa_rport = fcs_rport->bfa_rport; in bfad_im_bsg_els_ct_request()
Dbfa_svc.h133 struct bfa_rport_s *bfa_rport; member
Dbfa_fcpim.c2287 rp = rp_fcs->bfa_rport; in bfa_fcpim_lunmask_add()
2356 rp = rp_fcs->bfa_rport; in bfa_fcpim_lunmask_delete()
Dbfa_svc.c812 struct bfa_rport_s *rport = reqi->bfa_rport; in bfa_fcxp_queue()
1032 reqi->bfa_rport = rport; in bfa_fcxp_send()