Searched refs:node_type (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11-stable/contrib/binutils/ld/
H A Dldexp.h48 } node_type; typedef in typeref:struct:__anon609
51 node_type type;
53 node_type type;
58 node_type type;
64 node_type type;
70 node_type type;
74 node_type type;
78 node_type type;
83 node_type type;
88 node_type typ
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Denum_strs.c35 const char *ibv_node_type_str(enum ibv_node_type node_type) argument
46 if (node_type < IBV_NODE_CA || node_type > IBV_NODE_USNIC_UDP)
49 return node_type_str[node_type];
H A Dinit.c171 if (ibv_read_sysfs_file(sysfs_dev->ibdev_path, "node_type", value, sizeof value) < 0) {
172 fprintf(stderr, PFX "Warning: no node_type attr under %s.\n",
174 dev->node_type = IBV_NODE_UNKNOWN;
176 dev->node_type = strtol(value, NULL, 10);
177 if (dev->node_type < IBV_NODE_CA || dev->node_type > IBV_NODE_USNIC_UDP)
178 dev->node_type = IBV_NODE_UNKNOWN;
181 switch (dev->node_type) {
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibstat.c66 if (!ca->node_type)
69 ((unsigned)ca->node_type <=
70 IB_NODE_MAX ? node_type_str[ca->node_type] : "???"),
73 ((unsigned)ca->node_type <=
74 IB_NODE_MAX ? node_type_str[ca->node_type] : "???"),
205 if (!ca.node_type)
211 ((unsigned)ca.node_type <=
212 IB_NODE_MAX ? node_type_str[ca.node_type] :
217 ((unsigned)ca.node_type <=
218 IB_NODE_MAX ? node_type_str[ca.node_type]
[all...]
H A Dibnetdiscover.c182 char *node_type; local
188 node_type = "Switch";
191 node_type = "Ca";
194 node_type = "Router";
197 node_type = "???";
202 " ports %d devid 0x%x vendid 0x%x \"%s\"\n", node_type,
300 char *node_type; local
304 node_type = "Ca";
307 node_type = "Rt";
310 node_type
322 char *node_type; local
928 diff_common(ibnd_fabric_t * orig_fabric, ibnd_fabric_t * new_fabric, int node_type, uint32_t diff_flags, void (*out_header) (ibnd_node_t *, int, char *, char *, char *), void (*out_header_detail) (ibnd_node_t *, char *), void (*out_port) (ibnd_port_t *, int, char *)) argument
[all...]
H A Dibsendtrap.c59 uint16_t node_type = IB_NODE_TYPE_CA; local
63 node_type = (uint16_t) mad_get_field(data, 0, IB_NODE_TYPE_F);
64 return node_type;
H A Dibportstate.c127 int node_type; local
132 node_type = mad_get_field(data, 0, IB_NODE_TYPE_F);
133 if (node_type == IB_NODE_SWITCH) /* Switch NodeType ? */
H A Dsmpquery.c81 int node_type, l; local
91 mad_decode_field(data, IB_NODE_TYPE_F, &node_type);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_dump.c393 if (p_node->node_info.node_type == IB_NODE_TYPE_SWITCH)
401 p_node->node_info.node_type == IB_NODE_TYPE_SWITCH ?
402 "SW" : p_node->node_info.node_type ==
403 IB_NODE_TYPE_CA ? "CA" : p_node->node_info.node_type ==
421 if (p_nbnode->node_info.node_type == IB_NODE_TYPE_SWITCH)
429 p_nbnode->node_info.node_type == IB_NODE_TYPE_SWITCH ?
430 "SW" : p_nbnode->node_info.node_type ==
432 p_nbnode->node_info.node_type == IB_NODE_TYPE_ROUTER ?
519 ib_get_node_type_str(p_node->node_info.node_type),
523 if (p_node->node_info.node_type
560 uint8_t node_type; local
[all...]
H A Dosm_sa_slvl_record.c90 if (p_physp->p_node->node_info.node_type != IB_NODE_TYPE_SWITCH)
104 if (p_physp->p_node->node_info.node_type == IB_NODE_TYPE_SWITCH) {
140 if (p_port->p_node->node_info.node_type != IB_NODE_TYPE_SWITCH) {
H A Dosm_node_info_rcv.c684 ib_get_node_type_str(p_ni->node_type),
692 ib_get_node_type_str(p_ni->node_type),
780 if (p_ni->node_type == IB_NODE_TYPE_ROUTER) {
821 switch (p_ni->node_type) {
832 p_ni->node_type, cl_ntoh64(p_ni->node_guid));
861 ib_get_node_type_str(p_ni->node_type),
870 ib_get_node_type_str(p_ni->node_type),
882 switch (p_ni->node_type) {
895 p_ni->node_type, cl_ntoh64(p_ni->node_guid));
H A Dosm_sa_vlarb_record.c90 if (p_physp->p_node->node_info.node_type != IB_NODE_TYPE_SWITCH)
151 if (p_port->p_node->node_info.node_type != IB_NODE_TYPE_SWITCH) {
H A Dosm_sa_pkey_record.c84 if (p_physp->p_node->node_info.node_type != IB_NODE_TYPE_SWITCH)
157 if (p_port->p_node->node_info.node_type != IB_NODE_TYPE_SWITCH) {
H A Dosm_sa_node_record.c243 p_node->node_info.node_type != p_rcvd_rec->node_info.node_type)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h214 using node_type = ilist_node_impl<OptionsT>;
216 static node_type *getNodePtr(pointer N) {
220 static const node_type *getNodePtr(const_pointer N) {
224 static pointer getValuePtr(node_type *N) {
228 static const_pointer getValuePtr(const node_type *N) {
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_node.h256 return p_node->node_info.node_type;
H A Dosm_perfmgr.h120 uint8_t node_type; member in struct:monitored_node
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dopa_smi.h112 u8 node_type; member in struct:opa_node_info
H A Dib_smi.h127 u8 node_type; member in struct:ib_node_info
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c1151 switch (dev->node_type) {
1152 case RDMA_NODE_IB_CA: return sprintf(buf, "%d: CA\n", dev->node_type);
1153 case RDMA_NODE_RNIC: return sprintf(buf, "%d: RNIC\n", dev->node_type);
1154 case RDMA_NODE_USNIC: return sprintf(buf, "%d: usNIC\n", dev->node_type);
1155 case RDMA_NODE_USNIC_UDP: return sprintf(buf, "%d: usNIC UDP\n", dev->node_type);
1156 case RDMA_NODE_IB_SWITCH: return sprintf(buf, "%d: switch\n", dev->node_type);
1157 case RDMA_NODE_IB_ROUTER: return sprintf(buf, "%d: router\n", dev->node_type);
1158 default: return sprintf(buf, "%d: <unknown>\n", dev->node_type);
1223 static DEVICE_ATTR(node_type, S_IRUGO, show_node_type, NULL);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp295 CompilerType node_type(node->GetCompilerType());
297 if (node_type.GetIndexOfFieldWithName("__value_", nullptr, &bit_offset) !=
302 llvm::dyn_cast_or_null<ClangASTContext>(node_type.GetTypeSystem());
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc.h225 int node_type, void *user_data);
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c678 if (ca.node_type < 1 || ca.node_type > 3)
779 if (umad_ca.node_type < 1 || umad_ca.node_type > 3) {
782 umad_ca.node_type, umad_ca.ca_name);
785 umad_ca.node_type, umad_ca.ca_name);
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h547 enum node_type enum
616 ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */
/freebsd-11-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c526 if (device->node_type == RDMA_NODE_IB_SWITCH) {
568 if (device->node_type == RDMA_NODE_IB_SWITCH) {

Completed in 174 milliseconds

123