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

/drivers/scsi/bfa/
H A Dbfad_bsg.c420 struct bfa_fcs_lport_s *fcs_port; local
425 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
427 if (fcs_port == NULL) {
433 bfa_fcs_lport_get_attr(fcs_port, &iocmd->port_attr);
443 struct bfa_fcs_lport_s *fcs_port; local
449 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
451 if (fcs_port == NULL) {
457 bfa_fcs_lport_get_stats(fcs_port, &iocmd->port_stats);
467 struct bfa_fcs_lport_s *fcs_port; local
476 fcs_port
501 struct bfa_fcs_lport_s *fcs_port; local
529 struct bfa_fcs_lport_s *fcs_port; local
567 struct bfa_fcs_lport_s *fcs_port; local
601 struct bfa_fcs_lport_s *fcs_port; local
650 struct bfa_fcs_lport_s *fcs_port; local
689 struct bfa_fcs_lport_s *fcs_port; local
724 struct bfa_fcs_lport_s *fcs_port; local
997 struct bfa_fcs_lport_s *fcs_port; local
1017 struct bfa_fcs_lport_s *fcs_port; local
1047 struct bfa_fcs_lport_s *fcs_port; local
1076 struct bfa_fcs_lport_s *fcs_port; local
1963 struct bfa_fcs_lport_s *fcs_port; local
2989 struct bfa_fcs_lport_s *fcs_port; local
[all...]
H A Dbfad_attr.c114 bfa_hton3b(bfa_fcs_lport_get_fcid(port->fcs_port));
253 fabric_nwwn = bfa_fcs_lport_get_fabric_name(port->fcs_port);
809 nwwn = bfa_fcs_lport_get_nwwn(port->fcs_port);
917 bfa_fcs_lport_get_rports(port->fcs_port, rports, &nrports);
H A Dbfad_drv.h132 struct bfa_fcs_lport_s *fcs_port; member in struct:bfad_port_s
H A 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);
H A Dbfad_im.c1034 cpu_to_be64((bfa_fcs_lport_get_nwwn(port->fcs_port)));
1036 cpu_to_be64((bfa_fcs_lport_get_pwwn(port->fcs_port)));
H A Dbfa_fcs_lport.c5067 bfa_fcs_lport_get_stats(struct bfa_fcs_lport_s *fcs_port, argument
5070 *port_stats = fcs_port->stats;
5074 bfa_fcs_lport_clear_stats(struct bfa_fcs_lport_s *fcs_port) argument
5076 memset(&fcs_port->stats, 0, sizeof(struct bfa_lport_stats_s));
H A Dbfad.c445 port_drv->fcs_port = port;

Completed in 80 milliseconds