Searched refs:node_id (Results 1 - 25 of 29) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dieee1394_transactions.c25 packet->header[0] = (packet->node_id << 16) | (packet->tlabel << 10) \
27 packet->header[1] = (packet->host->node_id << 16) | (addr >> 32); \
32 packet->header[0] = (packet->node_id << 16) | (packet->tlabel << 10) \
34 packet->header[1] = (packet->host->node_id << 16) | (rcode << 12); \
250 packet->node_id);
269 "(tcode %d)", packet->node_id, packet->tcode);
280 "(tcode %d)", packet->node_id, packet->tcode);
293 packet->ack_code, packet->node_id, packet->tcode);
304 if (host->node_id != node) return -1;
318 p->node_id
[all...]
H A Dhosts.h39 nodeid_t node_id; /* node ID of this host */ member in struct:hpsb_host
H A Dieee1394_core.h21 nodeid_t node_id; member in struct:hpsb_packet
H A Dieee1394_core.c348 sid, (host->node_id & BUS_MASK) >> 6);
357 host->node_id = LOCAL_BUS | phyid;
376 if (host->irm_id == host->node_id) {
379 host->busmgr_id = host->node_id;
380 host->csr.bus_manager_id = host->node_id;
451 if (packet->type == hpsb_async && packet->node_id != ALL_NODES) {
453 host->speed_map[(host->node_id & NODE_MASK) * 64
454 + (packet->node_id & NODE_MASK)];
500 && (packet->node_id == (data[1] >> 16))){
529 || (packet->node_id !
[all...]
H A Dcsr.c46 host->csr.node_ids = host->node_id << 16;
244 host->node_id = host->csr.node_ids >> 16;
245 host->driver->devctl(host, SET_BUS_ID, host->node_id >> 6);
H A Dsbp2.c511 packet->tlabel = get_tlabel(hi->host, packet->node_id, 0);
554 free_tlabel(hi->host, LOCAL_BUS | request_packet->packet->node_id,
1303 scsi_id->login_orb->login_response_hi = ORB_SET_NODE_ID(hi->host->node_id);
1322 scsi_id->login_orb->status_FIFO_hi = (ORB_SET_NODE_ID(hi->host->node_id) |
1347 data[0] = ORB_SET_NODE_ID(hi->host->node_id);
1436 scsi_id->logout_orb->status_FIFO_hi = (ORB_SET_NODE_ID(hi->host->node_id) |
1450 data[0] = ORB_SET_NODE_ID(hi->host->node_id);
1496 (ORB_SET_NODE_ID(hi->host->node_id) | SBP2_STATUS_FIFO_ADDRESS_HI);
1514 data[0] = ORB_SET_NODE_ID(hi->host->node_id);
1717 scsi_id->speed_code = hi->host->speed_map[(hi->host->node_id
[all...]
H A Draw1394.c131 free_tlabel(packet->host, packet->node_id, packet->tlabel);
216 req->req.misc = (host->node_id << 16)
505 req->req.misc = (fi->host->node_id << 16)
757 free_tlabel(packet->host, packet->node_id, packet->tlabel);
844 if (fi->host->node_id == node) {
H A Deth1394.c197 u16 phy_id = priv->host->node_id & NODE_MASK;
277 int phy_id = priv->host->node_id & NODE_MASK;
300 *(nodeid_t *)dev->dev_addr = htons (priv->host->node_id);
H A Dohci1394.c609 packet->node_id, packet->tlabel, packet->tcode, packet->speed_code);
1045 quadlet_t event, node_id; local
1165 node_id = reg_read(ohci, OHCI1394_NodeID);
1169 if (!(node_id & 0x80000000)) {
1171 node_id = reg_read(ohci, OHCI1394_NodeID);
1174 if (node_id & 0x80000000) { /* NodeID valid */
1175 phyid = node_id & 0x0000003f;
1176 isroot = (node_id & 0x40000000) != 0;
1189 node_id);
H A Dnodemgr.c116 if (ne->host != NULL && ne->host->node_id == ne->nodeid) {
348 (host->node_id == nodeid) ? "Host" : "Device",
1048 (ne->host->node_id == ne->nodeid) ? "Host" : "Device",
1234 pkt->node_id = ne->nodeid;
/asus-wl-520gu-7.0.1.45/src/router/library/uuid/
H A Dgen_uuid.c111 static int get_node_id(unsigned char *node_id) argument
172 if (node_id) {
173 memcpy(node_id, a, 6);
230 static unsigned char node_id[6]; local
236 if (get_node_id(node_id) <= 0) {
237 get_random_bytes(node_id, 6);
243 node_id[0] |= 0x80;
251 memcpy(uu.node, node_id, 6);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/uuid/
H A Dgen_uuid.c177 static int get_node_id(unsigned char *node_id) argument
248 if (node_id) {
249 memcpy(node_id, a, 6);
470 static unsigned char node_id[6]; local
476 if (get_node_id(node_id) <= 0) {
477 get_random_bytes(node_id, 6);
483 node_id[0] |= 0x01;
491 memcpy(uu.node, node_id, 6);
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dnuma.c73 pgdat->node_id = nid;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmmzone.h128 int node_id; member in struct:pglist_data
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmmzone.h128 int node_id; member in struct:pglist_data
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dether.c1784 u8 node_id [ETH_ALEN]; local
1827 get_random_bytes (node_id, sizeof node_id);
1828 node_id [0] &= 0xfe; // clear multicast bit
1829 node_id [0] |= 0x02; // set local assignment bit (IEEE802)
1831 node_id [0], node_id [1], node_id [2],
1832 node_id [3], node_id [
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dfmvj18x_cs.c93 static int fmvj18x_get_hwinfo(dev_link_t *link, u_char *node_id);
403 u_char *node_id; local
545 node_id = &(tuple.TupleData[5]);
552 node_id = &(tuple.TupleData[2]);
563 dev->dev_addr[i] = node_id[i];
615 static int fmvj18x_get_hwinfo(dev_link_t *link, u_char *node_id) argument
656 node_id[j] = readb(base+(i+7)*2);
H A Dxirc2ps_cs.c822 cistpl_lan_node_id_t *node_id = (cistpl_lan_node_id_t*)parse.funce.data; local
917 node_id = (cistpl_lan_node_id_t *)parse.funce.data;
918 if (node_id->nb != 6) {
923 dev->dev_addr[i] = node_id->id[i];
H A Dsmc91c92_cs.c739 cistpl_lan_node_id_t *node_id; local
756 node_id = (cistpl_lan_node_id_t *)parse.funce.data;
757 if (node_id->nb == 6) {
759 dev->dev_addr[i] = node_id->id[i];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Drtl8150.c232 u8 node_id[6]; local
234 get_registers(dev, IDR, sizeof(node_id), node_id);
235 memcpy(dev->netdev->dev_addr, node_id, sizeof(node_id));
H A Dpegasus.c423 u8 node_id[6]; local
425 get_node_id(pegasus, node_id);
426 set_registers(pegasus, EthID, sizeof(node_id), node_id);
427 memcpy(pegasus->net->dev_addr, node_id, sizeof(node_id));
H A Dusbnet.c212 static u8 node_id [ETH_ALEN]; variable
2515 memcpy (net->dev_addr, node_id, sizeof node_id);
2780 get_random_bytes (node_id, sizeof node_id);
2781 node_id [0] &= 0xfe; // clear multicast bit
2782 node_id [0] |= 0x02; // set local assignment bit (IEEE802)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/mm/
H A Dinit.c204 printk("Node ID: %d\n", pgdat->node_id);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/
H A Dml_SN_intr.c79 node_id_config.sh_int_node_id_config_s.node_id = master_nasid;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp.h117 u8 node_id; member in struct:scal_detail

Completed in 303 milliseconds

12