Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c6124 uint32_t fcf_table_count; in emlxs_fcoe_fcftab_fcfi_select() local
6133 fcf_table_count = 0; in emlxs_fcoe_fcftab_fcfi_select()
6156 fcf_table_count++; in emlxs_fcoe_fcftab_fcfi_select()
6159 if (fcf_table_count == 0) { in emlxs_fcoe_fcftab_fcfi_select()
6163 if (fcf_table_count == 1) { in emlxs_fcoe_fcftab_fcfi_select()
6170 (sizeof (uintptr_t) * fcf_table_count), KM_SLEEP); in emlxs_fcoe_fcftab_fcfi_select()
6173 for (i = 0; i < fcf_table_count; i++) { in emlxs_fcoe_fcftab_fcfi_select()
6212 kmem_free(fcf_table, (sizeof (uintptr_t) * fcf_table_count)); in emlxs_fcoe_fcftab_fcfi_select()