Lines Matching defs:record

649 	 * Do a blocking query for this record in the subnet.
730 ib_node_record_t record;
735 "Getting node record for 0x%016" PRIx64 "\n",
739 * Do a blocking query for this record in the subnet.
747 memset(&record, 0, sizeof(record));
749 record.node_info.node_guid = node_guid;
754 user.attr_offset = cl_ntoh16((uint16_t) (sizeof(record) >> 3));
755 user.p_attr = &record;
794 * Get a node record by node LID
804 ib_node_record_t record;
810 "Getting node record for LID 0x%02X\n", cl_ntoh16(lid));
813 * Do a blocking query for this record in the subnet.
821 memset(&record, 0, sizeof(record));
823 record.lid = lid;
828 user.attr_offset = cl_ntoh16((uint16_t) (sizeof(record) >> 3));
829 user.p_attr = &record;
1017 * Do a blocking query for this record in the subnet.
1076 ib_portinfo_record_t record;
1085 * Do a blocking query for this record in the subnet.
1093 memset(&record, 0, sizeof(record));
1095 record.lid = lid;
1100 user.attr_offset = cl_ntoh16((uint16_t) (sizeof(record) >> 3));
1101 user.p_attr = &record;
1151 ib_portinfo_record_t record;
1161 * Do a blocking query for this record in the subnet.
1169 memset(&record, 0, sizeof(record));
1171 record.lid = lid;
1172 record.port_num = port_num;
1173 user.p_attr = &record;
1434 * for each pair that are not switch nodes get the path record
1650 ib_portinfo_record_t record;
1662 * Do a blocking query for this record in the subnet.
1670 memset(&record, 0, sizeof(record));
1672 record.lid = p_osmt->local_port.sm_lid;
1673 record.port_num = port_num;
1674 user.p_attr = &record;
2513 * for each pair that are not switch nodes get the path record
3062 * Has this record already been returned?
3163 * Has this record already been returned?
3339 * Find proper node record in the database.
3375 * Has this record already been returned?
3851 * Find proper port record in the database.
3886 * Find proper path record in the database.
4105 * Get link record by LID
4116 ib_link_record_t record;
4122 "Getting link record from LID 0x%02X to LID 0x%02X\n",
4126 * Do a blocking query for this record in the subnet.
4134 memset(&record, 0, sizeof(record));
4136 record.from_lid = from_lid;
4137 record.to_lid = to_lid;
4144 user.attr_offset = cl_ntoh16((uint16_t) (sizeof(record) >> 3));
4145 user.p_attr = &record;
4189 * Get GUIDInfo record by LID
4199 ib_guidinfo_record_t record;
4205 "Getting GUIDInfo record for LID 0x%02X\n", cl_ntoh16(lid));
4208 * Do a blocking query for this record in the subnet.
4216 memset(&record, 0, sizeof(record));
4218 record.lid = lid;
4222 user.attr_offset = cl_ntoh16((uint16_t) (sizeof(record) >> 3));
4223 user.p_attr = &record;
4267 * Get PKeyTable record by LID
4278 ib_pkey_table_record_t record;
4284 "Getting PKeyTable record for LID 0x%02X\n", cl_ntoh16(lid));
4287 * Do a blocking query for this record in the subnet.
4295 memset(&record, 0, sizeof(record));
4297 record.lid = lid;
4301 user.attr_offset = cl_ntoh16((uint16_t) (sizeof(record) >> 3));
4302 user.p_attr = &record;
4346 * Get SwitchInfo record by LID
4356 ib_switch_info_record_t record;
4362 "Getting SwitchInfo record for LID 0x%02X\n", cl_ntoh16(lid));
4365 * Do a blocking query for this record in the subnet.
4373 memset(&record, 0, sizeof(record));
4375 record.lid = lid;
4380 user.attr_offset = cl_ntoh16((uint16_t) (sizeof(record) >> 3));
4381 user.p_attr = &record;
4425 * Get LFT record by LID
4435 ib_lft_record_t record;
4441 "Getting LFT record for LID 0x%02X\n", cl_ntoh16(lid));
4444 * Do a blocking query for this record in the subnet.
4452 memset(&record, 0, sizeof(record));
4454 record.lid = lid;
4459 user.attr_offset = cl_ntoh16((uint16_t) (sizeof(record) >> 3));
4460 user.p_attr = &record;
4504 * Get MFT record by LID
4514 ib_mft_record_t record;
4520 "Getting MFT record for LID 0x%02X\n", cl_ntoh16(lid));
4523 * Do a blocking query for this record in the subnet.
4531 memset(&record, 0, sizeof(record));
4533 record.lid = lid;
4538 user.attr_offset = cl_ntoh16((uint16_t) (sizeof(record) >> 3));
4539 user.p_attr = &record;
4593 ib_sminfo_record_t record;
4608 memset(&record, 0, sizeof(record));
4612 user.attr_offset = cl_ntoh16((uint16_t) (sizeof(record) >> 3));
4615 record.sm_info.guid = p_sm_info_opt->sm_guid;
4619 record.lid = p_sm_info_opt->lid;
4623 record.sm_info.pri_state =
4628 record.sm_info.pri_state |= p_sm_info_opt->sm_state & 0x0F;
4633 user.p_attr = &record;
4692 ib_inform_info_record_t record;
4709 memset(&record, 0, sizeof(record));
4714 user.attr_offset = cl_ntoh16((uint16_t) (sizeof(record) >> 3));
4719 record.subscriber_gid =
4723 record.subscriber_enum =
4726 user.p_attr = &record;
4860 ib_node_record_t record;
4874 memset(&record, 0, sizeof(record));
4876 record.lid = lid;
4881 user.attr_offset = cl_ntoh16((uint16_t) (sizeof(record) >> 3));
4882 user.p_attr = &record;
5125 /* We skip node to node path record validation since it might contains
5133 "Validating individual path record queries\n");
5218 "Validating individual node record queries\n");
5272 "Validating individual port record queries\n");