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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dsmi.h53 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, u8 node_type,
57 u8 node_type, int port_num);
H A Dsmi.c47 u8 node_type, int port_num)
65 if (node_type != RDMA_NODE_IB_SWITCH)
78 return (node_type == RDMA_NODE_IB_SWITCH ||
97 if (node_type != RDMA_NODE_IB_SWITCH)
109 return (node_type == RDMA_NODE_IB_SWITCH ||
127 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, u8 node_type, argument
143 if (node_type != RDMA_NODE_IB_SWITCH)
158 return (node_type == RDMA_NODE_IB_SWITCH ||
178 if (node_type != RDMA_NODE_IB_SWITCH)
194 return (node_type
46 smi_handle_dr_smp_send(struct ib_smp *smp, u8 node_type, int port_num) argument
[all...]
H A Dsysfs.c591 switch (dev->node_type) {
592 case RDMA_NODE_IB_CA: return sprintf(buf, "%d: CA\n", dev->node_type);
593 case RDMA_NODE_RNIC: return sprintf(buf, "%d: RNIC\n", dev->node_type);
594 case RDMA_NODE_IB_SWITCH: return sprintf(buf, "%d: switch\n", dev->node_type);
595 case RDMA_NODE_IB_ROUTER: return sprintf(buf, "%d: router\n", dev->node_type);
596 default: return sprintf(buf, "%d: <unknown>\n", dev->node_type);
659 static CLASS_DEVICE_ATTR(node_type, S_IRUGO, show_node_type, NULL);
713 if (device->node_type == RDMA_NODE_IB_SWITCH) {
H A Dcache.c65 return (device->node_type == RDMA_NODE_IB_SWITCH) ? 0 : 1;
70 return (device->node_type == RDMA_NODE_IB_SWITCH) ?
H A Ddevice.c155 return (device->node_type == RDMA_NODE_IB_SWITCH) ? 0 : 1;
161 return (device->node_type == RDMA_NODE_IB_SWITCH) ?
H A Dverbs.c83 rdma_node_get_transport(enum rdma_node_type node_type) argument
85 switch (node_type) {
H A Dcma.c564 switch (rdma_node_get_transport(id_priv->id.device->node_type)) {
708 switch (rdma_node_get_transport(id_priv->id.device->node_type)) {
729 switch (rdma_node_get_transport(id_priv->id.device->node_type)) {
827 switch (rdma_node_get_transport(id->device->node_type)) {
1451 switch (rdma_node_get_transport(id->device->node_type)) {
1630 switch (rdma_node_get_transport(id->device->node_type)) {
2274 switch (rdma_node_get_transport(id->device->node_type)) {
2394 switch (rdma_node_get_transport(id->device->node_type)) {
2433 switch (id->device->node_type) {
2455 switch (rdma_node_get_transport(id->device->node_type)) {
[all...]
H A Dmad.c690 smi_handle_dr_smp_send(smp, device->node_type, port_num) ==
1878 port_priv->device->node_type,
1888 port_priv->device->node_type,
2884 if (rdma_node_get_transport(device->node_type) != RDMA_TRANSPORT_IB)
2887 if (device->node_type == RDMA_NODE_IB_SWITCH) {
2934 if (device->node_type == RDMA_NODE_IB_SWITCH) {
H A Dmulticast.c756 if (rdma_node_get_transport(device->node_type) != RDMA_TRANSPORT_IB)
764 if (device->node_type == RDMA_NODE_IB_SWITCH)
H A Dsa_query.c975 if (rdma_node_get_transport(device->node_type) != RDMA_TRANSPORT_IB)
978 if (device->node_type == RDMA_NODE_IB_SWITCH)
H A Duser_mad.c1040 if (rdma_node_get_transport(device->node_type) != RDMA_TRANSPORT_IB)
1043 if (device->node_type == RDMA_NODE_IB_SWITCH)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dcommand.h67 enum node_type enum
111 enum node_type node;
281 void install_default (enum node_type);
282 void install_element (enum node_type, struct cmd_element *);
290 char *cmd_prompt (enum node_type);
H A Dcommand.c393 cmd_prompt (enum node_type node)
403 install_element (enum node_type ntype, struct cmd_element *cmd)
513 cmd_node_vector (vector v, enum node_type ntype)
2937 install_default (enum node_type node)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Drpadlpar_core.c76 static struct device_node *find_dlpar_node(char *drc_name, int *node_type) argument
82 *node_type = NODE_TYPE_SLOT;
88 *node_type = NODE_TYPE_PHB;
94 *node_type = NODE_TYPE_VIO;
308 int node_type; local
315 dn = find_dlpar_node(drc_name, &node_type);
321 switch (node_type) {
420 int node_type; local
426 dn = find_dlpar_node(drc_name, &node_type);
432 switch (node_type) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-summit/
H A Dmach_mpparse.h114 } node_type; typedef in typeref:enum:__anon8791
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dnameserv.h176 enum node_type {B_NODE=0, P_NODE=1, M_NODE=2, NBDD_NODE=3}; enum
506 enum node_type node_type; member in struct:dgram_packet::__anon1575::__anon1576
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dcluster.c541 u32 node_type; local
550 for (node_type = 1; node_type <= 2; node_type++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclidgram.c49 dgram->header.flags.node_type = M_NODE;
H A Dnmblib.c452 dgram->header.flags.node_type = (enum node_type)((flags>>2)&3);
822 ubuf[1] = (((int)dgram->header.flags.node_type)<<2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dc14n.c178 xmlC14NErrInvalidNode(const char *node_type, const char *extra) argument
183 "Node %s is invalid here : %s\n", node_type, extra);
193 xmlC14NErrUnknownNode(int node_type, const char *extra) argument
198 "Unknown node type %d found : %s\n", node_type, extra);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dc14n.c178 xmlC14NErrInvalidNode(const char *node_type, const char *extra) argument
183 "Node %s is invalid here : %s\n", node_type, extra);
193 xmlC14NErrUnknownNode(int node_type, const char *extra) argument
198 "Unknown node type %d found : %s\n", node_type, extra);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dc14n.c178 xmlC14NErrInvalidNode(const char *node_type, const char *extra) argument
183 "Node %s is invalid here : %s\n", node_type, extra);
193 xmlC14NErrUnknownNode(int node_type, const char *extra) argument
198 "Unknown node type %d found : %s\n", node_type, extra);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1168 if (rdma_node_get_transport(device->node_type) != RDMA_TRANSPORT_IB)
1177 if (device->node_type == RDMA_NODE_IB_SWITCH) {
1201 if (rdma_node_get_transport(device->node_type) != RDMA_TRANSPORT_IB)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dconfig.c372 static struct config_item_type node_type = { variable in typeref:struct:config_item_type
567 config_item_init_type_name(&nd->item, name, &node_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_main.c315 shca->ib_device.node_type = RDMA_NODE_IB_CA;

Completed in 187 milliseconds

12