Home | Sort by: relevance | last modified time | path |
/src/sys/netbt/ | |
hci_event.c | 588 (ep.link_type == HCI_LINK_ACL ? "ACL" : "SCO"), 593 link = hci_link_lookup_bdaddr(unit, &ep.bdaddr, ep.link_type); 640 if (ep.link_type == HCI_LINK_ACL) { 717 ep.link_type == HCI_LINK_ACL ? "ACL" : "SCO"); 719 if (ep.link_type == HCI_LINK_ACL) |
hci.h | 1914 uint8_t link_type; /* Link type */ member in struct:__anonf724d211b608 1922 uint8_t link_type; /* link type */ member in struct:__anonf724d211b708 2070 uint8_t link_type; /* Link type */ member in struct:__anonf724d211cc08 2153 uint8_t link_type; /* link type */ member in struct:__anonf724d211d708 |
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ | |
kfd_crat.c | 897 uint8_t link_type; local in function:kfd_fill_iolink_info_for_cpu 900 link_type = CRAT_IOLINK_TYPE_HYPERTRANSPORT; 902 link_type = CRAT_IOLINK_TYPE_QPI_1_1; 925 sub_type_hdr->io_interface_type = link_type; |
/src/sys/dev/pci/ | |
mpiireg.h | 1210 u_int8_t link_type; member in struct:mpii_cfg_fc_port_pg0 |