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

12

/illumos-gate/usr/src/cmd/fcoesvc/
H A Dfcoeisvc.c49 if (port->port_type == FCOE_PORTTYPE_INITIATOR) {
51 port->port_type,
H A Dfcoetsvc.c49 if (port->port_type == FCOE_PORTTYPE_TARGET) {
51 port->port_type,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfc_types.h104 typedef struct port_type { struct
107 port_type : 8; member in struct:port_type
109 uint32_t port_type : 8,
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.h104 FCOE_UINT8 port_type; member in struct:fcoe_port_attr
114 FCOE_UINT8 port_type; member in struct:fcoe_smf_port_instance
H A Dlibfcoe.c810 po->port_type = (FCOE_UINT8)pi->fpi_port_type;
921 pi->port_type = is_target ?
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c188 char port_type[PICL_PROPNAMELEN_MAX]; local
207 (void) strncpy(port_type, SANIBEL_NETWORK_PORT,
208 sizeof (port_type));
213 (void) strncpy(port_type, SANIBEL_PARALLEL_PORT,
214 sizeof (port_type));
219 (void) strncpy(port_type, SANIBEL_SERIAL_PORT,
220 sizeof (port_type));
245 "r", port_type,
321 frutree_port_type_t port_type = UNKNOWN_PORT; local
336 port_type
[all...]
H A Dpiclkstat.c90 kstat_port_state(frutree_port_type_t port_type, char *driver_name, argument
96 switch (port_type) {
103 rc = port_state[port_type](kc, driver_name, driver_instance);
115 kstat_port_cond(frutree_port_type_t port_type, char *driver_name, argument
120 switch (port_type) {
127 rc = port_cond[port_type](kc, driver_name, driver_instance);
H A Dpiclfrutree.c3526 char port_type[PICL_PROPNAMELEN_MAX]; local
3533 (void) strncpy(port_type, SANIBEL_NETWORK_PORT,
3534 sizeof (port_type));
3539 (void) strncpy(port_type, SANIBEL_SERIAL_PORT,
3540 sizeof (port_type));
3545 (void) strncpy(port_type, SANIBEL_PARALLEL_PORT,
3546 sizeof (port_type));
3601 "PROP", PICL_PROP_PORT_TYPE, "string", "r", port_type,
3814 frutree_port_type_t port_type = UNKNOWN_PORT; local
3817 return (port_type);
3843 frutree_port_type_t port_type; local
3883 frutree_port_type_t port_type; local
5508 frutree_port_type_t port_type; local
[all...]
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcoeadm.c83 (attr->port_type == 0) ? "Initiator" : "Target");
329 if (portlist[i].port_type ==
442 if ((portlist[i].port_type ==
445 portlist[i].port_type ==
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfcgs2.h276 fc_porttype_t port_type; member in struct:ns_req_gid_pt
325 fc_porttype_t port_type; member in struct:ns_resp_gpt_id
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c864 int port_type; local
916 port_type = selfid_port_type(tmp->selfid_packet, i);
919 if ((port_type == IEEE1394_SELFID_PORT_TO_CHILD) ||
920 (port_type == IEEE1394_SELFID_PORT_TO_PARENT)) {
921 port_type = selfid_port_type(
925 if ((port_type ==
927 (port_type ==
/illumos-gate/usr/src/uts/common/sys/
H A Dsunndi.h272 ndi_set_bus_private(dev_info_t *dip, boolean_t up, uint32_t port_type,
279 ndi_port_type(dev_info_t *dip, boolean_t up, uint32_t port_type);
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c123 uint_t port_type; member in struct:__anon6558
1784 return (usb_ac_term_type_map[i].port_type);
1805 uint_t port_type = local
1810 dir, d->wTerminalType, usb_audio_dtypes[port_type]);
1812 uacp->usb_ac_output_ports |= (1U << port_type);
1817 uint_t port_type = local
1822 dir, d->wTerminalType, usb_audio_dtypes[port_type]);
1824 uacp->usb_ac_input_ports |= (1U << port_type);
1895 uint_t port_type; local
1902 port_type
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c2493 ndi_set_bus_private(dev_info_t *dip, boolean_t up, uint32_t port_type, argument
2497 DEVI(dip)->devi_bus.port_up.info.port.type = port_type;
2500 DEVI(dip)->devi_bus.port_down.info.port.type = port_type;
2515 ndi_port_type(dev_info_t *dip, boolean_t up, uint32_t port_type) argument
2519 port_type);
2522 port_type);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h366 uint32_t port_type; member in struct:dfc_hbainfo
588 uint32_t port_type; member in struct:dfc_hbastats
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c5161 int port_type = pcicfg_pcie_port_type(dip, handle); local
5163 DEBUG1("device port_type = %x\n", port_type);
5165 if (port_type < 0)
5169 if ((port_type == PCIE_PCIECAP_DEV_TYPE_UP) ||
5170 (port_type == PCIE_PCIECAP_DEV_TYPE_DOWN) ||
5171 (port_type == PCIE_PCIECAP_DEV_TYPE_ROOT) ||
5172 (port_type == PCIE_PCIECAP_DEV_TYPE_PCI2PCIE))
5183 int port_type = -1; local
5189 port_type
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c593 int port_type = PCI_CAP_GET16(handle, NULL, cap_ptr, local
596 if ((port_type == PCIE_PCIECAP_DEV_TYPE_DOWN) &&
663 int port_type = -1; local
668 port_type = PCI_CAP_GET16(handle, NULL,
671 return (port_type);
677 int port_type = pcicfg_pcie_port_type(dip, handle); local
679 DEBUG1("device port_type = %x\n", port_type);
681 if (port_type < 0)
685 if ((port_type
[all...]
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1965 int port_type; local
1985 port_type = PCI_CAP_GET16(config_handle, NULL, cap_ptr,
1990 if (port_type == PCIE_PCIECAP_DEV_TYPE_ROOT)
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h111 uint8_t port_type; member in struct:port_info
H A Dt4_nexus.c1873 kstat_named_t port_type; member in struct:t4_kstats
1910 KS_CINIT(port_type);
1942 KS_C_SET(port_type, "%s/%s/%s/%s", PSTR(sc->port[0]), PSTR(sc->port[1]),
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c498 port.fp_port_type.port_type);
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c1141 uint8_t port_type; local
1176 port_type = si_portmultp->sipm_port_type[pmport];
1179 port_type = si_portp->siport_port_type;
1182 switch (port_type) {
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c573 uint32_t port_type; local
647 port_type = nxgep->niu_type >>
649 port_type = port_type & (NXGE_PORT_TYPE_MASK);
651 switch (port_type) {
695 "Unknown port-type: 0x%x", port_type));
812 "Unknown port-type: 0x%x", port_type));
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c3912 hbainfo->port_type = HBA_PORTTYPE_UNKNOWN;
3923 hbainfo->port_type = HBA_PORTTYPE_NLPORT;
3926 hbainfo->port_type = HBA_PORTTYPE_LPORT;
3935 hbainfo->port_type = HBA_PORTTYPE_PTP;
3938 hbainfo->port_type = HBA_PORTTYPE_NPORT;
4161 stats->port_type = HBA_PORTTYPE_UNKNOWN;
4172 stats->port_type = HBA_PORTTYPE_NLPORT;
4175 stats->port_type = HBA_PORTTYPE_LPORT;
4180 stats->port_type = HBA_PORTTYPE_PTP;
4183 stats->port_type
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2916 port->fp_port_type.port_type = FC_NS_PORT_UNKNOWN;
2925 port->fp_port_type.port_type = FC_NS_PORT_NL;
2969 port->fp_port_type.port_type = FC_NS_PORT_N;
2988 port->fp_port_type.port_type = FC_NS_PORT_N;
2998 port->fp_port_type.port_type = FC_NS_PORT_UNKNOWN;
6389 if (pd->pd_porttype.port_type == FC_NS_PORT_NL) {
7147 ((ns_req_gid_pt_t *)(ns_cmd->ns_cmd_buf))->port_type.port_type
7149 ((ns_req_gid_pt_t *)(ns_cmd->ns_cmd_buf))->port_type.rsvd = 0;
7809 switch (port->fp_port_type.port_type) {
[all...]

Completed in 214 milliseconds

12