Searched refs:total_in_len (Results 1 – 3 of 3) sorted by relevance
36 struct scatterlist *sg_in, size_t total_in_len,
165 struct scatterlist *sg_in, size_t total_in_len, in mei_pxp_gsc_command() argument172 return mei_cldev_send_gsc_command(cldev, client_id, fence_id, sg_in, total_in_len, sg_out); in mei_pxp_gsc_command()
1232 u32 total_in_len = nbytes + *curr_buff_cnt; in cc_map_hash_request_update() local1249 if (total_in_len < block_size) { in cc_map_hash_request_update()1263 *next_buff_cnt = total_in_len & (block_size - 1); in cc_map_hash_request_update()1265 update_data_len = total_in_len - *next_buff_cnt; in cc_map_hash_request_update()