Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfad_bsg.c420 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_attr() local
425 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_get_attr()
427 if (fcs_port == NULL) { in bfad_iocmd_lport_get_attr()
433 bfa_fcs_lport_get_attr(fcs_port, &iocmd->port_attr); in bfad_iocmd_lport_get_attr()
443 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_stats() local
449 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_get_stats()
451 if (fcs_port == NULL) { in bfad_iocmd_lport_get_stats()
457 bfa_fcs_lport_get_stats(fcs_port, &iocmd->port_stats); in bfad_iocmd_lport_get_stats()
467 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_reset_stats() local
476 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_reset_stats()
[all …]
Dbfad_attr.c114 bfa_hton3b(bfa_fcs_lport_get_fcid(port->fcs_port)); in bfad_im_get_host_port_id()
253 fabric_nwwn = bfa_fcs_lport_get_fabric_name(port->fcs_port); in bfad_im_get_host_fabric_name()
809 nwwn = bfa_fcs_lport_get_nwwn(port->fcs_port); in bfad_im_node_name_show()
917 bfa_fcs_lport_get_rports(port->fcs_port, rports, &nrports); in bfad_im_num_of_discovered_ports_show()
Dbfad_drv.h132 struct bfa_fcs_lport_s *fcs_port; member
Dbfa_fcs.h302 void bfa_fcs_lport_get_stats(struct bfa_fcs_lport_s *fcs_port,
304 void bfa_fcs_lport_clear_stats(struct bfa_fcs_lport_s *fcs_port);
Dbfad_im.c1034 cpu_to_be64((bfa_fcs_lport_get_nwwn(port->fcs_port))); in bfad_fc_host_init()
1036 cpu_to_be64((bfa_fcs_lport_get_pwwn(port->fcs_port))); in bfad_fc_host_init()
Dbfa_fcs_lport.c5067 bfa_fcs_lport_get_stats(struct bfa_fcs_lport_s *fcs_port, in bfa_fcs_lport_get_stats() argument
5070 *port_stats = fcs_port->stats; in bfa_fcs_lport_get_stats()
5074 bfa_fcs_lport_clear_stats(struct bfa_fcs_lport_s *fcs_port) in bfa_fcs_lport_clear_stats() argument
5076 memset(&fcs_port->stats, 0, sizeof(struct bfa_lport_stats_s)); in bfa_fcs_lport_clear_stats()
Dbfad.c445 port_drv->fcs_port = port; in bfa_fcb_lport_new()