Searched defs:floating (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h172 uint64_t floating; member in struct:drmach_domain_info
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c186 uint32_t floating; member in struct:drmach_domain_info
1131 return ((drmach_domain.floating & (1 << bp->bnum)) ? 1 : 0);
1139 int *floating; local
1148 "floating-boards", &len) != DDI_PROP_SUCCESS) {
1149 cmn_err(CE_WARN, "Cannot get floating-boards proplen\n");
1151 floating = (int *)kmem_alloc(len, KM_SLEEP);
1153 DDI_PROP_DONTPASS, "floating-boards", (caddr_t)floating,
1156 cmn_err(CE_WARN, "Cannot get floating-boards prop\n");
1158 drmach_domain.floating
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c2640 * elements. If the uplink SEID is 0, this will be a floating VEB.
2656 /* SEIDs need to either both be set or both be 0 for floating VEB */
2690 * @floating: set to TRUE if the VEB is floating
2701 bool *floating, u16 *statistic_index,
2730 if (floating) {
2734 *floating = TRUE;
2736 *floating = FALSE;
2699 i40e_aq_get_veb_parameters(struct i40e_hw *hw, u16 veb_seid, u16 *switch_id, bool *floating, u16 *statistic_index, u16 *vebs_used, u16 *vebs_free, struct i40e_asq_cmd_details *cmd_details) argument

Completed in 81 milliseconds