Searched refs:bfa_rport (Results 1 - 22 of 22) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs_rport.h70 struct bfa_rport_s *bfa_rport; /* BFA Rport */ member in struct:bfa_fcs_rport_s
83 return rport->bfa_rport;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs_rport.h70 struct bfa_rport_s *bfa_rport; /* BFA Rport */ member in struct:bfa_fcs_rport_s
83 return rport->bfa_rport;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/
H A Drport_api.c102 bfa_rport_get_qos_attr(rport->bfa_rport, &qos_attr);
182 bfa_rport_speed(rport->bfa_rport, speed);
H A DMakefile6 bfa-y += bfa_lps.o bfa_hw_cb.o bfa_hw_ct.o bfa_intr.o bfa_timer.o bfa_rport.o
H A Dbfa_fcxp_priv.h57 struct bfa_rport_s *bfa_rport; /* Pointer to the bfa rport that was member in struct:bfa_fcxp_req_info_s
H A Drport_ftrs.c139 bfa_rport_speed(rport->bfa_rport, rpf->rpsc_speed);
141 bfa_rport_speed(rport->bfa_rport, rpf->assigned_speed);
H A Dscn.c280 struct bfa_rport_s *bfa_rport = NULL; local
292 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
H A Dbfa_fcs_lport.c288 struct bfa_rport_s *bfa_rport = NULL; local
301 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
424 struct bfa_rport_s *bfa_rport = NULL; local
449 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
466 struct bfa_rport_s *bfa_rport = NULL; local
505 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
H A Drport.c520 bfa_rport_offline(rport->bfa_rport);
526 bfa_rport_offline(rport->bfa_rport);
531 bfa_rport_offline(rport->bfa_rport);
537 bfa_rport_offline(rport->bfa_rport);
854 bfa_rport_offline(rport->bfa_rport);
886 bfa_rport_offline(rport->bfa_rport);
908 bfa_rport_offline(rport->bfa_rport);
1941 bfa_rport_online(rport->bfa_rport, &rport_info);
1992 rport->bfa_rport = bfa_rport_create(port->fcs->bfa, rport);
1993 if (!rport->bfa_rport) {
[all...]
H A Dbfad_drv.h218 struct bfa_rport_s *bfa_rport; member in struct:bfad_fcxp
H A Dbfa_fcxp.c384 struct bfa_rport_s *rport = reqi->bfa_rport;
667 reqi->bfa_rport = rport;
H A Dfcpim.c433 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag,
563 bfa_itnim = bfa_itnim_create(port->fcs->bfa, rport->bfa_rport, itnim);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/
H A Drport_api.c102 bfa_rport_get_qos_attr(rport->bfa_rport, &qos_attr);
182 bfa_rport_speed(rport->bfa_rport, speed);
H A DMakefile6 bfa-y += bfa_lps.o bfa_hw_cb.o bfa_hw_ct.o bfa_intr.o bfa_timer.o bfa_rport.o
H A Dbfa_fcxp_priv.h57 struct bfa_rport_s *bfa_rport; /* Pointer to the bfa rport that was member in struct:bfa_fcxp_req_info_s
H A Drport_ftrs.c139 bfa_rport_speed(rport->bfa_rport, rpf->rpsc_speed);
141 bfa_rport_speed(rport->bfa_rport, rpf->assigned_speed);
H A Dscn.c280 struct bfa_rport_s *bfa_rport = NULL; local
292 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
H A Dbfa_fcs_lport.c288 struct bfa_rport_s *bfa_rport = NULL; local
301 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
424 struct bfa_rport_s *bfa_rport = NULL; local
449 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
466 struct bfa_rport_s *bfa_rport = NULL; local
505 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
H A Drport.c520 bfa_rport_offline(rport->bfa_rport);
526 bfa_rport_offline(rport->bfa_rport);
531 bfa_rport_offline(rport->bfa_rport);
537 bfa_rport_offline(rport->bfa_rport);
854 bfa_rport_offline(rport->bfa_rport);
886 bfa_rport_offline(rport->bfa_rport);
908 bfa_rport_offline(rport->bfa_rport);
1941 bfa_rport_online(rport->bfa_rport, &rport_info);
1992 rport->bfa_rport = bfa_rport_create(port->fcs->bfa, rport);
1993 if (!rport->bfa_rport) {
[all...]
H A Dbfad_drv.h218 struct bfa_rport_s *bfa_rport; member in struct:bfad_fcxp
H A Dbfa_fcxp.c384 struct bfa_rport_s *rport = reqi->bfa_rport;
667 reqi->bfa_rport = rport;
H A Dfcpim.c433 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag,
563 bfa_itnim = bfa_itnim_create(port->fcs->bfa, rport->bfa_rport, itnim);

Completed in 211 milliseconds