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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dhosts.h69 u8 speed[ALL_NODES]; /* speed between each node and local node */
72 u8 next_tl[ALL_NODES];
73 struct { DECLARE_BITMAP(map, 64); } tl_pool[ALL_NODES];
H A Deth1394.h48 #define NODE_SET (ALL_NODES + 1) /* Node set == 64 */
67 struct unit_directory *ud_list[ALL_NODES]; /* Cached unit dir list */
H A Dieee1394_types.h21 #define ALL_NODES 0x003f macro
H A Dieee1394_transactions.c124 if (unlikely(n == ALL_NODES)) {
195 if (unlikely(n == ALL_NODES))
372 packet->node_id = LOCAL_BUS | ALL_NODES;
H A Deth1394.c828 if (destid == (LOCAL_BUS | ALL_NODES))
1284 ether1394_data_handler(dev, source_id, LOCAL_BUS | ALL_NODES,
1443 p->node_id = LOCAL_BUS | ALL_NODES;
1585 dest_node = LOCAL_BUS | ALL_NODES;
1645 if (dest_node == (LOCAL_BUS | ALL_NODES))
H A Dieee1394_core.c557 if (rootid >= ALL_NODES || rootid < -1 || gapcnt > 0x3f || gapcnt < -1 ||
650 NODEID_TO_NODE(packet->node_id) != ALL_NODES)

Completed in 108 milliseconds