| /linux/drivers/tty/serial/jsm/ |
| A D | jsm_driver.c | 69 brd = kzalloc(sizeof(*brd), GFP_KERNEL); in jsm_probe_one() 70 if (!brd) { in jsm_probe_one() 147 brd->iobase = ((unsigned int)(brd->iobase)) & 0xFFFE; in jsm_probe_one() 155 brd->re_map_membase = ioremap(brd->membase, in jsm_probe_one() 203 brd->re_map_membase = ioremap(brd->membase, in jsm_probe_one() 218 rc = request_irq(brd->irq, brd->bd_ops->intr, IRQF_SHARED, "JSM", brd); in jsm_probe_one() 241 adapter_count, brd->rev, brd->irq); in jsm_probe_one() 249 free_irq(brd->irq, brd); in jsm_probe_one() 253 kfree(brd); in jsm_probe_one() 281 free_irq(brd->irq, brd); in jsm_remove_one() [all …]
|
| A D | jsm_tty.c | 197 brd = channel->ch_bd; in jsm_tty_open() 372 if (!brd) in jsm_tty_init() 381 brd->nasync = brd->maxports; in jsm_tty_init() 407 for (i = 0; i < brd->nasync; i++, ch = brd->channels[i]) { in jsm_tty_init() 419 ch->ch_bd = brd; in jsm_tty_init() 437 if (!brd) in jsm_uart_port_init() 446 brd->nasync = brd->maxports; in jsm_uart_port_init() 454 brd->channels[i]->uart_port.irq = brd->irq; in jsm_uart_port_init() 458 brd->channels[i]->uart_port.membase = brd->re_map_membase; in jsm_uart_port_init() 485 if (!brd) in jsm_remove_uart_port() [all …]
|
| A D | jsm_neo.c | 701 if (!brd) in neo_parse_isr() 704 if (port >= brd->maxports) in neo_parse_isr() 707 ch = brd->channels[port]; in neo_parse_isr() 819 if (!brd) in neo_parse_lsr() 822 if (port >= brd->maxports) in neo_parse_lsr() 825 ch = brd->channels[port]; in neo_parse_lsr() 1142 if (port >= brd->nasync) in neo_intr() 1145 ch = brd->channels[port]; in neo_intr() 1162 neo_parse_lsr(brd, port); in neo_intr() 1178 neo_parse_isr(brd, port); in neo_intr() [all …]
|
| A D | jsm_cls.c | 535 static inline void cls_parse_isr(struct jsm_board *brd, uint port) in cls_parse_isr() argument 546 if (port >= brd->nasync) in cls_parse_isr() 549 ch = brd->channels[port]; in cls_parse_isr() 785 struct jsm_board *brd = voidbrd; in cls_intr() local 791 spin_lock_irqsave(&brd->bd_intr_lock, lock_flags); in cls_intr() 799 jsm_dbg(INTR, &brd->pci_dev, "%s:%d uart_poll: %x\n", in cls_intr() 803 jsm_dbg(INTR, &brd->pci_dev, in cls_intr() 805 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in cls_intr() 812 for (i = 0; i < brd->nasync; i++) in cls_intr() 813 cls_parse_isr(brd, i); in cls_intr() [all …]
|
| /linux/drivers/block/ |
| A D | brd.c | 71 xa_lock(&brd->brd_pages); in brd_insert_page() 74 brd->brd_nr_pages++; in brd_insert_page() 75 xa_unlock(&brd->brd_pages); in brd_insert_page() 323 struct brd_device *brd; in brd_alloc() local 346 brd = kzalloc(sizeof(*brd), GFP_KERNEL); in brd_alloc() 347 if (!brd) in brd_alloc() 349 brd->brd_number = i; in brd_alloc() 357 &brd->brd_nr_pages); in brd_alloc() 382 kfree(brd); in brd_alloc() 400 brd_free_pages(brd); in brd_cleanup() [all …]
|
| A D | Makefile | 24 obj-$(CONFIG_BLK_DEV_RAM) += brd.o
|
| A D | Kconfig | 236 module will be called brd. An alias "rd" has been defined
|
| /linux/arch/mips/sgi-ip27/ |
| A D | ip27-memory.c | 61 lboard_t *brd; in router_recurse() local 81 router = (klrou_t *)NODE_OFFSET_TO_K0(NASID_GET(brd), brd->brd_compts[0]); in router_recurse() 100 lboard_t *brd, *dest_brd; in compute_node_distance() local 109 if (!brd) in compute_node_distance() 116 router = (klrou_t *)NODE_OFFSET_TO_K0(NASID_GET(brd), brd->brd_compts[0]); in compute_node_distance() 135 } while ((brd = find_lboard_class(KLCF_NEXT(brd), KLTYPE_ROUTER))); in compute_node_distance() 201 if (!brd) in dump_topology() 210 router = (klrou_t *)NODE_OFFSET_TO_K0(NASID_GET(brd), brd->brd_compts[0]); in dump_topology() 227 } while ( (brd = find_lboard_class(KLCF_NEXT(brd), KLTYPE_ROUTER)) ); in dump_topology() 238 lboard_t *brd; in slot_psize_compute() local [all …]
|
| A D | ip27-klconfig.c | 18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component() argument 25 for (j = 0; j < KLCF_NUM_COMPS(brd); j++) in find_component() 26 if (kli == KLCF_COMP(brd, j)) in find_component() 29 if (index == KLCF_NUM_COMPS(brd)) { in find_component() 36 for (; index < KLCF_NUM_COMPS(brd); index++) { in find_component() 37 kli = KLCF_COMP(brd, index); in find_component() 46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() argument 48 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component()
|
| A D | ip27-smp.c | 32 lboard_t *brd; in node_scan_cpus() local 36 brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27); in node_scan_cpus() 39 acpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU); in node_scan_cpus() 54 acpu = (klcpu_t *)find_component(brd, (klinfo_t *)acpu, in node_scan_cpus() 57 brd = KLCF_NEXT(brd); in node_scan_cpus() 58 if (!brd) in node_scan_cpus() 61 brd = find_lboard(brd, KLTYPE_IP27); in node_scan_cpus() 62 } while (brd); in node_scan_cpus()
|
| A D | ip27-xtalk.c | 153 lboard_t *brd; in xbow_probe() local 161 brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_MIDPLANE8); in xbow_probe() 162 if (!brd) in xbow_probe() 165 xbow_p = (klxbow_t *)find_component(brd, NULL, KLSTRUCT_XBOW); in xbow_probe()
|
| /linux/drivers/tty/ |
| A D | moxa.c | 360 #define MOXA_IS_320(brd) ((brd)->boardType == MOXA_BOARD_C320_ISA || \ argument 963 port = brd->ports; in moxa_load_code() 1128 brd->ports = kcalloc(MAX_PORTS_PER_BOARD, sizeof(*brd->ports), in moxa_init_board() 1173 brd->ready = 1; in moxa_init_board() 1187 kfree(brd->ports); in moxa_init_board() 1198 brd->ready = 0; in moxa_board_deinit() 1227 kfree(brd->ports); in moxa_board_deinit() 1390 brd++; in moxa_init() 1466 if (!brd->ready) { in moxa_open() 1732 if (!brd->ready) in moxa_poll() [all …]
|
| A D | mxser.c | 1676 port = &brd->ports[i]; in mxser_interrupt() 1733 brd->must_hwid = mxser_must_get_hwid(brd->ports[0].ioaddr); in mxser_initbrd() 1754 info = &brd->ports[i]; in mxser_initbrd() 1763 info->board = brd; in mxser_initbrd() 1784 struct mxser_board *brd; in mxser_probe() local 1798 brd = devm_kzalloc(&pdev->dev, struct_size(brd, ports, nports), in mxser_probe() 1800 if (!brd) in mxser_probe() 1803 brd->idx = i; in mxser_probe() 1819 brd->nports = nports; in mxser_probe() 1828 brd->vector = ioaddress; in mxser_probe() [all …]
|
| /linux/Documentation/networking/ |
| A D | vrf.rst | 189 link/ether 72:b3:ba:91:e2:24 brd ff:ff:ff:ff:ff:ff promiscuity 0 192 link/ether b6:6f:6e:f6:da:73 brd ff:ff:ff:ff:ff:ff promiscuity 0 195 link/ether 36:62:e8:7d:bb:8c brd ff:ff:ff:ff:ff:ff promiscuity 0 238 link/ether 02:00:00:00:02:02 brd ff:ff:ff:ff:ff:ff 240 link/ether 02:00:00:00:02:03 brd ff:ff:ff:ff:ff:ff 242 link/ether 02:00:00:00:02:06 brd ff:ff:ff:ff:ff:ff 283 link/ether 02:00:00:00:02:02 brd ff:ff:ff:ff:ff:ff 284 inet 10.2.1.2/24 brd 10.2.1.255 scope global eth1 291 link/ether 02:00:00:00:02:03 brd ff:ff:ff:ff:ff:ff 292 inet 10.2.2.2/24 brd 10.2.2.255 scope global eth2 [all …]
|
| A D | net_failover.rst | 77 link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff 78 inet 192.168.12.53/24 brd 192.168.12.255 scope global dynamic ens10 83 link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff 85 link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff
|
| A D | statistics.rst | 27 link/ether 48:2a:e3:4c:b1:d1 brd ff:ff:ff:ff:ff:ff
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| A D | fw_inc.c | 784 const struct firmware *brd; in wil_request_board() local 786 rc = request_firmware(&brd, name, wil_to_dev(wil)); in wil_request_board() 791 wil_dbg_fw(wil, "Loading <%s>, %zu bytes\n", name, brd->size); in wil_request_board() 794 dlen = wil_fw_verify(wil, brd->data, brd->size); in wil_request_board() 801 rc = wil_brd_process(wil, brd->data, dlen); in wil_request_board() 804 release_firmware(brd); in wil_request_board()
|
| /linux/tools/testing/selftests/net/ |
| A D | l2_tos_ttl_inherit.sh | 184 ip -netns "${NS0}" address add 198.19.0.1/24 brd + dev ${parent}0 185 ip -netns "${NS1}" address add 198.19.0.2/24 brd + dev ${parent}1
|
| A D | rtnetlink.sh | 318 ip -f inet addr add $IP/16 brd + dev "$devdummy"
|
| /linux/Documentation/filesystems/ |
| A D | tmpfs.rst | 29 An alternative to tmpfs and ramfs is to use brd to create RAM disks 32 this ramdisk. As with ramfs, brd ramdisks cannot swap. brd ramdisks are also 34 Contrary to brd ramdisks, tmpfs has its own filesystem, it does not rely on the
|
| A D | dax.rst | 209 - brd: RAM backed block device driver
|
| /linux/arch/mips/include/asm/sn/ |
| A D | klconfig.h | 890 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type); 891 extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
|
| /linux/net/ipv4/ |
| A D | fib_frontend.c | 1189 __be32 brd = ifa->ifa_address | ~ifa->ifa_mask; in fib_del_ifaddr() local 1280 if (brd == ifa1->ifa_broadcast) in fib_del_ifaddr() 1293 if (brd == brd1 || brd == any1) in fib_del_ifaddr() 1308 fib_magic(RTM_DELROUTE, RTN_BROADCAST, brd, 32, in fib_del_ifaddr()
|
| /linux/drivers/comedi/drivers/ |
| A D | ni_mio_common.c | 5430 int brd_index = brd; in get_rtsi_brd_src() 5433 if (brd >= NI_RTSI_BRD(0)) in get_rtsi_brd_src() 5434 brd_index = brd - NI_RTSI_BRD(0); in get_rtsi_brd_src() 5436 brd = NI_RTSI_BRD(brd); in get_rtsi_brd_src() 5756 if (brd < 0) in connect_route() 5757 return brd; in connect_route() 5761 brd, dest, &devpriv->routing_tables); in connect_route() 5817 int brd = ni_find_route_source( in disconnect_route() local 5821 if (brd < 0) in disconnect_route() 5822 return brd; in disconnect_route() [all …]
|
| /linux/Documentation/networking/device_drivers/ethernet/pensando/ |
| A D | ionic.rst | 119 link/ether 00:ae:cd:00:07:68 brd ff:ff:ff:ff:ff:ff
|