Home
last modified time | relevance | path

Searched refs:port_type (Results 1 – 25 of 47) sorted by relevance

12

/drivers/pci/pcie/
Dportdrv_core.c36 int port_type, quirk = 0; in is_msi_quirked() local
42 port_type = (reg16 >> 4) & PORT_TYPE_MASK; in is_msi_quirked()
43 switch(port_type) { in is_msi_quirked()
158 int port_type, int service_type, int irq, int irq_mode) in pcie_device_init() argument
167 dev->id.port_type = port_type; in pcie_device_init()
178 pci_name(parent), get_descriptor_id(port_type, service_type)); in pcie_device_init()
191 int port_type, int service_type, int irq, int irq_mode) in alloc_pcie_device() argument
199 pcie_device_init(parent, device, port_type, service_type, irq,irq_mode); in alloc_pcie_device()
Dportdrv_bus.c40 (driver->id_table->port_type != PCIE_ANY_PORT && in pcie_port_bus_match()
41 driver->id_table->port_type != pciedev->id.port_type) || in pcie_port_bus_match()
/drivers/serial/
Dof_serial.c87 int port_type; in of_platform_serial_probe() local
97 port_type = (unsigned long)id->data; in of_platform_serial_probe()
98 ret = of_platform_serial_setup(ofdev, port_type, &port); in of_platform_serial_probe()
102 switch (port_type) { in of_platform_serial_probe()
123 info->type = port_type; in of_platform_serial_probe()
Dioc4_serial.c747 int port_num, port_type; in get_ioc4_port() local
755 for (port_type = UART_PORT_MIN; in get_ioc4_port()
756 port_type < UART_PORT_COUNT; in get_ioc4_port()
757 port_type++) { in get_ioc4_port()
759 [port_type]) { in get_ioc4_port()
2642 int port_num, port_type; in ioc4_serial_remove_one() local
2654 for (port_type = UART_PORT_MIN; in ioc4_serial_remove_one()
2655 port_type < UART_PORT_COUNT; in ioc4_serial_remove_one()
2656 port_type++) { in ioc4_serial_remove_one()
2658 [port_type]; in ioc4_serial_remove_one()
[all …]
Dpmac_zilog.c762 PMAC_FTR_SCC_ENABLE, uap->node, uap->port_type, 1); in pmz_set_scc_power()
779 pmac_call_feature(PMAC_FTR_SCC_ENABLE, uap->node, uap->port_type, 0); in pmz_set_scc_power()
1496 uap->port_type = PMAC_SCC_ASYNC; in pmz_init_port()
1506 uap->port_type = PMAC_SCC_IRDA; in pmz_init_port()
1520 uap->port_type = PMAC_SCC_I2S1; in pmz_init_port()
Dpmac_zilog.h30 int port_type; member
/drivers/net/mlx4/
Dmain.c102 enum mlx4_port_type *port_type) in mlx4_check_port_params() argument
107 if (port_type[i] != port_type[i+1] && in mlx4_check_port_params()
114 if ((port_type[0] == MLX4_PORT_TYPE_ETH) && in mlx4_check_port_params()
115 (port_type[1] == MLX4_PORT_TYPE_IB)) { in mlx4_check_port_params()
121 if (!(port_type[i] & dev->caps.supported_type[i+1])) { in mlx4_check_port_params()
136 if (dev->caps.port_type[i] == MLX4_PORT_TYPE_IB) in mlx4_set_port_mask()
225 dev->caps.port_type[i] = MLX4_PORT_TYPE_IB; in mlx4_dev_cap()
227 dev->caps.port_type[i] = MLX4_PORT_TYPE_ETH; in mlx4_dev_cap()
274 if (port_types[port] != dev->caps.port_type[port + 1]) { in mlx4_change_port_types()
276 dev->caps.port_type[port + 1] = port_types[port]; in mlx4_change_port_types()
[all …]
Dport.c301 u8 is_eth = dev->caps.port_type[port] == MLX4_PORT_TYPE_ETH; in mlx4_SET_PORT()
/drivers/ide/
Djmicron.c20 } port_type; typedef
37 port_type port_map[2]; in jmicron_cable_detect()
/drivers/ata/
Dpata_jmicron.c28 } port_type; typedef
50 port_type port_map[2]; in jmicron_pre_reset()
/drivers/char/
Dnozomi.c218 enum port_type { enum
733 static void enable_transmit_ul(enum port_type port, struct nozomi *dc) in enable_transmit_ul()
746 static void disable_transmit_ul(enum port_type port, struct nozomi *dc) in disable_transmit_ul()
760 static void enable_transmit_dl(enum port_type port, struct nozomi *dc) in enable_transmit_dl()
773 static void disable_transmit_dl(enum port_type port, struct nozomi *dc) in disable_transmit_dl()
790 static int send_data(enum port_type index, struct nozomi *dc) in send_data()
823 static int receive_data(enum port_type index, struct nozomi *dc) in receive_data()
930 enum port_type port = PORT_MDM; in receive_flow_control()
1021 static enum ctrl_port_type port2ctrl(enum port_type port, in port2ctrl()
1073 static int handle_data_dl(struct nozomi *dc, enum port_type port, u8 *toggle, in handle_data_dl()
[all …]
/drivers/firewire/
Dfw-topology.c43 int port_type, shift, seq; in count_ports() local
53 port_type = (q >> shift) & 0x03; in count_ports()
54 switch (port_type) { in count_ports()
/drivers/staging/wlan-ng/
Dprism2mgmt.c1047 u16 port_type; in prism2mgmt_autojoin() local
1093 port_type = HFA384x_PORTTYPE_IBSS; in prism2mgmt_autojoin()
1095 port_type = HFA384x_PORTTYPE_BSS; in prism2mgmt_autojoin()
1098 port_type = HFA384x_PORTTYPE_BSS; in prism2mgmt_autojoin()
1101 hfa384x_drvr_setconfig16(hw, HFA384x_RID_CNFPORTTYPE, port_type); in prism2mgmt_autojoin()
/drivers/message/fusion/
Dmptfc.c982 unsigned port_type; in mptfc_init_host_attr() local
1052 port_type = FC_PORTTYPE_UNKNOWN; in mptfc_init_host_attr()
1054 port_type = FC_PORTTYPE_PTP; in mptfc_init_host_attr()
1056 port_type = FC_PORTTYPE_LPORT; in mptfc_init_host_attr()
1058 port_type = FC_PORTTYPE_NLPORT; in mptfc_init_host_attr()
1060 port_type = FC_PORTTYPE_NPORT; in mptfc_init_host_attr()
1061 fc_host_port_type(sh) = port_type; in mptfc_init_host_attr()
/drivers/net/usb/
Dhso.c2084 char *port_type; in hso_log_port() local
2089 port_type = "Control"; in hso_log_port()
2092 port_type = "Application"; in hso_log_port()
2095 port_type = "GPS"; in hso_log_port()
2098 port_type = "GPS control"; in hso_log_port()
2101 port_type = "Application2"; in hso_log_port()
2104 port_type = "PCSC"; in hso_log_port()
2107 port_type = "Diagnostic"; in hso_log_port()
2110 port_type = "Diagnostic2"; in hso_log_port()
2113 port_type = "Modem"; in hso_log_port()
[all …]
/drivers/scsi/qla2xxx/
Dqla_attr.c916 uint32_t port_type = FC_PORTTYPE_UNKNOWN; in qla2x00_get_host_port_type() local
924 port_type = FC_PORTTYPE_LPORT; in qla2x00_get_host_port_type()
927 port_type = FC_PORTTYPE_NLPORT; in qla2x00_get_host_port_type()
930 port_type = FC_PORTTYPE_PTP; in qla2x00_get_host_port_type()
933 port_type = FC_PORTTYPE_NPORT; in qla2x00_get_host_port_type()
936 fc_host_port_type(shost) = port_type; in qla2x00_get_host_port_type()
Dqla_init.c1989 fcport->port_type = FCT_UNKNOWN; in qla2x00_alloc_fcport()
2166 fcport->port_type != FCT_BROADCAST && in qla2x00_configure_local_loop()
2234 fcport->port_type = new_fcport->port_type; in qla2x00_configure_local_loop()
2352 if (fcport->port_type == FCT_INITIATOR) in qla2x00_reg_remote_port()
2354 if (fcport->port_type == FCT_TARGET) in qla2x00_reg_remote_port()
2501 fcport->port_type != FCT_INITIATOR && in qla2x00_configure_fabric()
2502 fcport->port_type != FCT_BROADCAST) { in qla2x00_configure_fabric()
2781 fcport->port_type != FCT_INITIATOR && in qla2x00_find_all_fabric_devs()
2782 fcport->port_type != FCT_BROADCAST) { in qla2x00_find_all_fabric_devs()
2986 fcport->port_type == FCT_BROADCAST) in qla2x00_device_resync()
[all …]
/drivers/pci/hotplug/
Dpciehp_acpi.c74 .port_type = PCIE_ANY_PORT,
/drivers/net/wireless/orinoco/
Dorinoco.h148 int port_type, createibss; member
/drivers/scsi/aic94xx/
Daic94xx_scb.c796 control_phy->port_type = SAS_PROTOCOL_ALL << 4; in asd_build_control_phy()
798 control_phy->port_type = SAS_PROTOCOL_ALL; in asd_build_control_phy()
800 control_phy->port_type = in asd_build_control_phy()
/drivers/net/cxgb3/
Dt3_hw.c713 p->port_type[0] = uses_xaui(adapter) ? 1 : 2; in get_vpd_params()
714 p->port_type[1] = uses_xaui(adapter) ? 6 : 2; in get_vpd_params()
716 p->port_type[0] = hex2int(vpd.port0_data[0]); in get_vpd_params()
717 p->port_type[1] = hex2int(vpd.port1_data[0]); in get_vpd_params()
3680 while (!adapter->params.vpd.port_type[++j]) in t3_prep_adapter()
3683 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_prep_adapter()
3686 adapter->params.vpd.port_type[j]); in t3_prep_adapter()
3738 while (!adapter->params.vpd.port_type[++j]) in t3_replay_prep_adapter()
3741 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_replay_prep_adapter()
/drivers/pci/pcie/aer/
Daerdrv.c59 .port_type = PCIE_RC_PORT,
/drivers/staging/et131x/
Det1310_phy.h375 u16 port_type:1; // bit 10 member
383 u16 port_type:1; // bit 10
/drivers/infiniband/core/
Dsysfs.c414 static struct kobj_type port_type = { variable
502 ret = kobject_init_and_add(&p->kobj, &port_type, in add_port()
/drivers/scsi/lpfc/
Dlpfc_hbadisc.c657 ((vport->port_type == LPFC_NPIV_PORT) && in lpfc_cleanup_rpis()
876 if (vport->port_type == LPFC_PHYSICAL_PORT) in lpfc_mbx_cmpl_clear_la()
992 if (vport->port_type == LPFC_PHYSICAL_PORT) { in lpfc_mbx_cmpl_read_sparam()
1477 if (vports[i]->port_type == LPFC_PHYSICAL_PORT) in lpfc_mbx_cmpl_fabric_reg_login()
2556 (vport->port_type != LPFC_PHYSICAL_PORT)) in lpfc_issue_clear_la()
2656 if (vport->port_type == LPFC_PHYSICAL_PORT) in lpfc_disc_start()

12