Searched refs:tmp_x_s (Results 1 – 1 of 1) sorted by relevance
481 uint16_t tmp_x_s; in hns3_fd_convert_int16() local521 calc_x(tmp_x_s, key, mask); in hns3_fd_convert_int16()523 val_x[0] = rte_cpu_to_le_16(tmp_x_s) & 0xFF; in hns3_fd_convert_int16()524 val_x[1] = rte_cpu_to_le_16(tmp_x_s) >> HNS3_BITS_PER_BYTE; in hns3_fd_convert_int16()