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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_remote_node_table.c426 U8 group_value; local
436 group_value = scic_sds_remote_node_table_get_group_value(
441 if (((1 << index) & group_value) != 0)
574 U8 group_value; local
578 group_value = scic_sds_remote_node_table_get_group_value(remote_node_table, group_index);
582 ASSERT(group_value != SCIC_SDS_REMOTE_NODE_TABLE_FULL_SLOT_VALUE);
584 if (group_value == 0x00)
590 else if ((group_value & (group_value -1)) == 0)

Completed in 73 milliseconds