Searched refs:sli_resource_alloc (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.c | 2470 if (sli_resource_alloc(&hw->sli, SLI_RSRC_FCOE_VPI, &sport->indicator, &index)) { in ocs_hw_port_alloc() 2817 if (sli_resource_alloc(&hw->sli, SLI_RSRC_FCOE_VFI, &domain->indicator, &index)) { in ocs_hw_domain_alloc() 2967 if (sli_resource_alloc(&hw->sli, SLI_RSRC_FCOE_RPI, &rnode->indicator, &rnode->index)) { in ocs_hw_node_alloc() 3243 if (sli_resource_alloc(&hw->sli, SLI_RSRC_FCOE_RPI, &ngroup->indicator, in ocs_hw_node_group_alloc() 9575 if (sli_resource_alloc(&hw->sli, SLI_RSRC_FCOE_XRI, &io->indicator, &index)) { in ocs_hw_setup_io() 12660 if (sli_resource_alloc(&hw->sli, SLI_RSRC_FCOE_RPI, &hw->workaround.unregistered_rid, in ocs_hw_workaround_setup()
|
H A D | sli4.h | 3751 extern int32_t sli_resource_alloc(sli4_t *, sli4_resource_e, uint32_t *, uint32_t *);
|
H A D | sli4.c | 5402 sli_resource_alloc(sli4_t *sli4, sli4_resource_e rtype, uint32_t *rid, uint32_t *index) in sli_resource_alloc() function
|