Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm2/include/drm/
Di915_mei_hdcp_interface.h39 uint8_t port_type; member
/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_t3_hw.c664 p->port_type[0] = uses_xaui(adapter) ? 1 : 2; in get_vpd_params()
665 p->port_type[1] = uses_xaui(adapter) ? 6 : 2; in get_vpd_params()
667 p->port_type[0] = (u8)hex2int(vpd.port0_data[0]); in get_vpd_params()
668 p->port_type[1] = (u8)hex2int(vpd.port1_data[0]); in get_vpd_params()
669 p->port_type[2] = (u8)hex2int(vpd.port2_data[0]); in get_vpd_params()
670 p->port_type[3] = (u8)hex2int(vpd.port3_data[0]); in get_vpd_params()
1635 if (!(p->port_type->caps & SUPPORTED_IRQ)) in t3_phy_intr_handler()
3776 while (!adapter->params.vpd.port_type[j]) in t3_prep_adapter()
3779 p->port_type = &port_types[adapter->params.vpd.port_type[j]]; in t3_prep_adapter()
3780 p->port_type->phy_prep(&p->phy, adapter, ai->phy_base_addr + j, in t3_prep_adapter()
[all …]
Dcxgb_main.c752 if (!strcmp(p->port_type->desc, "10GBASE-CX4")) { in cxgb_port_attach()
754 } else if (!strcmp(p->port_type->desc, "10GBASE-SR")) { in cxgb_port_attach()
756 } else if (!strcmp(p->port_type->desc, "10GBASE-XR")) { in cxgb_port_attach()
758 } else if (!strcmp(p->port_type->desc, "10/100/1000BASE-T")) { in cxgb_port_attach()
770 printf("unsupported media type %s\n", p->port_type->desc); in cxgb_port_attach()
1587 if (!(p->port_type->caps & SUPPORTED_IRQ)) in check_link_status()
Dcxgb_adapter.h107 const struct port_type_info *port_type; member
Dcxgb_common.h353 u8 port_type[MAX_NPORTS]; member
/netbsd/src/crypto/external/cpl/trousers/dist/dist/fedora/
Dtrousers.te32 allow tcsd_t port_type:tcp_socket { send_msg recv_msg name_bind };
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgnu-nat.c2863 mach_msg_type_name_t port_type; in steal_exc_port() local
2870 &port, &port_type); in steal_exc_port()
/netbsd/src/sys/dev/pci/
Dmpiireg.h522 u_int8_t port_type; member
Dmpii.c1536 sc->sc_porttype = pfp->port_type; in mpii_portfacts()
Dif_mcx.c880 uint8_t port_type; member
4037 if ((hca->port_type & MCX_CAP_DEVICE_PORT_TYPE) in mcx_hca_max_caps()