Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_sport.c229 spv_set(domain->lookup, sport->fc_id, NULL); in ocs_sport_free()
410 spv_set(sport->domain->lookup, fc_id, sport); in ocs_sport_attach()
504 spv_set(domain->lookup, sport->fc_id, NULL); in __ocs_sport_common()
852 spv_set(domain->lookup, sport->fc_id, NULL); in __ocs_sport_wait_shutdown()
H A Docs_utils.h316 extern void spv_set(sparse_vector_t sv, uint32_t idx, void *value);
H A Docs_node.c444 spv_set(sport->lookup, port_id, node); in ocs_node_alloc()
517 spv_set(sport->lookup, node->rnode.fc_id, NULL); in ocs_node_free()
H A Docs_domain.c783 spv_set(domain->lookup, fc_id, domain->sport); in __ocs_domain_allocated()
H A Docs_utils.c2160 spv_set(sparse_vector_t sv, uint32_t idx, void *value) in spv_set() function