Searched refs:node_id (Results 1 - 25 of 54) sorted by last modified time

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-card.c227 root_id = card->root_node->node_id;
244 irm_id = card->irm_node->node_id;
246 new_root_id = card->local_node->node_id;
253 bmd.lock.data = cpu_to_be32(card->local_node->node_id);
285 new_root_id = card->local_node->node_id;
313 new_root_id = card->local_node->node_id;
329 new_root_id = card->local_node->node_id;
474 int node_id, int generation)
473 dummy_enable_phys_dma(struct fw_card *card, int node_id, int generation) argument
H A Dfw-cdev.c207 event->node_id = client->device->node_id;
208 event->local_node_id = card->local_node->node_id;
210 event->irm_node_id = card->irm_node->node_id;
211 event->root_node_id = card->root_node->node_id;
398 device->node->node_id,
H A Dfw-device.c193 device->node_id,
404 device->node_id,
636 device->node_id);
754 device->node_id = node->node_id;
760 * FW_NODE_UPDATED callbacks can update the node_id
780 device->node_id = node->node_id;
H A Dfw-device.h41 int node_id; member in struct:fw_device
H A Dfw-ohci.c140 int node_id; member in struct:fw_ohci
886 if (HEADER_GET_DESTINATION(packet->header[0]) == ctx->ohci->node_id &&
913 ohci->node_id = reg & 0xffff;
989 fw_core_handle_bus_reset(&ohci->card, ohci->node_id, generation,
1254 ohci_enable_phys_dma(struct fw_card *card, int node_id, int generation) argument
1273 n = (node_id & 0xffc0) == LOCAL_BUS ? node_id & 0x3f : 63;
H A Dfw-sbp2.c71 int node_id; member in struct:sbp2_device
335 int node_id, int generation, u64 offset)
350 node_id, generation,
394 sbp2_send_management_orb(struct fw_unit *unit, int node_id, int generation, argument
447 node_id, generation, sd->management_agent_address);
509 sd->node_id, sd->generation, SCODE_400,
526 sbp2_send_management_orb(sd->unit, sd->node_id, sd->generation,
545 int generation, node_id, local_node_id, lun, retval; local
550 node_id = device->node->node_id;
334 sbp2_send_orb(struct sbp2_orb *orb, struct fw_unit *unit, int node_id, int generation, u64 offset) argument
718 int generation, node_id, local_node_id; local
[all...]
H A Dfw-topology.c106 node->node_id = LOCAL_BUS | SELF_ID_PHY_ID(sid);
221 if (phy_id == (card->node_id & 0x3f))
426 node0->node_id = node1->node_id;
487 node_count = (card->root_node->node_id & 0x3f) + 1;
496 int node_id, int generation,
514 card->node_id = node_id;
495 fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, int self_id_count, u32 * self_ids) argument
H A Dfw-topology.h42 u16 node_id; member in struct:fw_node
H A Dfw-transaction.c58 #define PHY_CONFIG_ROOT_ID(node_id) ((((node_id) & 0x3f) << 24) | (1 << 23))
150 int node_id, int source_id, int generation, int speed,
165 HEADER_DESTINATION(node_id);
209 int tcode, int node_id, int generation, int speed,
231 source = card->node_id;
247 t->node_id = node_id;
253 node_id, source, generation,
288 int node_id, in
149 fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, int node_id, int source_id, int generation, int speed, unsigned long long offset, void *payload, size_t length) argument
208 fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, int node_id, int generation, int speed, unsigned long long offset, void *payload, size_t length, fw_transaction_callback_t callback, void *callback_data) argument
287 fw_send_phy_config(struct fw_card *card, int node_id, int generation, int gap_count) argument
[all...]
H A Dfw-transaction.h136 int node_id, int generation,
165 int node_id; /* The generation is implied; it is always the current. */ member in struct:fw_transaction
221 int node_id; member in struct:fw_card
391 int node_id, int generation);
416 int tcode, int node_id, int generation, int speed,
427 int node_id, int generation, int gap_count);
450 int node_id, int generation,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dcsr.c129 host->csr.node_ids = host->node_id << 16;
470 host->node_id = host->csr.node_ids >> 16;
471 host->driver->devctl(host, SET_BUS_ID, host->node_id >> 6);
H A Deth1394.c547 packet->node_id = priv->wake_node;
1417 p->node_id = node;
1426 p->node_id << 16 | p->tlabel << 10 | 1 << 8 | TCODE_WRITEB << 4;
1427 p->header[1] = host->node_id << 16 | addr >> 32;
1447 p->data[0] = cpu_to_be32(priv->host->node_id << 16 |
1455 p->node_id = LOCAL_BUS | ALL_NODES;
H A Dhosts.h37 nodeid_t node_id; /* node ID of this host */ member in struct:hpsb_host
H A Dieee1394_core.c431 sid, NODEID_TO_BUS(host->node_id));
449 host->node_id = LOCAL_BUS | phyid;
471 "... irm_id: 0x%X node_id: 0x%X",host->irm_id,host->node_id);
474 if (host->irm_id == host->node_id) {
619 if (packet->node_id == host->node_id) {
647 NODEID_TO_NODE(packet->node_id) != ALL_NODES)
649 host->speed[NODEID_TO_NODE(packet->node_id)];
718 packet->node_id
[all...]
H A Dieee1394_core.h25 nodeid_t node_id; member in struct:hpsb_packet
H A Dieee1394_transactions.c32 packet->header[0] = (packet->node_id << 16) | (packet->tlabel << 10) \
34 packet->header[1] = (packet->host->node_id << 16) | (addr >> 32); \
132 int tlabel, n = NODEID_TO_NODE(packet->node_id);
205 int tlabel, n = NODEID_TO_NODE(packet->node_id);
247 packet->node_id);
266 "(tcode %d)", packet->node_id, packet->tcode);
276 "(tcode %d)", packet->node_id, packet->tcode);
294 packet->ack_code, packet->node_id, packet->tcode);
313 packet->node_id = node;
345 packet->node_id
[all...]
H A Dnodemgr.c644 if ((ne = find_entry_by_nodeid(host, host->node_id)) &&
869 (host->node_id == nodeid) ? "Host" : "Node",
1466 ne->nodeid == ne->host->node_id)
1564 NODEID_TO_NODE(host->node_id) << PHYPACKET_PORT_SHIFT);
1612 hpsb_send_phy_config(host, NODEID_TO_NODE(host->node_id), -1);
1656 hpsb_send_phy_config(host, NODEID_TO_NODE(host->node_id), -1);
1803 packet->node_id = ne->nodeid;
H A Dohci1394.c647 NODE_BUS_ARGS(ohci->host, packet->node_id), packet->tlabel,
2273 quadlet_t event, node_id; local
2472 node_id = reg_read(ohci, OHCI1394_NodeID);
2474 if (!(node_id & 0x80000000)) {
2478 node_id);
2482 phyid = node_id & 0x0000003f;
2483 isroot = (node_id & 0x40000000) != 0;
H A Draw1394.c277 req->req.misc = (host->node_id << 16)
653 req->req.misc = (fi->host->node_id << 16)
967 packet->node_id = packet->header[0] >> 16;
1132 arm_req->destination_nodeid = host->node_id;
1474 arm_req->destination_nodeid = host->node_id;
1702 arm_req->destination_nodeid = host->node_id;
H A Dsbp2.c451 data[0] = ORB_SET_NODE_ID(lu->hi->host->node_id);
998 ORB_SET_NODE_ID(hi->host->node_id);
1009 ORB_SET_STATUS_FIFO_HI(lu->status_fifo_addr, hi->host->node_id);
1019 data[0] = ORB_SET_NODE_ID(hi->host->node_id);
1076 lu->login_orb->login_response_hi = ORB_SET_NODE_ID(hi->host->node_id);
1089 ORB_SET_STATUS_FIFO_HI(lu->status_fifo_addr, hi->host->node_id);
1098 data[0] = ORB_SET_NODE_ID(hi->host->node_id);
1151 ORB_SET_STATUS_FIFO_HI(lu->status_fifo_addr, hi->host->node_id);
1158 data[0] = ORB_SET_NODE_ID(hi->host->node_id);
1193 ORB_SET_STATUS_FIFO_HI(lu->status_fifo_addr, hi->host->node_id);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspider-pic.c68 unsigned int node_id; member in struct:spider_pic
165 (pic->node_id << 4) | 0xe);
281 pic->node_id = (*tmp) >> 1;
290 (pic->node_id << IIC_IRQ_NODE_SHIFT) |
340 pic->node_id, addr, of_node->full_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dplatform.h189 int ps3_repository_read_be_node_id(unsigned int be_index, u64 *node_id);
190 int ps3_repository_read_tb_freq(u64 node_id, u64 *tb_freq);
H A Drepository.c999 int ps3_repository_read_be_node_id(unsigned int be_index, u64 *node_id) argument
1006 node_id, 0);
1009 int ps3_repository_read_tb_freq(u64 node_id, u64 *tb_freq) argument
1013 node_id,
1022 u64 node_id; local
1025 result = ps3_repository_read_be_node_id(0, &node_id);
1027 : ps3_repository_read_tb_freq(node_id, tb_freq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dinit.c165 pgdat->node_id, pgdat->node_mem_map);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Dcpu.c116 cpu->node_id = cpu_to_node(num);

Completed in 149 milliseconds

123