Searched refs:fcs_port (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfad_bsg.c | 456 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_attr() local 461 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_get_attr() 463 if (fcs_port == NULL) { in bfad_iocmd_lport_get_attr() 469 bfa_fcs_lport_get_attr(fcs_port, &iocmd->port_attr); in bfad_iocmd_lport_get_attr() 479 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_stats() local 485 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_get_stats() 487 if (fcs_port == NULL) { in bfad_iocmd_lport_get_stats() 493 bfa_fcs_lport_get_stats(fcs_port, &iocmd->port_stats); in bfad_iocmd_lport_get_stats() 503 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_reset_stats() local 512 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_reset_stats() [all …]
|
D | bfad_attr.c | 115 bfa_hton3b(bfa_fcs_lport_get_fcid(port->fcs_port)); in bfad_im_get_host_port_id() 254 fabric_nwwn = bfa_fcs_lport_get_fabric_name(port->fcs_port); in bfad_im_get_host_fabric_name() 827 nwwn = bfa_fcs_lport_get_nwwn(port->fcs_port); in bfad_im_node_name_show() 936 bfa_fcs_lport_get_rport_quals(port->fcs_port, rports, &nrports); in bfad_im_num_of_discovered_ports_show()
|
D | bfad_drv.h | 136 struct bfa_fcs_lport_s *fcs_port; member
|
D | bfa_fcs.h | 305 void bfa_fcs_lport_get_stats(struct bfa_fcs_lport_s *fcs_port, 307 void bfa_fcs_lport_clear_stats(struct bfa_fcs_lport_s *fcs_port);
|
D | bfad_im.c | 1044 cpu_to_be64((bfa_fcs_lport_get_nwwn(port->fcs_port))); in bfad_fc_host_init() 1046 cpu_to_be64((bfa_fcs_lport_get_pwwn(port->fcs_port))); in bfad_fc_host_init()
|
D | bfa_fcs_lport.c | 5946 bfa_fcs_lport_get_stats(struct bfa_fcs_lport_s *fcs_port, in bfa_fcs_lport_get_stats() argument 5949 *port_stats = fcs_port->stats; in bfa_fcs_lport_get_stats() 5953 bfa_fcs_lport_clear_stats(struct bfa_fcs_lport_s *fcs_port) in bfa_fcs_lport_clear_stats() argument 5955 memset(&fcs_port->stats, 0, sizeof(struct bfa_lport_stats_s)); in bfa_fcs_lport_clear_stats()
|
D | bfad.c | 461 port_drv->fcs_port = port; in bfa_fcb_lport_new()
|