Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c6123 FCFIobj_t **fcf_table; in emlxs_fcoe_fcftab_fcfi_select() local
6169 fcf_table = (FCFIobj_t **)kmem_zalloc( in emlxs_fcoe_fcftab_fcfi_select()
6187 if (fcf_table[0] && in emlxs_fcoe_fcftab_fcfi_select()
6188 (fcf_table[0]->priority > fcfp->priority)) { in emlxs_fcoe_fcftab_fcfi_select()
6193 fcf_table[i] = fcfp; in emlxs_fcoe_fcftab_fcfi_select()
6206 fcfp = fcf_table[(rnum%i)]; in emlxs_fcoe_fcftab_fcfi_select()
6208 fcfp = fcf_table[0]; in emlxs_fcoe_fcftab_fcfi_select()
6212 kmem_free(fcf_table, (sizeof (uintptr_t) * fcf_table_count)); in emlxs_fcoe_fcftab_fcfi_select()