Searched refs:nodeid (Results 1 - 22 of 22) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/mm/
H A Dnuma.c31 void __init setup_node_bootmem(int nodeid, unsigned long start, unsigned long end) argument
39 printk("Bootmem setup node %d %016lx-%016lx\n", nodeid, start, end);
46 panic("Cannot find memory pgdat in node %d\n", nodeid);
50 PLAT_NODE_DATA(nodeid) = phys_to_virt(nodedata_phys);
51 memset(PLAT_NODE_DATA(nodeid), 0, sizeof(plat_pg_data_t));
52 NODE_DATA(nodeid)->bdata = &plat_node_bdata[nodeid];
59 panic("Not enough continuous space for bootmap on node %d", nodeid);
62 bootmap_size = init_bootmem_node(NODE_DATA(nodeid),
66 e820_bootmem_free(NODE_DATA(nodeid), star
80 setup_node_zones(int nodeid) argument
[all...]
H A Dk8topology.c92 int nodeid, numnodes, maxnode, i, nb; local
111 nodeid = limit & 3;
118 nodeid, (base>>8)&3, (limit>>8) & 3);
121 if (nodeid > maxnode)
122 maxnode = nodeid;
123 if ((1UL << nodeid) & nodes_present) {
124 printk("Node %d already present. Skipping\n", nodeid);
134 printk(KERN_INFO "Node %d beyond memory map\n", nodeid);
149 nodeid, base, limit);
161 nodeid, bas
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dhighlevel.h63 void (*fcp_request) (struct hpsb_host *host, int nodeid, int direction,
77 int (*read) (struct hpsb_host *host, int nodeid, quadlet_t *buffer,
79 int (*write) (struct hpsb_host *host, int nodeid, int destid,
84 int (*lock) (struct hpsb_host *host, int nodeid, quadlet_t *store,
86 int (*lock64) (struct hpsb_host *host, int nodeid, octlet_t *store,
97 int highlevel_read(struct hpsb_host *host, int nodeid, quadlet_t *buffer,
99 int highlevel_write(struct hpsb_host *host, int nodeid, int destid,
101 int highlevel_lock(struct hpsb_host *host, int nodeid, quadlet_t *store,
103 int highlevel_lock64(struct hpsb_host *host, int nodeid, octlet_t *store,
108 void highlevel_fcp_request(struct hpsb_host *host, int nodeid, in
[all...]
H A Dnodemgr.c102 NODE_BUS_ARGS(ne->nodeid), (unsigned long long)ne->guid);
116 if (ne->host != NULL && ne->host->node_id == ne->nodeid) {
188 nodeid_t nodeid, unsigned int generation,
195 ret = hpsb_read(host, nodeid, generation, address, quad, 4);
209 nodeid_t nodeid, unsigned int generation,
215 if (nodemgr_read_quadlet(host, nodeid, generation, address, &quad))
221 if (nodemgr_read_quadlet(host, nodeid, generation, address, &quad))
237 if (nodemgr_read_quadlet(ne->host, ne->nodeid, ne->generation, address, &quad)
243 if (nodemgr_read_quadlet(ne->host, ne->nodeid, ne->generation, address, &quad))
253 if (nodemgr_read_quadlet(ne->host, ne->nodeid, n
187 nodemgr_read_quadlet(struct hpsb_host *host, nodeid_t nodeid, unsigned int generation, octlet_t address, quadlet_t *quad) argument
208 nodemgr_size_text_leaf(struct hpsb_host *host, nodeid_t nodeid, unsigned int generation, octlet_t address) argument
272 nodemgr_scan_root_directory(struct hpsb_host *host, nodeid_t nodeid, unsigned int generation) argument
327 nodemgr_create_node(octlet_t guid, quadlet_t busoptions, struct hpsb_host *host, nodeid_t nodeid, unsigned int generation) argument
368 find_entry_by_nodeid(nodeid_t nodeid) argument
958 nodemgr_update_node(struct node_entry *ne, quadlet_t busoptions, struct hpsb_host *host, nodeid_t nodeid, unsigned int generation) argument
984 read_businfo_block(struct hpsb_host *host, nodeid_t nodeid, unsigned int generation, quadlet_t *buffer, int buffer_length) argument
1061 nodemgr_node_probe_one(struct hpsb_host *host, nodeid_t nodeid, int generation) argument
1127 nodeid_t nodeid = LOCAL_BUS; local
1203 hpsb_nodeid_get_entry(nodeid_t nodeid) argument
[all...]
H A Dieee1394_types.h72 #define NODE_BUS_ARGS(nodeid) \
73 (nodeid & NODE_MASK), ((nodeid & BUS_MASK) >> 6)
H A Dhighlevel.c224 void highlevel_fcp_request(struct hpsb_host *host, int nodeid, int direction, argument
237 hl->op->fcp_request(host, nodeid, direction, cts, data,
245 int highlevel_read(struct hpsb_host *host, int nodeid, quadlet_t *buffer, argument
263 rcode = as->op->read(host, nodeid, buffer,
290 int highlevel_write(struct hpsb_host *host, int nodeid, int destid, argument
308 rcode = as->op->write(host, nodeid, destid,
336 int highlevel_lock(struct hpsb_host *host, int nodeid, quadlet_t *store, argument
351 rcode = as->op->lock(host, nodeid, store, addr,
369 int highlevel_lock64(struct hpsb_host *host, int nodeid, octlet_t *store, argument
384 rcode = as->op->lock64(host, nodeid, stor
[all...]
H A Dieee1394_transactions.h30 int get_tlabel(struct hpsb_host *host, nodeid_t nodeid, int wait);
31 void free_tlabel(struct hpsb_host *host, nodeid_t nodeid, int tlabel);
H A Dnodemgr.h126 nodeid_t nodeid; /* NodeID */ member in struct:node_entry
151 /* Same as above, but use the nodeid to get an node entry. This is not
152 * fool-proof by itself, since the nodeid can change. */
153 struct node_entry *hpsb_nodeid_get_entry(nodeid_t nodeid);
H A Dcsr.c88 static int read_maps(struct hpsb_host *host, int nodeid, quadlet_t *buffer, argument
113 static int read_regs(struct hpsb_host *host, int nodeid, quadlet_t *buf, argument
223 static int write_regs(struct hpsb_host *host, int nodeid, int destid, argument
301 static int lock_regs(struct hpsb_host *host, int nodeid, quadlet_t *store, argument
378 static int write_fcp(struct hpsb_host *host, int nodeid, int dest, argument
388 highlevel_fcp_request(host, nodeid, 0, (u8 *)data, length);
391 highlevel_fcp_request(host, nodeid, 1, (u8 *)data, length);
H A Deth1394.c34 * - Relies on hardware address being equal to the nodeid for some things.
238 static inline void ether1394_register_limits (int nodeid, unsigned char max_rec, argument
244 if (nodeid < 0 || nodeid >= ALL_NODES) {
245 ETH1394_PRINT_G (KERN_ERR, "Cannot register invalid nodeid %d\n", nodeid);
249 priv->max_rec[nodeid] = max_rec;
250 priv->sspd[nodeid] = sspd;
251 priv->fifo_hi[nodeid] = fifo_hi;
252 priv->fifo_lo[nodeid]
[all...]
H A Dcmp.c201 static int pcr_read(struct hpsb_host *host, int nodeid, quadlet_t *buf, argument
237 static int pcr_lock(struct hpsb_host *host, int nodeid, quadlet_t *store, argument
H A Dieee1394_core.c204 int nodeid = -1; local
214 nodeid++;
217 if (sid->phy_id != nodeid) {
231 if ((esid->phy_id != nodeid)
261 host->node_count = nodeid + 1;
H A Dsbp2.h512 static int sbp2_handle_physdma_write(struct hpsb_host *host, int nodeid, int destid, quadlet_t *data,
514 static int sbp2_handle_physdma_read(struct hpsb_host *host, int nodeid, quadlet_t *data,
524 static int sbp2_handle_status_write(struct hpsb_host *host, int nodeid, int destid,
H A Dieee1394_transactions.c153 * @nodeid: the node ID of the transmission target
170 int get_tlabel(struct hpsb_host *host, nodeid_t nodeid, int wait) argument
204 * @nodeid: the node ID of the transmission target
213 void free_tlabel(struct hpsb_host *host, nodeid_t nodeid, int tlabel) argument
H A Dsbp2.c1238 static int sbp2_handle_physdma_write(struct hpsb_host *host, int nodeid, int destid, quadlet_t *data,
1254 static int sbp2_handle_physdma_read(struct hpsb_host *host, int nodeid, quadlet_t *data,
1683 NODE_BUS_ARGS(scsi_id->ne->nodeid));
1696 NODE_BUS_ARGS(scsi_id->ne->nodeid));
1718 + (scsi_id->ne->nodeid & NODE_MASK)];
1733 NODE_BUS_ARGS(scsi_id->ne->nodeid), hpsb_speedto_str[scsi_id->speed_code],
2425 static int sbp2_handle_status_write(struct hpsb_host *host, int nodeid, int destid,
1237 sbp2_handle_physdma_write(struct hpsb_host *host, int nodeid, int destid, quadlet_t *data, u64 addr, unsigned int length) argument
1253 sbp2_handle_physdma_read(struct hpsb_host *host, int nodeid, quadlet_t *data, u64 addr, unsigned int length) argument
2424 sbp2_handle_status_write(struct hpsb_host *host, int nodeid, int destid, quadlet_t *data, u64 addr, unsigned int length) argument
H A Draw1394.c299 static void fcp_request(struct hpsb_host *host, int nodeid, int direction, argument
350 req->req.misc = nodeid | (direction << 16);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dmmzone.h125 int nodeid = phys_to_nid(__pa(page)); \
126 plat_pg_data_t *nd = PLAT_NODE_DATA(nodeid); \
135 unsigned nodeid = memnodemap[index]; \
136 pg_data_t *nd = NODE_DATA(nodeid); \
138 ok = (nodeid != 0xff) && \
148 extern void setup_node_bootmem(int nodeid, unsigned long start_, unsigned long end_);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dmmzone.h125 int nodeid = phys_to_nid(__pa(page)); \
126 plat_pg_data_t *nd = PLAT_NODE_DATA(nodeid); \
135 unsigned nodeid = memnodemap[index]; \
136 pg_data_t *nd = NODE_DATA(nodeid); \
138 ok = (nodeid != 0xff) && \
148 extern void setup_node_bootmem(int nodeid, unsigned long start_, unsigned long end_);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dmem_refcnt.c26 #define MIGR_COUNTER_MAX_GET(nodeid) \
27 (NODEPDA_MCD((nodeid))->migr_system_kparms.migr_threshold_reference)
31 #define MIGR_THRESHOLD_ABS_GET(nodeid) ( \
32 MD_MIG_VALUE_THRESH_GET(COMPACT_TO_NASID_NODEID(nodeid)))
36 #define MIGR_THRESHOLD_DIFF_GET(nodeid) \
37 (NODEPDA_MCD(nodeid)->migr_as_kparms.migr_base_threshold)
H A Dhub_intr.c70 cnodeid_t nodeid; /* node to receive interrupt */ local
142 nodeid = cpuid_to_cnodeid(cpu);
152 intr_hdl = snia_kmem_alloc_node(sizeof(struct hub_intr_s), KM_NOSLEEP, nodeid);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/appletalk/
H A Dcops.c182 int nodeid; /* Set to 1 once have nodeid. */ member in struct:cops_local
196 static int cops_nodeid (struct net_device *dev, int nodeid);
447 * the nodeid, if it is reset it will lose it all.
453 * If atalkd already gave us a nodeid we will use that
454 * one again, else we wait for atalkd to give us a nodeid
456 * our nodeid while we are resetting.
458 if(lp->nodeid == 1)
599 * any nodeid 1-254. The card will try and get that exact
600 * address else we can specify 0 as the nodeid an
603 cops_nodeid(struct net_device *dev, int nodeid) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Df_u32.c43 __u32 htid=0, hash=0, nodeid=0; local
65 nodeid = strtoul(str, &tmp, 16);
68 if (nodeid>=0x1000)
72 *handle = (htid<<20)|(hash<<12)|nodeid;
81 __u32 nodeid = TC_U32_NODE(handle); local
93 if (nodeid|hash) {
99 if (nodeid) {
100 int l = snprintf(b, bsize, ":%x", nodeid);

Completed in 105 milliseconds