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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Deth1394.h34 #define NODE_SET (ALL_NODES + 1)
42 u16 fifo_hi[ALL_NODES]; /* 16bit hi fifo offset per node */
43 u32 fifo_lo[ALL_NODES]; /* 32bit lo fifo offset per node */
44 u64 eui[ALL_NODES]; /* EUI-64 per node */
H A Dieee1394_types.h68 #define ALL_NODES 0x003f macro
H A Deth1394.c244 if (nodeid < 0 || nodeid >= ALL_NODES) {
261 for (i = 0; i < ALL_NODES; i++) {
267 priv->max_rec[ALL_NODES] = max_rec;
268 priv->sspd[ALL_NODES] = sspd;
H A Dieee1394_core.c451 if (packet->type == hpsb_async && packet->node_id != ALL_NODES) {

Completed in 121 milliseconds