/illumos-gate/usr/src/uts/common/sys/fibre-channel/ |
H A D | fc_types.h | 104 typedef struct port_type { struct 107 port_type : 8; member 109 uint32_t port_type : 8,
|
/illumos-gate/usr/src/cmd/fcoesvc/ |
H A D | fcoeisvc.c | 49 if (port->port_type == FCOE_PORTTYPE_INITIATOR) { in main() 51 port->port_type, in main()
|
H A D | fcoetsvc.c | 49 if (port->port_type == FCOE_PORTTYPE_TARGET) { in main() 51 port->port_type, in main()
|
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | fcoeadm.c | 83 (attr->port_type == 0) ? "Initiator" : "Target"); in printFCOEPortInfo() 329 if (portlist[i].port_type == in fcoe_adm_delete_port() 442 if ((portlist[i].port_type == in fcoe_adm_list_ports() 445 portlist[i].port_type == in fcoe_adm_list_ports()
|
/illumos-gate/usr/src/lib/libfcoe/common/ |
H A D | libfcoe.h | 104 FCOE_UINT8 port_type; member 114 FCOE_UINT8 port_type; member
|
H A D | libfcoe.c | 813 po->port_type = (FCOE_UINT8)pi->fpi_port_type; in FCOE_GetPortList() 924 pi->port_type = is_target ? in FCOE_LoadConfig()
|
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | s1394_bus_reset.c | 692 int port_type; in s1394_match_tree_nodes() local 741 port_type = selfid_port_type(tmp->selfid_packet, i); in s1394_match_tree_nodes() 744 if ((port_type == IEEE1394_SELFID_PORT_TO_CHILD) || in s1394_match_tree_nodes() 745 (port_type == IEEE1394_SELFID_PORT_TO_PARENT)) { in s1394_match_tree_nodes() 746 port_type = selfid_port_type( in s1394_match_tree_nodes() 750 if ((port_type == in s1394_match_tree_nodes() 752 (port_type == in s1394_match_tree_nodes()
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_osal.c | 303 uint32_t port_type; in qede_get_port_type() local 310 port_type = GLDM_FIBER; in qede_get_port_type() 313 port_type = GLDM_BNC; /* Check? */ in qede_get_port_type() 316 port_type = GLDM_TP; in qede_get_port_type() 321 port_type = GLDM_UNKNOWN; in qede_get_port_type() 324 return (port_type); in qede_get_port_type()
|
H A D | qede.h | 576 uint8_t port_type; member
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fcgs2.h | 276 fc_porttype_t port_type; member 325 fc_porttype_t port_type; member
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/nic/ |
H A D | topo_nic.c | 268 nic_port_type_t port_type) in nic_create_transceiver() argument 279 switch (port_type) { in nic_create_transceiver() 293 if (port_type != NIC_PORT_SFF) in nic_create_transceiver()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sunndi.h | 276 ndi_set_bus_private(dev_info_t *dip, boolean_t up, uint32_t port_type, 283 ndi_port_type(dev_info_t *dip, boolean_t up, uint32_t port_type);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunndi.c | 2494 ndi_set_bus_private(dev_info_t *dip, boolean_t up, uint32_t port_type, in ndi_set_bus_private() argument 2498 DEVI(dip)->devi_bus.port_up.info.port.type = port_type; in ndi_set_bus_private() 2501 DEVI(dip)->devi_bus.port_down.info.port.type = port_type; in ndi_set_bus_private() 2516 ndi_port_type(dev_info_t *dip, boolean_t up, uint32_t port_type) in ndi_port_type() argument 2520 port_type); in ndi_port_type() 2523 port_type); in ndi_port_type()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/ |
H A D | usb_ac.c | 127 uint_t port_type; member 1788 return (usb_ac_term_type_map[i].port_type); in usb_ac_lookup_port_type() 1809 uint_t port_type = in usb_ac_update_port() local 1814 dir, d->wTerminalType, usb_audio_dtypes[port_type]); in usb_ac_update_port() 1816 uacp->usb_ac_output_ports |= (1U << port_type); in usb_ac_update_port() 1821 uint_t port_type = in usb_ac_update_port() local 1826 dir, d->wTerminalType, usb_audio_dtypes[port_type]); in usb_ac_update_port() 1828 uacp->usb_ac_input_ports |= (1U << port_type); in usb_ac_update_port() 1899 uint_t port_type; in usb_ac_match_port() local 1906 port_type = usb_ac_lookup_port_type(d->wTerminalType); in usb_ac_match_port() [all …]
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.h | 366 uint32_t port_type; member 588 uint32_t port_type; member
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 4869 int port_type = pcicfg_pcie_port_type(dip, handle); in pcicfg_pcie_device_type() local 4871 DEBUG1("device port_type = %x\n", port_type); in pcicfg_pcie_device_type() 4873 if (port_type < 0) in pcicfg_pcie_device_type() 4877 if ((port_type == PCIE_PCIECAP_DEV_TYPE_UP) || in pcicfg_pcie_device_type() 4878 (port_type == PCIE_PCIECAP_DEV_TYPE_DOWN) || in pcicfg_pcie_device_type() 4879 (port_type == PCIE_PCIECAP_DEV_TYPE_ROOT) || in pcicfg_pcie_device_type() 4880 (port_type == PCIE_PCIECAP_DEV_TYPE_PCI2PCIE)) in pcicfg_pcie_device_type() 4891 int port_type = -1; in pcicfg_pcie_port_type() local 4897 port_type = pci_config_get16(handle, in pcicfg_pcie_port_type() 4900 return (port_type); in pcicfg_pcie_port_type()
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 594 int port_type = PCI_CAP_GET16(handle, 0, cap_ptr, in pcicfg_get_nslots() local 597 if ((port_type == PCIE_PCIECAP_DEV_TYPE_DOWN) && in pcicfg_get_nslots() 664 int port_type = -1; in pcicfg_pcie_port_type() local 669 port_type = PCI_CAP_GET16(handle, 0, in pcicfg_pcie_port_type() 672 return (port_type); in pcicfg_pcie_port_type() 678 int port_type = pcicfg_pcie_port_type(dip, handle); in pcicfg_pcie_device_type() local 680 DEBUG1("device port_type = %x\n", port_type); in pcicfg_pcie_device_type() 682 if (port_type < 0) in pcicfg_pcie_device_type() 686 if ((port_type == PCIE_PCIECAP_DEV_TYPE_UP) || in pcicfg_pcie_device_type() 687 (port_type == PCIE_PCIECAP_DEV_TYPE_DOWN) || in pcicfg_pcie_device_type() [all …]
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 6681 const char *t4_get_port_type_description(enum fw_port_type port_type) in t4_get_port_type_description() argument 6709 if (port_type < ARRAY_SIZE(port_type_description)) in t4_get_port_type_description() 6710 return port_type_description[port_type]; in t4_get_port_type_description() 9434 enum fw_port_type port_type; in t4_handle_get_port_info() local 9447 port_type = G_FW_PORT_CMD_PTYPE(lstatus); in t4_handle_get_port_info() 9461 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus32); in t4_handle_get_port_info() 9496 pi->port_type = port_type; in t4_handle_get_port_info() 10667 enum fw_port_type port_type; in t4_init_portinfo_viid() local 10709 port_type = G_FW_PORT_CMD_PTYPE(lstatus); in t4_init_portinfo_viid() 10718 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus32); in t4_init_portinfo_viid() [all …]
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 2696 int port_type; in pcie_root_port() local 2716 port_type = PCI_CAP_GET16(config_handle, 0, cap_ptr, in pcie_root_port() 2721 if (port_type == PCIE_PCIECAP_DEV_TYPE_ROOT) in pcie_root_port()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.h | 119 uint8_t port_type; member
|
H A D | t4_nexus.c | 2274 kstat_named_t port_type; member 2311 KS_CINIT(port_type); in setup_kstats() 2342 KS_C_SET(port_type, "%s/%s/%s/%s", in setup_kstats()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 2917 port->fp_port_type.port_type = FC_NS_PORT_UNKNOWN; in fp_port_startup() 2926 port->fp_port_type.port_type = FC_NS_PORT_NL; in fp_port_startup() 2970 port->fp_port_type.port_type = FC_NS_PORT_N; in fp_port_startup() 2989 port->fp_port_type.port_type = FC_NS_PORT_N; in fp_port_startup() 2999 port->fp_port_type.port_type = FC_NS_PORT_UNKNOWN; in fp_port_startup() 6390 if (pd->pd_porttype.port_type == FC_NS_PORT_NL) { in fp_plogi_intr() 7148 ((ns_req_gid_pt_t *)(ns_cmd->ns_cmd_buf))->port_type.port_type in fp_ns_get_devcount() 7150 ((ns_req_gid_pt_t *)(ns_cmd->ns_cmd_buf))->port_type.rsvd = 0; in fp_ns_get_devcount() 7810 switch (port->fp_port_type.port_type) { in fp_fciocmd() 12727 switch (ptype.port_type) { in fp_remote_lip() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/ |
H A D | fctl.c | 501 port.fp_port_type.port_type); in fcport()
|
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/ |
H A D | si3124.c | 1139 uint8_t port_type; in si_tran_probe_port() local 1174 port_type = si_portmultp->sipm_port_type[pmport]; in si_tran_probe_port() 1177 port_type = si_portp->siport_port_type; in si_tran_probe_port() 1180 switch (port_type) { in si_tran_probe_port()
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_mac.c | 573 uint32_t port_type; in nxge_setup_xcvr_table() local 647 port_type = nxgep->niu_type >> in nxge_setup_xcvr_table() 649 port_type = port_type & (NXGE_PORT_TYPE_MASK); in nxge_setup_xcvr_table() 651 switch (port_type) { in nxge_setup_xcvr_table() 695 "Unknown port-type: 0x%x", port_type)); in nxge_setup_xcvr_table() 812 "Unknown port-type: 0x%x", port_type)); in nxge_setup_xcvr_table()
|