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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-klconfig.c18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) argument
25 for (j = 0; j < KLCF_NUM_COMPS(brd); j++)
26 if (kli == KLCF_COMP(brd, j))
29 if (index == KLCF_NUM_COMPS(brd)) {
36 for (; index < KLCF_NUM_COMPS(brd); index++) {
37 kli = KLCF_COMP(brd, index);
46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) argument
48 return find_component(brd, (klinfo_t *)NULL, struct_type);
83 lboard_t *brd; local
86 if (!(brd
[all...]
H A Dip27-init.c87 nasid_t get_actual_nasid(lboard_t *brd) argument
91 if (!brd)
94 /* find out if we are a completely disabled brd. */
95 hub = (klhub_t *)find_first_component(brd, KLSTRUCT_HUB);
98 if (!(hub->hub_info.flags & KLINFO_ENABLE)) /* disabled node brd */
101 return brd->brd_nasid;
111 lboard_t *brd; local
116 brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27);
119 acpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU);
123 if (get_actual_nasid(brd)
547 lboard_t *brd; local
585 lboard_t *brd, *dest_brd; local
672 lboard_t *brd, *dest_brd; local
[all...]
H A Dip27-memory.c98 lboard_t *brd; local
104 brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27);
105 if (!brd)
109 banks = (klmembnk_t *)find_first_component(brd, KLSTRUCT_MEMBNK);
H A Dip27-setup.c157 lboard_t *brd; local
165 if ((brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid),
169 printk("brd = 0x%lx\n", (unsigned long) brd);
171 find_component(brd, NULL, KLSTRUCT_XBOW)) == NULL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dklconflib.c75 find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) argument
82 for (j = 0; j < KLCF_NUM_COMPS(brd); j++) {
83 if (kli == KLCF_COMP(brd, j))
87 if (index == KLCF_NUM_COMPS(brd)) {
94 for (; index < KLCF_NUM_COMPS(brd); index++) {
95 kli = KLCF_COMP(brd, index);
96 DBG("find_component: brd %p kli %p request type = 0x%x kli type 0x%x\n", brd, kli, kli->struct_type, KLCF_COMP_TYPE(kli));
106 find_first_component(lboard_t *brd, unsigned char struct_type) argument
108 return find_component(brd, (klinfo_
249 lboard_t *brd; local
307 get_actual_nasid(lboard_t *brd) argument
328 lboard_t *brd; local
350 board_to_path(lboard_t *brd, char *path) argument
416 lboard_t *brd; local
434 device_component_canonical_name_get(lboard_t *brd, klinfo_t *component, char *name) argument
[all...]
H A Dklgraph.c200 lboard_t *brd; local
209 if ((brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IOBRICK_XBOW)) == NULL)
212 if (KL_CONFIG_DUPLICATE_BOARD(brd))
218 if ((xbow_p = (klxbow_t *)find_component(brd, NULL, KLSTRUCT_XBOW))
298 lboard_t *brd; local
307 brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_SNIA);
308 GRPRINTF(("klhwg_add_node: Adding cnode %d, nasid %d, brd 0x%p\n",
309 cnode, nasid, brd));
310 ASSERT(brd);
315 board_to_path(brd, path_buffe
372 lboard_t *brd; local
427 klhwg_connect_one_router(devfs_handle_t hwgraph_root, lboard_t *brd, cnodeid_t cnode, nasid_t nasid) argument
525 lboard_t *brd; local
558 lboard_t *brd; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcomstats.h36 unsigned long brd; member in struct:__anon11094
85 unsigned long brd; member in struct:__anon11096
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcomstats.h36 unsigned long brd; member in struct:__anon6678
85 unsigned long brd; member in struct:__anon6680
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dgdth.c1121 ha->brd = gdth_mmap(bios_adr, sizeof(gdt2_dpram_str));
1122 if (ha->brd == NULL) {
1126 dp2_ptr = (gdt2_dpram_str *)ha->brd;
1132 gdth_munmap(ha->brd);
1167 gdth_munmap(ha->brd);
1177 gdth_munmap(ha->brd);
1199 gdth_munmap(ha->brd);
1236 ha->brd = gdth_mmap(pcistr->dpmem, sizeof(gdt6_dpram_str));
1237 if (ha->brd == NULL) {
1242 dp6_ptr = (gdt6_dpram_str *)ha->brd;
[all...]
H A Dgdth.h887 void *brd; /* DPRAM address */ member in struct:__anon2392
/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Diplink.c231 static int set_address(struct ifreq *ifr, int brd) argument
238 if (ioctl(s, brd?SIOCSIFHWBROADCAST:SIOCSIFHWADDR, ifr) < 0) {
239 perror(brd?"SIOCSIFHWBROADCAST":"SIOCSIFHWADDR");
275 strcmp(*argv, "brd") == 0) {
H A Difcfg118 if ! ip address add $pfx brd + dev $dev $label; then
H A Dipaddress.c208 fprintf(fp, " brd ");
385 fprintf(fp, "brd %s ",
770 strcmp(*argv, "brd") == 0) {
843 inet_prefix brd; local
849 brd = peer;
850 if (brd.bitlen <= 30) {
851 for (i=31; i>=brd.bitlen; i--) {
853 brd.data[0] |= htonl(1<<(31-i));
855 brd.data[0] &= ~htonl(1<<(31-i));
857 addattr_l(&req.n, sizeof(req), IFA_BROADCAST, &brd
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/sn/
H A Dklconfig.h74 * 1 NODE brd, 2 Router brd (1 8p, 1 meta), 6 Widgets,
278 +--->|r/l brd errinfo,compt err flags |
454 struct lboard_s *brd_parent; /* Logical parent for this brd */
686 /* type of brd connected+component struct ptr+flags */
913 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);
914 extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
936 extern void board_to_path(lboard_t *brd, char *path);
945 extern nasid_t get_actual_nasid(lboard_t *brd) ;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/sn/
H A Dklconfig.h74 * 1 NODE brd, 2 Router brd (1 8p, 1 meta), 6 Widgets,
278 +--->|r/l brd errinfo,compt err flags |
454 struct lboard_s *brd_parent; /* Logical parent for this brd */
686 /* type of brd connected+component struct ptr+flags */
913 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);
914 extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
936 extern void board_to_path(lboard_t *brd, char *path);
945 extern nasid_t get_actual_nasid(lboard_t *brd) ;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dklconfig.h264 +--->|r/l brd errinfo,compt err flags |
445 struct lboard_s *brd_parent; /* Logical parent for this brd */
683 /* type of brd connected+component struct ptr+flags */
920 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);
921 extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
941 extern void board_to_path(lboard_t *brd, char *path);
950 extern nasid_t get_actual_nasid(lboard_t *brd) ;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dklconfig.h264 +--->|r/l brd errinfo,compt err flags |
445 struct lboard_s *brd_parent; /* Logical parent for this brd */
683 /* type of brd connected+component struct ptr+flags */
920 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);
921 extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
941 extern void board_to_path(lboard_t *brd, char *path);
950 extern nasid_t get_actual_nasid(lboard_t *brd) ;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Depca.c2983 int brd; local
2985 getUser(brd, (unsigned int *)arg);
2993 if ((brd < 0) || (brd >= num_cards) || (num_cards == 0))
2998 di.board = brd ;
2999 di.status = boards[brd].status;
3000 di.type = boards[brd].type ;
3001 di.numports = boards[brd].numports ;
3002 di.port = boards[brd].port ;
3003 di.membase = boards[brd]
3014 int brd = arg & 0xff000000 >> 16 ; local
[all...]
H A Dserial.c4567 struct pci_board_inst *brd = &serial_pci_board[i]; local
4571 if (brd->board.init_fn)
4572 (brd->board.init_fn)(brd->dev, &brd->board, 0);
4573 if (DEACTIVATE_FUNC(brd->dev))
4574 (DEACTIVATE_FUNC(brd->dev))(brd->dev);
5742 struct pci_board_inst *brd = &serial_pci_board[i]; local
5746 if (brd
[all...]
H A Distallion.c631 * Define macros to extract a brd or port number from a minor number.
3436 "range at line=%d(%d), brd=%d\n",
3526 "range at line=%d(%d), brd=%d\n",
3578 "range at line=%d(%d), brd=%d\n",
3712 "range at line=%d(%d), brd=%d\n",
3798 "range at line=%d(%d), brd=%d\n",
3863 "range at line=%d(%d), brd=%d\n",
3920 "range at line=%d(%d), brd=%d\n",
4935 if (stli_brdstats.brd >= STL_MAXBRDS)
4937 brdp = stli_brds[stli_brdstats.brd];
[all...]
H A Dstallion.c451 * Define macros to extract a brd/port number from a minor number.
2292 portp->stats.brd = portp->brdnr;
2339 printk("STALLION: invalid irq=%d for brd=%d\n",
2476 printk("STALLION: invalid irq=%d for brd=%d\n",
2502 printk("STALLION: invalid irq=%d for brd=%d\n",
2898 if (stl_brdstats.brd >= STL_MAXBRDS)
2900 brdp = stl_brds[stl_brdstats.brd];
2905 stl_brdstats.brd = brdp->brdnr;
2966 portp = stl_getport(stl_comstats.brd, stl_comstats.panel,
3021 portp = stl_getport(stl_comstats.brd, stl_comstat
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_frontend.c504 u32 brd = ifa->ifa_address|~ifa->ifa_mask; local
534 if (brd == ifa1->ifa_broadcast)
543 fib_magic(RTM_DELROUTE, RTN_BROADCAST, brd, 32, prim);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dsa1100_ir.c148 int brd, ret = -EINVAL; local
153 brd = 3686400 / (16 * speed) - 1;
166 Ser2UTCR1 = brd >> 8;
167 Ser2UTCR2 = brd;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c1422 u32 brd = 0; local
1428 brd = in_dev->ifa_list->ifa_broadcast;
1433 if (!arp_query(haddr.c, brd, &strip_info->dev))
1477 u32 addr, brd; local
1563 brd = addr = 0;
1567 brd = in_dev->ifa_list->ifa_broadcast;
1592 arp_query(haddr.c, brd, &strip_info->dev))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex285 \item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS|
350 link/ether 00:a0:cc:66:18:78 brd ff:ff:ff:ff:ff:ff
353 link/sit 0.0.0.0 brd 0.0.0.0
356 link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
491 link/ether 00:a0:cc:66:18:78 brd ff:ff:ff:ff:ff:ff
533 link/ether 00:a0:cc:66:18:78 brd ff:ff:ff:ff:ff:ff
641 \item \verb|ip addr add 127.0.0.1/8 dev lo brd + scope host|
645 \item \verb|ip addr add 10.0.0.1/24 brd + dev eth0 label eth0:Alias|
733 link/ether 00:a0:cc:66:18:78 brd ff:ff:ff:ff:ff:ff
734 inet 193.233.7.90/24 brd 193.23
[all...]

Completed in 299 milliseconds