Searched refs:atm (Results 1 – 25 of 30) sorted by relevance
12
/linux-3.4.99/net/atm/ |
D | Makefile | 5 atm-y := addr.o pvc.o signaling.o svc.o ioctl.o common.o atm_misc.o raw.o resources.o atm_sysfs.o 8 obj-$(CONFIG_ATM) += atm.o 11 atm-$(CONFIG_PROC_FS) += proc.o
|
D | Kconfig | 18 of ATM. See the file <file:Documentation/networking/atm.txt> for
|
/linux-3.4.99/Documentation/networking/ |
D | atm.txt | 4 page at http://linux-atm.sourceforge.net/ 8 can be found on http://linux-atm.sourceforge.net/
|
D | fore200e.txt | 26 in the linux/drivers/atm directory for details and restrictions. 54 to some directory, such as linux/drivers/atm. 57 Expected pathnames are absolute or relative to the drivers/atm directory.
|
D | iphase.txt | 54 d. Rebuild the kernel, loadable modules and the atm tools. 59 b. Change directory to /lib/modules/<kernel-version>/atm. 66 cat /proc/atm/devices
|
D | cxacru.txt | 13 Detected devices will appear as ATM devices named "cxacru". In /sys/class/atm/
|
D | 00-INDEX | 27 atm.txt
|
/linux-3.4.99/drivers/usb/ |
D | Makefile | 51 obj-$(CONFIG_USB_ATM) += atm/ 52 obj-$(CONFIG_USB_SPEEDTOUCH) += atm/
|
D | Kconfig | 180 source "drivers/usb/atm/Kconfig"
|
/linux-3.4.99/drivers/usb/atm/ |
D | Makefile | 9 obj-$(CONFIG_USB_UEAGLEATM) += ueagle-atm.o
|
D | usbatm.c | 160 struct atm_skb_data atm; member 473 struct atm_vcc *vcc = ctrl->atm.vcc; in usbatm_write_cells() 615 struct atm_vcc *vcc = UDSL_SKB(skb)->atm.vcc; in usbatm_tx_process() 643 if (UDSL_SKB(skb)->atm.vcc == vcc) { in usbatm_cancel_send() 652 if ((skb = instance->current_skb) && (UDSL_SKB(skb)->atm.vcc == vcc)) { in usbatm_cancel_send() 694 ctrl->atm.vcc = vcc; in usbatm_atm_send()
|
D | Kconfig | 54 module will be called ueagle-atm.
|
/linux-3.4.99/drivers/atm/ |
D | nicstarmac.copyright | 22 * (skb->atm.iovcnt != 0) for Rx skb's passed to vcc->push. 33 * 1) skb->destructor / skb->atm.recycle_buffer
|
D | Kconfig | 226 module argument. See the file <file:drivers/atm/idt77252.h> for 264 <file:drivers/atm/ambassador.h> for the meanings of the bits in the 288 <file:drivers/atm/horizon.h> for the meanings of the bits in the 319 <ftp://ftp.iphase.com/pub/atm/pci/>). 321 See the file <file:drivers/atm/iphase.h> for the meanings of the
|
D | fore200e.c | 2992 be32_to_cpu(fore200e->stats->atm.cells_transmitted), in fore200e_proc_read() 2993 be32_to_cpu(fore200e->stats->atm.cells_received), in fore200e_proc_read() 2994 be32_to_cpu(fore200e->stats->atm.vpi_bad_range), in fore200e_proc_read() 2995 be32_to_cpu(fore200e->stats->atm.vpi_no_conn), in fore200e_proc_read() 2996 be32_to_cpu(fore200e->stats->atm.vci_bad_range), in fore200e_proc_read() 2997 be32_to_cpu(fore200e->stats->atm.vci_no_conn)); in fore200e_proc_read()
|
D | fore200e.h | 443 struct stats_atm atm; /* ATM statistics */ member
|
/linux-3.4.99/Documentation/zh_CN/ |
D | magic-number.txt | 131 EEPROM_MAGIC_VALUE 0x5ab478d2 lanai_dev drivers/atm/lanai.c 139 FW_HEADER_MAGIC 0x65726F66 fw_header drivers/atm/fore200e.h 151 ENI155_MAGIC 0xa54b872d midway_eprom drivers/atm/eni.h
|
/linux-3.4.99/net/ |
D | Makefile | 40 obj-$(CONFIG_ATM) += atm/
|
D | Kconfig | 198 source "net/atm/Kconfig"
|
/linux-3.4.99/Documentation/ |
D | magic-number.txt | 131 EEPROM_MAGIC_VALUE 0x5ab478d2 lanai_dev drivers/atm/lanai.c 139 FW_HEADER_MAGIC 0x65726F66 fw_header drivers/atm/fore200e.h 151 ENI155_MAGIC 0xa54b872d midway_eprom drivers/atm/eni.h
|
/linux-3.4.99/drivers/ |
D | Makefile | 58 obj-$(CONFIG_ATM) += atm/
|
/linux-3.4.99/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | ucc.txt | 5 "bisync", "atm", or "serial".
|
/linux-3.4.99/arch/ia64/kernel/ |
D | efi.c | 108 efi_time_t *atm = NULL; \ 112 atm = adjust_arg(tm); \ 116 enabled, atm); \
|
/linux-3.4.99/Documentation/power/regulator/ |
D | overview.txt | 138 drivers can get and put a regulator (like they can with clocks atm) and
|
/linux-3.4.99/include/linux/ |
D | Kbuild | 50 header-y += atm.h
|
12