Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h782 } dfc_vportinfo_t; typedef
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c2969 dfc_vportinfo_t *dfc_vport; in emlxs_dfc_create_vport()
2984 if (dfc->buf1_size < sizeof (dfc_vportinfo_t)) { in emlxs_dfc_create_vport()
2992 dfc_vport = (dfc_vportinfo_t *)dfc->buf1; in emlxs_dfc_create_vport()
3280 dfc_vportinfo_t *dfc_vport; in emlxs_dfc_get_vportinfo()
3281 dfc_vportinfo_t *dfc_vport_list = NULL; in emlxs_dfc_get_vportinfo()
3294 size = (sizeof (dfc_vportinfo_t) * MAX_VPORTS); in emlxs_dfc_get_vportinfo()
3297 (dfc_vportinfo_t *)kmem_zalloc(size, KM_NOSLEEP))) { in emlxs_dfc_get_vportinfo()
3342 max_count *= sizeof (dfc_vportinfo_t); in emlxs_dfc_get_vportinfo()