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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/
H A Dportdrv_bus.c43 (driver->id_table->port_type != PCIE_ANY_PORT &&
44 driver->id_table->port_type != pciedev->id.port_type) ||
H A Dportdrv_core.c112 int port_type, quirk = 0; local
118 port_type = (reg16 >> 4) & PORT_TYPE_MASK;
119 switch(port_type) {
222 int port_type, int service_type, int irq, int irq_mode)
231 dev->id.port_type = port_type;
242 pci_name(parent), get_descriptor_id(port_type, service_type));
247 int port_type, int service_type, int irq, int irq_mode)
255 pcie_device_init(parent, device, port_type, service_type, irq,irq_mode);
221 pcie_device_init(struct pci_dev *parent, struct pcie_device *dev, int port_type, int service_type, int irq, int irq_mode) argument
246 alloc_pcie_device(struct pci_dev *parent, int port_type, int service_type, int irq, int irq_mode) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dof_serial.c66 int port_type; local
72 port_type = (unsigned long)id->data;
73 ret = of_platform_serial_setup(ofdev, port_type, &port);
77 switch (port_type) {
H A Dioc4_serial.c747 int port_num, port_type; local
755 for (port_type = UART_PORT_MIN;
756 port_type < UART_PORT_COUNT;
757 port_type++) {
759 [port_type]) {
2641 int port_num, port_type; local
2653 for (port_type = UART_PORT_MIN;
2654 port_type < UART_PORT_COUNT;
2655 port_type++) {
2657 [port_type];
2706 ioc4_serial_core_attach(struct pci_dev *pdev, int port_type) argument
[all...]
H A Dpmac_zilog.h30 int port_type; member in struct:uart_pmac_port
H A Dpmac_zilog.c750 PMAC_FTR_SCC_ENABLE, uap->node, uap->port_type, 1);
767 pmac_call_feature(PMAC_FTR_SCC_ENABLE, uap->node, uap->port_type, 0);
1430 uap->port_type = PMAC_SCC_ASYNC;
1440 uap->port_type = PMAC_SCC_IRDA;
1454 uap->port_type = PMAC_SCC_I2S1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_spoolss_ports_conv.c34 { "type", PY_UINT32, offsetof(PORT_INFO_2, port_type) },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dqos.c62 char *port_type, *port; local
107 /* addr_type<addr<proto<port_type<port<<<<desc
119 port_type:
132 i = vstrsep(p, "<", &addr_type, &addr, &proto, &port_type,
177 if (*port_type != 'a') {
178 if ((*port_type == 'x') || (strchr(port, ','))) {
182 if (*port_type == 's')
188 if (*port_type == 's')
190 else if (*port_type == 'd')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpcieport_if.h33 __u32 port_type, service_type; /* Port Entity */ member in struct:pcie_port_service_id
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Djmicron.c22 } port_type; typedef in typeref:enum:__anon4460
39 port_type port_map[2];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_jmicron.c28 } port_type; typedef in typeref:enum:__anon3881
50 port_type port_map[2];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dircomm_param.h120 __u8 port_type; member in struct:ircomm_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dorinoco.h104 int port_type, createibss; member in struct:orinoco_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-topology.c41 int port_type, shift, seq; local
51 port_type = (q >> shift) & 0x03;
52 switch (port_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_transport_fc.h350 enum fc_port_type port_type; member in struct:fc_host_attrs
396 (((struct fc_host_attrs *)(x)->shost_data)->port_type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_attr.c775 uint32_t port_type = FC_PORTTYPE_UNKNOWN; local
779 port_type = FC_PORTTYPE_LPORT;
782 port_type = FC_PORTTYPE_NLPORT;
785 port_type = FC_PORTTYPE_PTP;
788 port_type = FC_PORTTYPE_NPORT;
791 fc_host_port_type(shost) = port_type;
H A Dqla_init.c1766 fcport->port_type = FCT_UNKNOWN;
1945 fcport->port_type != FCT_BROADCAST &&
2012 fcport->port_type = new_fcport->port_type;
2077 if (fcport->port_type != FCT_TARGET)
2171 if (fcport->port_type == FCT_INITIATOR)
2173 if (fcport->port_type == FCT_TARGET)
2320 fcport->port_type != FCT_INITIATOR &&
2321 fcport->port_type != FCT_BROADCAST) {
2580 fcport->port_type !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptfc.c937 unsigned port_type; local
1007 port_type = FC_PORTTYPE_UNKNOWN;
1009 port_type = FC_PORTTYPE_PTP;
1011 port_type = FC_PORTTYPE_LPORT;
1013 port_type = FC_PORTTYPE_NLPORT;
1015 port_type = FC_PORTTYPE_NPORT;
1016 fc_host_port_type(sh) = port_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_param.c241 self->settings.port_type = (__u8) param->pv.i;
244 self->settings.port_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/aer/
H A Daerdrv.c58 .port_type = PCIE_RC_PORT,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dadapter.h55 const struct port_type_info *port_type; member in struct:port_info
H A Dt3_hw.c654 p->port_type[0] = uses_xaui(adapter) ? 1 : 2;
655 p->port_type[1] = uses_xaui(adapter) ? 6 : 2;
657 p->port_type[0] = hex2int(vpd.port0_data[0]);
658 p->port_type[1] = hex2int(vpd.port1_data[0]);
1535 if (!(p->port_type->caps & SUPPORTED_IRQ))
3360 while (!adapter->params.vpd.port_type[j])
3363 p->port_type = &port_types[adapter->params.vpd.port_type[j]];
3364 p->port_type->phy_prep(&p->phy, adapter, ai->phy_base_addr + j,
3381 init_link_config(&p->link_config, p->port_type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_scb.c789 control_phy->port_type = SAS_PROTO_ALL << 4;
791 control_phy->port_type = SAS_PROTO_ALL;
793 control_phy->port_type =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpciehp_core.c519 .port_type = PCIE_ANY_PORT,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_fsf.h445 u32 port_type; member in struct:fsf_qtcb_bottom_port

Completed in 575 milliseconds

12