Searched refs:SLI_RSRC_FCOE_RPI (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_ddump.c | 245 ocs_ddump_value(textbuf, "max_rpi", "%d", sli_get_max_rsrc(sli4, SLI_RSRC_FCOE_RPI)); in ocs_ddump_sli() 408 uint32_t max_rpi = sli_get_max_rsrc(&hw->sli, SLI_RSRC_FCOE_RPI); in ocs_ddump_hw()
|
H A D | ocs_hw.c | 742 max_rpi = sli_get_max_rsrc(&hw->sli, SLI_RSRC_FCOE_RPI); in ocs_hw_init() 1218 sli_resource_free(&hw->sli, SLI_RSRC_FCOE_RPI, hw->workaround.unregistered_rid); in ocs_hw_teardown() 1221 max_rpi = sli_get_max_rsrc(&hw->sli, SLI_RSRC_FCOE_RPI); in ocs_hw_teardown() 1504 *value = sli_get_max_rsrc(&hw->sli, SLI_RSRC_FCOE_RPI); in ocs_hw_get() 2967 if (sli_resource_alloc(&hw->sli, SLI_RSRC_FCOE_RPI, &rnode->indicator, &rnode->index)) { in ocs_hw_node_alloc() 3086 if (sli_resource_free(&hw->sli, SLI_RSRC_FCOE_RPI, rnode->indicator)) { in ocs_hw_node_free_resources() 3171 SLI_RSRC_FCOE_RPI, fc_id)) { in ocs_hw_node_detach() 3243 if (sli_resource_alloc(&hw->sli, SLI_RSRC_FCOE_RPI, &ngroup->indicator, in ocs_hw_node_group_alloc() 3269 if (sli_resource_free(&hw->sli, SLI_RSRC_FCOE_RPI, rnode->indicator)) { in ocs_hw_node_group_attach() 3298 if (sli_resource_free(&hw->sli, SLI_RSRC_FCOE_RPI, ngroup->indicator)) { in ocs_hw_node_group_free() [all …]
|
H A D | sli4.c | 1581 case SLI_RSRC_FCOE_RPI: in sli_cmd_unreg_rpi() 3740 sli4->config.extent[SLI_RSRC_FCOE_RPI].base[0] = read_config->rpi_base; in sli_get_config() 3741 sli4->config.extent[SLI_RSRC_FCOE_RPI].size = read_config->rpi_count; in sli_get_config() 5416 case SLI_RSRC_FCOE_RPI: in sli_resource_alloc() 5469 case SLI_RSRC_FCOE_RPI: in sli_resource_free() 5511 case SLI_RSRC_FCOE_RPI: in sli_resource_reset() 6471 rpi = sli4->config.extent[SLI_RSRC_FCOE_RPI].base[0]; in sli_cmd_fcoe_post_hdr_templates()
|
H A D | sli4.h | 3185 SLI_RSRC_FCOE_RPI, enumerator
|