HomeSort by: relevance | last modified time | path
    Searched refs:msg_size (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_log.c 34 void mod_hdcp_dump_binary_message(uint8_t *msg, uint32_t msg_size,
41 uint32_t line_count = msg_size / bytes_per_line,
42 trailing_bytes = msg_size % bytes_per_line;
49 for (i = 0; i < msg_size; i++) {
hdcp_log.h 88 #define HDCP_DDC_READ_TRACE(hdcp, msg_name, msg, msg_size) do { \
89 mod_hdcp_dump_binary_message(msg, msg_size, hdcp->buf, \
94 #define HDCP_DDC_WRITE_TRACE(hdcp, msg_name, msg, msg_size) do { \
95 mod_hdcp_dump_binary_message(msg, msg_size, hdcp->buf, \
amdgpu_hdcp_psp.c 46 in->process.msg1_desc.msg_size = 0;
48 in->process.msg2_desc.msg_size = 0;
50 in->process.msg3_desc.msg_size = 0;
455 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_CERT;
502 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_H_PRIME;
509 msg_in->process.msg2_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_PAIRING_INFO;
577 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__LC_SEND_L_PRIME;
623 msg_out->prepare.msg1_desc.msg_size = sizeof(hdcp->auth.msg.hdcp2.ske_eks);
683 msg_in->process.msg1_desc.msg_size = sizeof(hdcp->auth.msg.hdcp2.rx_id_list);
770 hdcp->auth.msg.hdcp2.stream_manage_size = msg_out->prepare.msg1_desc.msg_size;
    [all...]
hdcp_psp.h 357 uint32_t msg_size; member in struct:ta_hdcp_cmd_hdcp2_authentication_message_v2
hdcp.h 327 void mod_hdcp_dump_binary_message(uint8_t *msg, uint32_t msg_size,
  /src/usr.sbin/bootp/common/
bootpd.h 129 msg_size :1, member in struct:flag
188 msg_size,
187 msg_size, member in struct:host
dumptab.c 210 if (hp->flags.msg_size) {
211 fprintf(fp, "\\\n\t:ms=%d:", hp->msg_size);
readfile.c 1113 PARSE_INT(msg_size);
1114 if (hp->msg_size < BP_MINPKTSZ ||
1115 hp->msg_size > MAX_MSG_SIZE)
1494 DUP_COPY(msg_size);
  /src/sys/external/bsd/vchiq/dist/interface/vchi/connections/
connection.h 106 uint32_t *msg_size,
112 uint32_t *msg_size,
129 int32_t *msg_size,
141 uint32_t *msg_size );
  /src/sys/external/bsd/vchiq/dist/interface/vchi/
vchi.h 262 uint32_t *msg_size,
274 uint32_t *msg_size, // } obtained from HELD_MSG_T
308 uint32_t *msg_size );
322 uint32_t *msg_size, // }
  /src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/
message.h 186 int (*rx_slot_size)( VCHI_MDRIVER_HANDLE_T *handle, int msg_size );
187 int (*tx_slot_size)( VCHI_MDRIVER_HANDLE_T *handle, int msg_size );
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_shim.c 85 * uint32_t *msg_size,
99 uint32_t *msg_size,
115 *msg_size = header->size;
418 * uint32_t *msg_size,
432 uint32_t *msg_size,
449 *msg_size = header->size;
  /src/usr.sbin/bootp/bootpd/
bootpd.c 1230 if (hp->flags.msg_size) {
1231 pktlen = hp->msg_size;
  /src/sys/dev/pci/qat/
qat.c 994 qat_etr_verify_ring_size(uint32_t msg_size, uint32_t num_msgs)
999 if ((msg_size * num_msgs) == QAT_SIZE_TO_RING_SIZE_IN_BYTES(i))
1007 uint32_t num_msgs, uint32_t msg_size, qat_cb_t cb, void *cb_arg,
1050 qr->qr_msg_size = QAT_BYTES_TO_MSG_SIZE(msg_size);
1051 qr->qr_ring_size = qat_etr_verify_ring_size(msg_size, num_msgs);

Completed in 26 milliseconds