Lines Matching defs:data
78 /* tx/rx data . And copy it from/to ACPI object buffer */
79 u8 data[ACPI_IPMI_MAX_MSG_LENGTH];
90 u8 data[ACPI_IPMI_MAX_MSG_LENGTH];
257 msg->data = tx_msg->data;
265 /* copy the tx message data */
273 memcpy(tx_msg->data, buffer->data, msg->data_len);
284 tx_msg->addr.data[0] = 0;
321 memcpy(buffer->data, msg->data, msg->rx_len);
404 /* copy the response data to Rx_data buffer */
416 if (msg->msg.data[0] == IPMI_TIMEOUT_COMPLETION_CODE) {
424 memcpy(tx_msg->data, msg->msg.data, tx_msg->rx_len);