Searched defs:ulp_info (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
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...]

Completed in 68 milliseconds