Searched refs:ulp_info (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h148 int fc_ulp_add(fc_ulp_modinfo_t *ulp_info);
149 int fc_ulp_remove(fc_ulp_modinfo_t *ulp_info);
H A Dfctl_private.h97 fc_ulp_modinfo_t *ulp_info; member in struct:ulp_list
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c621 fc_ulp_add(fc_ulp_modinfo_t *ulp_info) argument
630 ASSERT(ulp_info != NULL);
638 if (ulp_info->ulp_rev != FCTL_ULP_MODREV_4) {
640 " ULP %s would not be loaded", ulp_info->ulp_name,
641 ulp_info->ulp_name);
649 new->ulp_info = ulp_info;
664 if (list->ulp_info == ulp_info) {
680 ulp_info
743 fc_ulp_remove(fc_ulp_modinfo_t *ulp_info) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c286 (uintptr_t)ulplist.ulp_info) == sizeof (fc_ulp_modinfo_t)) {
294 ulplist.ulp_info);

Completed in 54 milliseconds