/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
edid.c | 482 int msg_length, ret_msg_size; local in function:intel_gvt_i2c_handle_aux_ch_write 493 msg_length = AUX_CTL_MSG_LENGTH(value); 511 if (msg_length == 3) { 542 if (WARN_ON(msg_length != 4))
|
/src/sys/dev/pci/ |
mpiireg.h | 317 u_int8_t msg_length; member in struct:mpii_msg_reply 384 u_int8_t msg_length; member in struct:mpii_msg_iocinit_reply 418 u_int8_t msg_length; member in struct:mpii_msg_iocfacts_reply 505 u_int8_t msg_length; member in struct:mpii_msg_portfacts_reply 552 u_int8_t msg_length; member in struct:mpii_msg_portenable_reply 597 u_int8_t msg_length; member in struct:mpii_msg_event_reply 643 u_int8_t msg_length; member in struct:mpii_msg_eventack_reply 693 u_int8_t msg_length; member in struct:mpii_msg_fwupload_reply 776 u_int8_t msg_length; member in struct:mpii_msg_scsi_io_error 899 u_int8_t msg_length; member in struct:mpii_msg_scsi_task_reply 1112 u_int8_t msg_length; member in struct:mpii_msg_config_reply [all...] |
mpii.c | 1215 DEVNAME(sc), dwords, reply->msg_length); 1221 for (i = 1; i < MIN(dwords, reply->msg_length); i++) { 1227 while (i++ < reply->msg_length) { 1453 DNPRINTF(MPII_D_MISC, "%s: function: 0x%02x msg_length: %d " 1455 iip.msg_length, iip.whoinit); 2310 "msg_length: %d function: 0x%02x\n", DEVNAME(sc), cp->action, 2311 cp->sgl_flags, cp->msg_length, cp->function); 2424 DNPRINTF(MPII_D_MISC, "%s: action: 0x%02x msg_length: %d " 2425 "function: 0x%02x\n", DEVNAME(sc), cp->action, cp->msg_length, 3220 DNPRINTF(MPII_D_CMD, "%s: dev_handle: %d msg_length: %d [all...] |