Home
last modified time | relevance | path

Searched refs:gen_topo_data (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/scsi/bfa/
Dbfa_fcbuild.h227 struct fc_rnid_general_topology_data_s *gen_topo_data);
Dbfa_fcs_lport.c65 struct fc_rnid_general_topology_data_s *gen_topo_data);
590 struct fc_rnid_general_topology_data_s gen_topo_data; in bfa_fcs_lport_rnid() local
617 bfa_fs_port_get_gen_topo_data(port, &gen_topo_data); in bfa_fcs_lport_rnid()
631 &gen_topo_data); in bfa_fcs_lport_rnid()
643 struct fc_rnid_general_topology_data_s *gen_topo_data) in bfa_fs_port_get_gen_topo_data() argument
645 memset(gen_topo_data, 0, in bfa_fs_port_get_gen_topo_data()
648 gen_topo_data->asso_type = cpu_to_be32(RNID_ASSOCIATED_TYPE_HOST); in bfa_fs_port_get_gen_topo_data()
649 gen_topo_data->phy_port_num = 0; /* @todo */ in bfa_fs_port_get_gen_topo_data()
650 gen_topo_data->num_attached_nodes = cpu_to_be32(1); in bfa_fs_port_get_gen_topo_data()
Dbfa_fcbuild.c727 struct fc_rnid_general_topology_data_s *gen_topo_data) in fc_rnid_acc_build() argument
742 rnid_acc->gen_topology_data = *gen_topo_data; in fc_rnid_acc_build()