Searched refs:ic_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/dev/hyperv/utilities/ |
| H A D | vmbus_heartbeat.c | 106 switch (hdr->ic_type) { in vmbus_heartbeat_cb() 125 device_printf(sc->ic_dev, "got 0x%08x icmsg\n", hdr->ic_type); in vmbus_heartbeat_cb()
|
| H A D | vmbus_shutdown.c | 108 switch (hdr->ic_type) { in vmbus_shutdown_cb() 137 device_printf(sc->ic_dev, "got 0x%08x icmsg\n", hdr->ic_type); in vmbus_shutdown_cb()
|
| H A D | vmbus_timesync.c | 197 switch (hdr->ic_type) { in vmbus_timesync_cb() 233 device_printf(sc->ic_dev, "got 0x%08x icmsg\n", hdr->ic_type); in vmbus_timesync_cb()
|
| H A D | vmbus_icreg.h | 58 uint16_t ic_type; member
|
| H A D | hv_snapshot.c | 820 if (icmsghdrp->ic_type == HV_ICMSGTYPE_NEGOTIATE) { in hv_vss_process_request()
|
| /freebsd-14.2/sys/dev/hid/ |
| H A D | ietp.c | 110 uint16_t ic_type; member 496 sc->ic_type = pattern >= 0x01 ? be16toh(buf) : buf8[1]; in ietp_iic_attach() 572 uint16_t ic_type; in ietp_iic_set_absolute_mode() member 589 if (sc->ic_type == special_fw[i].ic_type && in ietp_iic_set_absolute_mode()
|
| /freebsd-14.2/sys/dev/fdc/ |
| H A D | fdc.c | 1658 int ic_type, part_id; in fdc_initial_reset() local 1698 if (fdc_cmd(fdc, 1, NE7CMD_VERSION, 1, &ic_type)) in fdc_initial_reset() 1704 "ic_type %02x part_id %02x\n", ic_type, part_id); in fdc_initial_reset() 1705 switch (ic_type & 0xff) { in fdc_initial_reset()
|