Symbol: bfa_rport_s
drivers/scsi/bfa/bfa_fcpim.c
1349
bfa_itnim_create(struct bfa_s *bfa, struct bfa_rport_s *rport, void *ditn)
drivers/scsi/bfa/bfa_fcpim.c
2225
struct bfa_rport_s *rp = NULL;
drivers/scsi/bfa/bfa_fcpim.c
3699
bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport,
drivers/scsi/bfa/bfa_fcpim.h
278
struct bfa_rport_s *rport; /* bfa rport */
drivers/scsi/bfa/bfa_fcpim.h
34
void bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport,
drivers/scsi/bfa/bfa_fcpim.h
384
struct bfa_rport_s *rport, void *itnim);
drivers/scsi/bfa/bfa_fcs.h
594
struct bfa_rport_s *bfa_rport; /* BFA Rport */
drivers/scsi/bfa/bfa_fcs.h
605
static inline struct bfa_rport_s *
drivers/scsi/bfa/bfa_fcs_lport.c
370
struct bfa_rport_s *bfa_rport = NULL;
drivers/scsi/bfa/bfa_fcs_lport.c
398
struct bfa_rport_s *bfa_rport = NULL;
drivers/scsi/bfa/bfa_fcs_lport.c
537
struct bfa_rport_s *bfa_rport = NULL;
drivers/scsi/bfa/bfa_fcs_lport.c
5380
struct bfa_rport_s *bfa_rport = NULL;
drivers/scsi/bfa/bfa_fcs_lport.c
580
struct bfa_rport_s *bfa_rport = NULL;
drivers/scsi/bfa/bfa_svc.c
212
static struct bfa_rport_s *bfa_rport_alloc(struct bfa_rport_mod_s *rp_mod);
drivers/scsi/bfa/bfa_svc.c
213
static void bfa_rport_free(struct bfa_rport_s *rport);
drivers/scsi/bfa/bfa_svc.c
214
static bfa_boolean_t bfa_rport_send_fwcreate(struct bfa_rport_s *rp);
drivers/scsi/bfa/bfa_svc.c
215
static bfa_boolean_t bfa_rport_send_fwdelete(struct bfa_rport_s *rp);
drivers/scsi/bfa/bfa_svc.c
216
static bfa_boolean_t bfa_rport_send_fwspeed(struct bfa_rport_s *rp);
drivers/scsi/bfa/bfa_svc.c
225
static void bfa_rport_sm_uninit(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
227
static void bfa_rport_sm_created(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
229
static void bfa_rport_sm_fwcreate(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
231
static void bfa_rport_sm_online(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
233
static void bfa_rport_sm_fwdelete(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
235
static void bfa_rport_sm_offline(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
237
static void bfa_rport_sm_deleting(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
239
static void bfa_rport_sm_offline_pending(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
241
static void bfa_rport_sm_delete_pending(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
243
static void bfa_rport_sm_iocdisable(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
245
static void bfa_rport_sm_fwcreate_qfull(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
247
static void bfa_rport_sm_fwdelete_qfull(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
249
static void bfa_rport_sm_deleting_qfull(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
4237
bfa_rport_sm_uninit(struct bfa_rport_s *rp, enum bfa_rport_event event)
drivers/scsi/bfa/bfa_svc.c
4255
bfa_rport_sm_created(struct bfa_rport_s *rp, enum bfa_rport_event event)
drivers/scsi/bfa/bfa_svc.c
4290
bfa_rport_sm_fwcreate(struct bfa_rport_s *rp, enum bfa_rport_event event)
drivers/scsi/bfa/bfa_svc.c
4327
bfa_rport_sm_fwcreate_qfull(struct bfa_rport_s *rp, enum bfa_rport_event event)
drivers/scsi/bfa/bfa_svc.c
4368
bfa_rport_sm_online(struct bfa_rport_s *rp, enum bfa_rport_event event)
drivers/scsi/bfa/bfa_svc.c
4436
bfa_rport_sm_fwdelete(struct bfa_rport_s *rp, enum bfa_rport_event event)
drivers/scsi/bfa/bfa_svc.c
4466
bfa_rport_sm_fwdelete_qfull(struct bfa_rport_s *rp, enum bfa_rport_event event)
drivers/scsi/bfa/bfa_svc.c
4499
bfa_rport_sm_offline(struct bfa_rport_s *rp, enum bfa_rport_event event)
drivers/scsi/bfa/bfa_svc.c
4538
bfa_rport_sm_deleting(struct bfa_rport_s *rp, enum bfa_rport_event event)
drivers/scsi/bfa/bfa_svc.c
4562
bfa_rport_sm_deleting_qfull(struct bfa_rport_s *rp, enum bfa_rport_event event)
drivers/scsi/bfa/bfa_svc.c
4590
bfa_rport_sm_delete_pending(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
4621
bfa_rport_sm_offline_pending(struct bfa_rport_s *rp,
drivers/scsi/bfa/bfa_svc.c
4657
bfa_rport_sm_iocdisable(struct bfa_rport_s *rp, enum bfa_rport_event event)
drivers/scsi/bfa/bfa_svc.c
4700
struct bfa_rport_s *rp = cbarg;
drivers/scsi/bfa/bfa_svc.c
4709
struct bfa_rport_s *rp = cbarg;
drivers/scsi/bfa/bfa_svc.c
4718
struct bfa_rport_s *rp = cbarg;
drivers/scsi/bfa/bfa_svc.c
4734
cfg->fwcfg.num_rports * sizeof(struct bfa_rport_s));
drivers/scsi/bfa/bfa_svc.c
4742
struct bfa_rport_s *rp;
drivers/scsi/bfa/bfa_svc.c
4749
rp = (struct bfa_rport_s *) bfa_mem_kva_curp(mod);
drivers/scsi/bfa/bfa_svc.c
4757
memset(rp, 0, sizeof(struct bfa_rport_s));
drivers/scsi/bfa/bfa_svc.c
4781
struct bfa_rport_s *rport;
drivers/scsi/bfa/bfa_svc.c
4788
rport = (struct bfa_rport_s *) qe;
drivers/scsi/bfa/bfa_svc.c
4793
static struct bfa_rport_s *
drivers/scsi/bfa/bfa_svc.c
4796
struct bfa_rport_s *rport;
drivers/scsi/bfa/bfa_svc.c
4806
bfa_rport_free(struct bfa_rport_s *rport)
drivers/scsi/bfa/bfa_svc.c
4816
bfa_rport_send_fwcreate(struct bfa_rport_s *rp)
drivers/scsi/bfa/bfa_svc.c
4849
bfa_rport_send_fwdelete(struct bfa_rport_s *rp)
drivers/scsi/bfa/bfa_svc.c
4874
bfa_rport_send_fwspeed(struct bfa_rport_s *rp)
drivers/scsi/bfa/bfa_svc.c
4912
struct bfa_rport_s *rp;
drivers/scsi/bfa/bfa_svc.c
4979
struct bfa_rport_s *
drivers/scsi/bfa/bfa_svc.c
4982
struct bfa_rport_s *rp;
drivers/scsi/bfa/bfa_svc.c
5000
bfa_rport_online(struct bfa_rport_s *rport, struct bfa_rport_info_s *rport_info)
drivers/scsi/bfa/bfa_svc.c
5018
bfa_rport_speed(struct bfa_rport_s *rport, enum bfa_port_speed speed)
drivers/scsi/bfa/bfa_svc.c
5031
bfa_rport_set_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp)
drivers/scsi/bfa/bfa_svc.c
5047
bfa_rport_unset_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp)
drivers/scsi/bfa/bfa_svc.c
778
struct bfa_rport_s *rport = reqi->bfa_rport;
drivers/scsi/bfa/bfa_svc.c
977
bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
drivers/scsi/bfa/bfa_svc.h
129
struct bfa_rport_s *bfa_rport;
drivers/scsi/bfa/bfa_svc.h
232
struct bfa_rport_s *rps_list; /* list of rports */
drivers/scsi/bfa/bfa_svc.h
286
struct bfa_rport_s;
drivers/scsi/bfa/bfa_svc.h
287
typedef void (*bfa_rport_sm_t)(struct bfa_rport_s *, enum bfa_rport_event);
drivers/scsi/bfa/bfa_svc.h
628
struct bfa_rport_s *bfa_rport_create(struct bfa_s *bfa, void *rport_drv);
drivers/scsi/bfa/bfa_svc.h
629
void bfa_rport_online(struct bfa_rport_s *rport,
drivers/scsi/bfa/bfa_svc.h
631
void bfa_rport_speed(struct bfa_rport_s *rport, enum bfa_port_speed speed);
drivers/scsi/bfa/bfa_svc.h
649
void bfa_rport_set_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp);
drivers/scsi/bfa/bfa_svc.h
650
void bfa_rport_unset_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp);
drivers/scsi/bfa/bfa_svc.h
680
void bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
drivers/scsi/bfa/bfad_bsg.c
727
struct bfa_rport_s *rport;
drivers/scsi/bfa/bfad_drv.h
260
struct bfa_rport_s *bfa_rport;
drivers/scsi/bfa/bfad_im.c
934
struct bfa_rport_s *bfa_rport = itnim_data->itnim->bfa_itnim->rport;