Searched refs:tmp_x_s (Results 1 – 1 of 1) sorted by relevance
494 uint16_t tmp_x_s; in hns3_fd_convert_int16() local534 calc_x(tmp_x_s, key, mask); in hns3_fd_convert_int16()536 val_x[0] = rte_cpu_to_le_16(tmp_x_s) & 0xFF; in hns3_fd_convert_int16()537 val_x[1] = rte_cpu_to_le_16(tmp_x_s) >> HNS3_BITS_PER_BYTE; in hns3_fd_convert_int16()