Searched defs:rpwwn (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/bfa/
H A Dbfa_fcs_fcpim.c410 aen_entry->aen_data.itnim.rpwwn = rport->pwwn;
738 bfa_fcs_itnim_lookup(struct bfa_fcs_lport_s *port, wwn_t rpwwn) argument
741 rport = bfa_fcs_rport_lookup(port, rpwwn);
751 bfa_fcs_itnim_attr_get(struct bfa_fcs_lport_s *port, wwn_t rpwwn, argument
756 itnim = bfa_fcs_itnim_lookup(port, rpwwn);
770 bfa_fcs_itnim_stats_get(struct bfa_fcs_lport_s *port, wwn_t rpwwn, argument
777 itnim = bfa_fcs_itnim_lookup(port, rpwwn);
788 bfa_fcs_itnim_stats_clear(struct bfa_fcs_lport_s *port, wwn_t rpwwn) argument
794 itnim = bfa_fcs_itnim_lookup(port, rpwwn);
H A Dbfa_fcs_rport.c2066 aen_entry->aen_data.rport.rpwwn = rport->pwwn;
2247 * @param[in] rpwwn - remote port wwn
2252 bfa_fcs_rport_create_by_wwn(struct bfa_fcs_lport_s *port, wwn_t rpwwn) argument
2255 bfa_trc(port->fcs, rpwwn);
2256 rport = bfa_fcs_rport_alloc(port, rpwwn, 0);
2634 bfa_fcs_rport_lookup(struct bfa_fcs_lport_s *port, wwn_t rpwwn) argument
2638 rport = bfa_fcs_lport_get_rport_by_pwwn(port, rpwwn);
H A Dbfa_fcpim.c2269 wwn_t rpwwn, struct scsi_lun lun)
2285 rp_fcs = bfa_fcs_lport_get_rport_by_pwwn(port, rpwwn);
2296 (lunm_list[i].rp_wwn == rpwwn) &&
2315 lunm_list[free_index].rp_wwn = rpwwn;
2322 (lunm_list[i].rp_wwn == rpwwn))
2331 wwn_t rpwwn, struct scsi_lun lun)
2345 bfa_trc(bfa, rpwwn);
2354 rp_fcs = bfa_fcs_lport_get_rport_by_pwwn(port, rpwwn);
2363 (lunm_list[i].rp_wwn == rpwwn) &&
2381 (lunm_list[i].rp_wwn == rpwwn))
2268 bfa_fcpim_lunmask_add(struct bfa_s *bfa, u16 vf_id, wwn_t *pwwn, wwn_t rpwwn, struct scsi_lun lun) argument
2330 bfa_fcpim_lunmask_delete(struct bfa_s *bfa, u16 vf_id, wwn_t *pwwn, wwn_t rpwwn, struct scsi_lun lun) argument
[all...]
H A Dbfad_bsg.h171 wwn_t rpwwn; member in struct:bfa_bsg_itnim_ioprofile_s
321 wwn_t rpwwn; member in struct:bfa_bsg_rport_attr_s
330 wwn_t rpwwn; member in struct:bfa_bsg_rport_stats_s
339 wwn_t rpwwn; member in struct:bfa_bsg_rport_scsi_addr_s
351 wwn_t rpwwn; member in struct:bfa_bsg_rport_reset_stats_s
361 wwn_t rpwwn; member in struct:bfa_bsg_rport_set_speed_s
431 wwn_t rpwwn; member in struct:bfa_bsg_itnim_attr_s
440 wwn_t rpwwn; member in struct:bfa_bsg_itnim_iostats_s
449 wwn_t rpwwn; member in struct:bfa_bsg_itnim_itnstats_s
719 wwn_t rpwwn; member in struct:bfa_bsg_fcpim_lunmask_s
[all...]
H A Dbfa_defs.h465 wwn_t rpwwn; /* WWN of remote(target) port */ member in struct:bfa_itnim_aen_data_s
H A Dbfa_defs_svc.h1300 wwn_t rpwwn; /* WWN of this remote port */ member in struct:bfa_rport_aen_data_s

Completed in 146 milliseconds