Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1911 } DFC_FCoEFCFList_t; typedef
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c10422 DFC_FCoEFCFList_t *fcflist; in emlxs_dfc_get_fcflist()
10436 if (dfc->buf1_size < sizeof (DFC_FCoEFCFList_t)) { in emlxs_dfc_get_fcflist()
10458 size = sizeof (DFC_FCoEFCFList_t) + in emlxs_dfc_get_fcflist()
10460 fcflist = (DFC_FCoEFCFList_t *)kmem_zalloc(size, KM_SLEEP); in emlxs_dfc_get_fcflist()
10462 bcopy(dfc->buf1, (void *)fcflist, sizeof (DFC_FCoEFCFList_t)); in emlxs_dfc_get_fcflist()
10499 i = sizeof (DFC_FCoEFCFList_t) + in emlxs_dfc_get_fcflist()