Home
last modified time | relevance | path

Searched refs:fcs_port (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfad_bsg.c448 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_attr() local
453 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_get_attr()
455 if (fcs_port == NULL) { in bfad_iocmd_lport_get_attr()
461 bfa_fcs_lport_get_attr(fcs_port, &iocmd->port_attr); in bfad_iocmd_lport_get_attr()
471 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_stats() local
477 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_get_stats()
479 if (fcs_port == NULL) { in bfad_iocmd_lport_get_stats()
485 bfa_fcs_lport_get_stats(fcs_port, &iocmd->port_stats); in bfad_iocmd_lport_get_stats()
495 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_reset_stats() local
504 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_reset_stats()
[all …]
H A Dbfad_attr.c107 bfa_hton3b(bfa_fcs_lport_get_fcid(port->fcs_port)); in bfad_im_get_host_port_id()
246 fabric_nwwn = bfa_fcs_lport_get_fabric_name(port->fcs_port); in bfad_im_get_host_fabric_name()
821 nwwn = bfa_fcs_lport_get_nwwn(port->fcs_port); in bfad_im_node_name_show()
915 bfa_fcs_lport_get_rport_quals(port->fcs_port, rports, &nrports); in bfad_im_num_of_discovered_ports_show()
H A Dbfad_im.c1035 cpu_to_be64((bfa_fcs_lport_get_nwwn(port->fcs_port))); in bfad_fc_host_init()
1037 cpu_to_be64((bfa_fcs_lport_get_pwwn(port->fcs_port))); in bfad_fc_host_init()
H A Dbfa_fcs_lport.c5760 bfa_fcs_lport_get_stats(struct bfa_fcs_lport_s *fcs_port, in bfa_fcs_lport_get_stats() argument
5763 *port_stats = fcs_port->stats; in bfa_fcs_lport_get_stats()
5767 bfa_fcs_lport_clear_stats(struct bfa_fcs_lport_s *fcs_port) in bfa_fcs_lport_clear_stats() argument
5769 memset(&fcs_port->stats, 0, sizeof(struct bfa_lport_stats_s)); in bfa_fcs_lport_clear_stats()
H A Dbfad.c453 port_drv->fcs_port = port; in bfa_fcb_lport_new()