Home
last modified time | relevance | path

Searched refs:node_id (Results 1 – 24 of 24) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Dieee1394_transactions.c27 packet->header[0] = (packet->node_id << 16) | (packet->tlabel << 10) \
29 packet->header[1] = (packet->host->node_id << 16) | (addr >> 32); \
136 tp = &packet->host->tpool[packet->node_id & NODE_MASK]; in hpsb_get_tlabel()
175 tp = &packet->host->tpool[packet->node_id & NODE_MASK]; in hpsb_free_tlabel()
206 packet->node_id); in hpsb_packet_success()
225 "(tcode %d)", packet->node_id, packet->tcode); in hpsb_packet_success()
236 "(tcode %d)", packet->node_id, packet->tcode); in hpsb_packet_success()
249 packet->ack_code, packet->node_id, packet->tcode); in hpsb_packet_success()
269 packet->node_id = node; in hpsb_make_readpacket()
300 packet->node_id = node; in hpsb_make_writepacket()
[all …]
Dieee1394_core.c362 sid, NODEID_TO_BUS(host->node_id)); in hpsb_selfid_received()
371 host->node_id = LOCAL_BUS | phyid; in hpsb_selfid_complete()
393 "... irm_id: 0x%X node_id: 0x%X",host->irm_id,host->node_id); in hpsb_selfid_complete()
396 if (host->irm_id == host->node_id) { in hpsb_selfid_complete()
526 if (packet->node_id == host->node_id) in hpsb_send_packet()
563 if (packet->type == hpsb_async && packet->node_id != ALL_NODES) { in hpsb_send_packet()
565 host->speed_map[NODEID_TO_NODE(host->node_id) * 64 in hpsb_send_packet()
566 + NODEID_TO_NODE(packet->node_id)]; in hpsb_send_packet()
610 && (packet->node_id == (data[1] >> 16))){ in handle_packet_response()
639 || (packet->node_id != (data[1] >> 16))) { in handle_packet_response()
[all …]
Dsbp2.c1157 scsi_id->query_logins_orb->query_response_hi = ORB_SET_NODE_ID(hi->host->node_id); in sbp2_query_logins()
1175 scsi_id->query_logins_orb->status_FIFO_hi = (ORB_SET_NODE_ID(hi->host->node_id) | in sbp2_query_logins()
1191 data[0] = ORB_SET_NODE_ID(hi->host->node_id); in sbp2_query_logins()
1268 scsi_id->login_orb->login_response_hi = ORB_SET_NODE_ID(hi->host->node_id); in sbp2_login_device()
1289 scsi_id->login_orb->status_FIFO_hi = (ORB_SET_NODE_ID(hi->host->node_id) | in sbp2_login_device()
1314 data[0] = ORB_SET_NODE_ID(hi->host->node_id); in sbp2_login_device()
1405 scsi_id->logout_orb->status_FIFO_hi = (ORB_SET_NODE_ID(hi->host->node_id) | in sbp2_logout_device()
1419 data[0] = ORB_SET_NODE_ID(hi->host->node_id); in sbp2_logout_device()
1472 (ORB_SET_NODE_ID(hi->host->node_id) | SBP2_STATUS_FIFO_ADDRESS_HI); in sbp2_reconnect_device()
1490 data[0] = ORB_SET_NODE_ID(hi->host->node_id); in sbp2_reconnect_device()
[all …]
Deth1394.c309 int phy_id = NODEID_TO_NODE(priv->host->node_id); in ether1394_change_mtu()
344 int phy_id = NODEID_TO_NODE(host->node_id); in ether1394_reset_priv()
1173 u16 phy_id = NODEID_TO_NODE(priv->host->node_id); in ether1394_arp_to_1394arp()
1275 p->node_id = node; in ether1394_prep_write_packet()
1279 p->header[1] = (host->node_id << 16) | (addr >> 32); in ether1394_prep_write_packet()
1290 p->header[0] = (p->node_id << 16) | (p->tlabel << 10) in ether1394_prep_write_packet()
1312 p->data[0] = cpu_to_be32((priv->host->node_id << 16) | in ether1394_prep_gasp_packet()
1320 p->node_id = ALL_NODES; in ether1394_prep_gasp_packet()
Dieee1394_core.h20 nodeid_t node_id; member
Dhosts.h44 nodeid_t node_id; /* node ID of this host */ member
Dcsr.c69 host->csr.node_ids = host->node_id << 16; in host_reset()
358 host->node_id = host->csr.node_ids >> 16; in write_regs()
359 host->driver->devctl(host, SET_BUS_ID, host->node_id >> 6); in write_regs()
Dnodemgr.c142 if (ne->host != NULL && ne->host->node_id == ne->nodeid) { in raw1394_read_proc()
386 (host->node_id == nodeid) ? "Host" : "Node", in nodemgr_create_node()
1249 hpsb_send_phy_config(host, NODEID_TO_NODE(host->node_id), -1); in nodemgr_do_irm_duties()
1282 hpsb_send_phy_config(host, NODEID_TO_NODE(host->node_id), -1); in nodemgr_check_irm_capability()
1393 pkt->node_id = ne->nodeid; in hpsb_node_fill_packet()
Draw1394.c283 req->req.misc = (host->node_id << 16) in host_reset()
573 req->req.misc = (fi->host->node_id << 16) in state_initialized()
872 packet->node_id = packet->header[0] >> 16; in handle_async_send()
1020 arm_req->destination_nodeid = host->node_id; in arm_read()
1335 arm_req->destination_nodeid = host->node_id; in arm_lock()
1542 arm_req->destination_nodeid = host->node_id; in arm_lock64()
Dohci1394.c635 NODE_BUS_ARGS(ohci->host, packet->node_id), packet->tlabel, in insert_packet()
2240 quadlet_t event, node_id; in ohci_irq_handler() local
2422 node_id = reg_read(ohci, OHCI1394_NodeID); in ohci_irq_handler()
2424 if (!(node_id & 0x80000000)) { in ohci_irq_handler()
2428 node_id); in ohci_irq_handler()
2432 phyid = node_id & 0x0000003f; in ohci_irq_handler()
2433 isroot = (node_id & 0x40000000) != 0; in ohci_irq_handler()
Damdtp.c768 packet->payload->sid = s->host->host->node_id & 0x3f; in fill_packet()
/linux-2.4.37.9/drivers/usb/
Drtl8150.c232 u8 node_id[6]; in set_ethernet_addr() local
234 get_registers(dev, IDR, sizeof(node_id), node_id); in set_ethernet_addr()
235 memcpy(dev->netdev->dev_addr, node_id, sizeof(node_id)); in set_ethernet_addr()
Dpegasus.c426 u8 node_id[6]; in set_ethernet_addr() local
428 get_node_id(pegasus, node_id); in set_ethernet_addr()
429 set_registers(pegasus, EthID, sizeof(node_id), node_id); in set_ethernet_addr()
430 memcpy(pegasus->net->dev_addr, node_id, sizeof(node_id)); in set_ethernet_addr()
Dusbnet.c212 static u8 node_id [ETH_ALEN]; variable
2504 memcpy (net->dev_addr, node_id, sizeof node_id); in usbnet_probe()
2769 get_random_bytes (node_id, sizeof node_id); in usbnet_init()
2770 node_id [0] &= 0xfe; // clear multicast bit in usbnet_init()
2771 node_id [0] |= 0x02; // set local assignment bit (IEEE802) in usbnet_init()
/linux-2.4.37.9/drivers/net/pcmcia/
Dfmvj18x_cs.c97 static int fmvj18x_get_hwinfo(dev_link_t *link, u_char *node_id);
445 u_char *node_id; in fmvj18x_config() local
588 node_id = &(tuple.TupleData[5]); in fmvj18x_config()
595 node_id = &(tuple.TupleData[2]); in fmvj18x_config()
606 dev->dev_addr[i] = node_id[i]; in fmvj18x_config()
659 static int fmvj18x_get_hwinfo(dev_link_t *link, u_char *node_id) in fmvj18x_get_hwinfo() argument
700 node_id[j] = readb(base+(i+7)*2); in fmvj18x_get_hwinfo()
Dxirc2ps_cs.c857 cistpl_lan_node_id_t *node_id = (cistpl_lan_node_id_t*)parse.funce.data; in xirc2ps_config() local
952 node_id = (cistpl_lan_node_id_t *)parse.funce.data; in xirc2ps_config()
953 if (node_id->nb != 6) { in xirc2ps_config()
958 dev->dev_addr[i] = node_id->id[i]; in xirc2ps_config()
Dsmc91c92_cs.c741 cistpl_lan_node_id_t *node_id; in smc_setup() local
758 node_id = (cistpl_lan_node_id_t *)parse.funce.data; in smc_setup()
759 if (node_id->nb == 6) { in smc_setup()
761 dev->dev_addr[i] = node_id->id[i]; in smc_setup()
/linux-2.4.37.9/mm/
Dnuma.c73 pgdat->node_id = nid; in free_area_init_node()
/linux-2.4.37.9/include/linux/
Dmmzone.h164 int node_id; member
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dml_SN_intr.c76 node_id_config.sh_int_node_id_config_s.node_id = master_nasid; in intr_init_vecblk()
/linux-2.4.37.9/drivers/hotplug/
Dibmphp.h117 u8 node_id; member
/linux-2.4.37.9/drivers/net/fc/
Diph5526.c197 static void rscn_handler(struct fc_info *fi, u_int node_id);
3468 u_int node_id, mask, *page_ptr = base_ptr + 9;
3478 node_id = ntohl(*page_ptr) & 0x00FFFFFF;
3481 rscn_handler(fi, node_id);
3490 if ((q->d_id & mask) == (node_id & mask))
3521 static void rscn_handler(struct fc_info *fi, u_int node_id)
3524 int login_state = sid_logged_in(fi, node_id);
3527 if (q->d_id == node_id) {
3539 tx_adisc(fi, ELS_ADISC, node_id, OX_ID_FIRST_SEQUENCE);
3542 tx_logi(fi, ELS_PLOGI, node_id);
/linux-2.4.37.9/arch/ia64/mm/
Dinit.c234 printk("Node ID: %d\n", pgdat->node_id); in show_mem()
/linux-2.4.37.9/include/asm-ia64/sn/sn2/
Dshub_mmr_t.h758 mmr_t node_id : 11; member
769 mmr_t node_id : 11; member
19601 mmr_t node_id : 11; member
19622 mmr_t node_id : 11; member