Searched refs:num_locks (Results 1 – 2 of 2) sorted by relevance
311 uint8_t num_locks; in rw_t2t_handle_lock_read_rsp() local321 num_locks = 0; in rw_t2t_handle_lock_read_rsp()328 while (num_locks < p_t2t->num_lockbytes) { in rw_t2t_handle_lock_read_rsp()329 if (p_t2t->lockbyte[num_locks].b_lock_read == false) { in rw_t2t_handle_lock_read_rsp()331 p_t2t->lock_tlv[p_t2t->lockbyte[num_locks].tlv_index].offset + in rw_t2t_handle_lock_read_rsp()332 p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_handle_lock_read_rsp()341 p_t2t->lockbyte[num_locks].lock_byte = p_data[offset]; in rw_t2t_handle_lock_read_rsp()342 p_t2t->lockbyte[num_locks].b_lock_read = true; in rw_t2t_handle_lock_read_rsp()348 p_t2t->lockbyte[num_locks].lock_byte = in rw_t2t_handle_lock_read_rsp()350 p_t2t->lockbyte[num_locks].b_lock_read = true; in rw_t2t_handle_lock_read_rsp()[all …]
183 uint8_t num_locks; in rw_t1t_extract_lock_bytes() local190 num_locks = 0; in rw_t1t_extract_lock_bytes()207 while (num_locks < p_t1t->num_lockbytes) { in rw_t1t_extract_lock_bytes()208 if (p_t1t->lockbyte[num_locks].b_lock_read == false) { in rw_t1t_extract_lock_bytes()210 offset = p_t1t->lock_tlv[p_t1t->lockbyte[num_locks].tlv_index].offset + in rw_t1t_extract_lock_bytes()211 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_extract_lock_bytes()224 p_t1t->lockbyte[num_locks].lock_byte = p_data[lock_offset]; in rw_t1t_extract_lock_bytes()225 p_t1t->lockbyte[num_locks].b_lock_read = true; in rw_t1t_extract_lock_bytes()229 num_locks++; in rw_t1t_extract_lock_bytes()284 uint8_t num_locks = 0; in rw_t1t_read_locks() local[all …]