Lines Matching refs:tx_header
925 union pd_header tx_header; in ucpd_send_good_crc() local
957 tx_header.message_type = PD_CTRL_GOOD_CRC; in ucpd_send_good_crc()
959 tx_header.port_power_role = data->msg_header.pr; in ucpd_send_good_crc()
960 tx_header.port_data_role = data->msg_header.dr; in ucpd_send_good_crc()
962 tx_header.port_power_role = 0; in ucpd_send_good_crc()
963 tx_header.port_data_role = 0; in ucpd_send_good_crc()
965 tx_header.message_id = rx_header.message_id; in ucpd_send_good_crc()
966 tx_header.number_of_data_objects = 0; in ucpd_send_good_crc()
967 tx_header.specification_revision = rx_header.specification_revision; in ucpd_send_good_crc()
968 tx_header.extended = 0; in ucpd_send_good_crc()
973 tx_header.raw_value; in ucpd_send_good_crc()