Searched refs:ports (Results 1 - 25 of 615) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Derr_ev7.h138 struct ev7_pal_io_one_port ports[4]; member in struct:ev7_pal_io_subpacket
H A Dcore_marvel.h314 struct io7_port ports[IO7_NUM_PORTS]; member in struct:io7
/linux-master/arch/alpha/kernel/
H A Derr_marvel.c820 if (!io7->ports[i].enabled)
822 err_sum |= io7->ports[i].csrs->POx_ERR_SUM.csr;
857 io7_ioport_csrs *csrs = io7->ports[i].csrs;
859 if (!io7->ports[i].enabled)
862 io->ports[i].pox_err_sum = csrs->POx_ERR_SUM.csr;
863 io->ports[i].pox_tlb_err = csrs->POx_TLB_ERR.csr;
864 io->ports[i].pox_spl_cmplt = csrs->POx_SPL_COMPLT.csr;
865 io->ports[i].pox_trans_sum = csrs->POx_TRANS_SUM.csr;
866 io->ports[i].pox_first_err = csrs->POx_FIRST_ERR.csr;
867 io->ports[
[all...]
H A Dcore_marvel.c133 io7->ports[h].io7 = io7;
134 io7->ports[h].port = h;
135 io7->ports[h].enabled = 0; /* default to disabled */
182 * First the IO ports.
214 struct io7_port *io7_port = &io7->ports[port];
356 io7->ports[i].enabled = 1;
407 hose = io7->ports[port].hose;
1049 if (!io7->ports[IO7_AGP_PORT].enabled)
1052 h = io7->ports[IO7_AGP_PORT].hose;
/linux-master/drivers/bus/
H A Darm-cci.c113 static struct cci_ace_port *ports; variable in typeref:struct:cci_ace_port
124 * Code disabling CCI cpu ports runs with D-cache invalidated
169 ace_match = ports[i].type == type;
170 if (ace_match && cci_portn == ports[i].dn)
188 * Port index look-up speeds up the function disabling ports by CPU,
235 void __iomem *base = ports[port].base;
257 * controlling that CPU cluster. Code disabling CPU CCI ports
330 /* Use matched port index to look up the corresponding ports entry */
335 " ldr r0, [r0, r2] @ *(&ports) \n"
337 " mla r0, r2, r3, r0 @ &ports[inde
[all...]
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h129 int ports; member in struct:hm_map
144 int ports; member in struct:hfc_multi
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c40 data.u.ipv4.src_port = ntohs(keys->ports.src);
41 data.u.ipv4.dst_port = ntohs(keys->ports.dst);
164 tpos->keys.ports.ports == k->ports.ports &&
/linux-master/drivers/net/ethernet/sun/
H A Dniu.h1502 u64 ports; member in struct:fcram_hash_ipv4
1510 u64 ports; member in struct:fcram_hash_ipv6
3072 struct niu *ports[NIU_MAX_PORTS]; member in struct:rx_pkt_hdr0::niu_parent
/linux-master/drivers/ntb/hw/idt/
H A Dntb_hw_idt.h981 * @IDT_MAX_NR_PORTS: Maximum number of ports per IDT PCIe-switch
1044 * @port_cnt: Total number of NT endpoint ports
1045 * @ports: Port ids
1050 unsigned char ports[]; member in struct:idt_89hpes_cfg
/linux-master/drivers/pinctrl/actions/
H A Dpinctrl-owl.h287 * @ports: array describing all GPIO ports of this SoC.
288 * @nports: number of GPIO ports in this SoC.
299 const struct owl_gpio_port *ports; member in struct:owl_pinctrl_soc_data
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h106 unsigned addr_range; /* max # of addrs; max # of possible ports */
197 struct asd_sas_port ports[ASD_MAX_PHYS]; member in struct:asd_ha_struct
/linux-master/drivers/scsi/isci/
H A Dprobe_roms.h199 * for any PORT. i.e. There are no phys assigned to any of the ports at start.
310 } ports[SCI_MAX_PORTS]; member in struct:sci_oem_params
/linux-master/drivers/tty/serial/8250/
H A D8250_acorn.c34 int ports[MAX_PORTS]; member in struct:serial_card_info
74 info->ports[i] = serial8250_register_8250_port(&uart);
88 if (info->ports[i] > 0)
89 serial8250_unregister_port(info->ports[i]);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss-of.c28 struct device_node *ports; local
31 * within this node or within an optional 'ports' node.
33 ports = of_get_child_by_name(parent, "ports");
34 if (ports)
35 parent = ports;
39 /* release the 'ports' node */
40 of_node_put(ports);
42 struct device_node *ports; local
44 ports
[all...]
/linux-master/include/linux/platform_data/
H A Dusb-ohci-s3c2410.h28 void (*report_oc)(struct s3c2410_hcd_info *, int ports);
31 static inline void s3c2410_usb_report_oc(struct s3c2410_hcd_info *info, int ports) argument
34 (info->report_oc)(info, ports);
/linux-master/include/linux/ssb/
H A Dssb_driver_chipcommon.h654 struct ssb_serial_port *ports);
/linux-master/include/uapi/linux/netfilter/
H A Dxt_multiport.h18 __u8 count; /* Number of ports */
19 __u16 ports[XT_MULTI_PORTS]; /* Ports */ member in struct:xt_multiport
24 __u8 count; /* Number of ports */
25 __u16 ports[XT_MULTI_PORTS]; /* Ports */ member in struct:xt_multiport_v1
/linux-master/net/netfilter/
H A Dnf_conntrack_tftp.c30 static unsigned short ports[MAX_PORTS]; variable
32 module_param_array(ports, ushort, &ports_c, 0400);
33 MODULE_PARM_DESC(ports, "Port numbers of TFTP servers");
119 ports[ports_c++] = TFTP_PORT;
123 HELPER_NAME, TFTP_PORT, ports[i], i,
127 HELPER_NAME, TFTP_PORT, ports[i], i,
H A Dxt_multiport.c2 /* Kernel module to match one of a list of TCP/UDP(-Lite)/SCTP/DCCP ports:
3 ports are in the same place so we can treat them as equal. */
35 s = minfo->ports[i];
39 e = minfo->ports[++i];
/linux-master/net/openvswitch/
H A Ddp_notify.c47 hlist_for_each_entry_safe(vport, n, &dp->ports[i], dp_hash_node) {
/linux-master/sound/synth/emux/
H A Demux_proc.c28 snd_iprintf(buf, " %d:%d", emu->client, emu->ports[i]);
/linux-master/arch/mips/alchemy/common/
H A Dplatform.c106 struct plat_serial8250_port *ports; local
118 ports = kcalloc(s, (c + 1), GFP_KERNEL);
119 if (!ports) {
123 memcpy(ports, au1x00_uart_data[ctype], s * c);
124 au1xx0_uart_device.dev.platform_data = ports;
128 ports[s].uartclk = uartclk;
129 if (au_platform_setup(&ports[s]) < 0) {
130 kfree(ports);
/linux-master/arch/um/drivers/
H A Dport_kern.c126 static LIST_HEAD(ports);
135 list_for_each(ele, &ports) {
166 list_for_each(ele, &ports) {
200 list_add(&port->list, &ports);
296 list_for_each(ele, &ports) {
/linux-master/arch/x86/include/asm/uv/
H A Dbios.h145 unsigned int ports; member in struct:uv_bios_hub_info
/linux-master/arch/x86/kvm/
H A Dxen.c1380 evtchn_port_t *ports)
1404 if (test_bit(ports[i], pending_bits)) {
1421 evtchn_port_t port, *ports; local
1445 sched_poll.ports = (void *)(unsigned long)(sp32.ports);
1463 ports = kmalloc_array(sched_poll.nr_ports,
1464 sizeof(*ports), GFP_KERNEL);
1465 if (!ports) {
1470 ports = &port;
1472 if (kvm_read_guest_virt(vcpu, (gva_t)sched_poll.ports, port
1379 wait_pending_event(struct kvm_vcpu *vcpu, int nr_ports, evtchn_port_t *ports) argument
[all...]

Completed in 655 milliseconds

1234567891011>>