Searched refs:lockbyte (Results 1 – 3 of 3) sorted by relevance
357 if (p_t2t->lockbyte[num_locks].b_lock_read == FALSE) in rw_t2t_handle_lock_read_rsp()359 …lock_offset = p_t2t->lock_tlv[p_t2t->lockbyte[num_locks].tlv_index].offset + p_t2t->lockbyte[num_l… in rw_t2t_handle_lock_read_rsp()367 p_t2t->lockbyte[num_locks].lock_byte = p_data[offset]; in rw_t2t_handle_lock_read_rsp()368 p_t2t->lockbyte[num_locks].b_lock_read = TRUE; in rw_t2t_handle_lock_read_rsp()377 … p_t2t->lockbyte[num_locks].lock_byte = p_data[lock_offset - base_lock_offset + offset]; in rw_t2t_handle_lock_read_rsp()378 p_t2t->lockbyte[num_locks].b_lock_read = TRUE; in rw_t2t_handle_lock_read_rsp()669 … p_t2t->lockbyte[p_t2t->num_lockbytes].tlv_index = p_t2t->num_lock_tlvs; in rw_t2t_handle_tlv_detect_rsp()670 p_t2t->lockbyte[p_t2t->num_lockbytes].byte_index = xx; in rw_t2t_handle_tlv_detect_rsp()671 p_t2t->lockbyte[p_t2t->num_lockbytes].b_lock_read = FALSE; in rw_t2t_handle_tlv_detect_rsp()846 p_t2t->lockbyte[num_locks].lock_byte = 0x00; in rw_t2t_read_locks()[all …]
213 if (p_t1t->lockbyte[num_locks].b_lock_read == FALSE) in rw_t1t_extract_lock_bytes()216 …offset = p_t1t->lock_tlv[p_t1t->lockbyte[num_locks].tlv_index].offset + p_t1t->lockbyte[num_locks]… in rw_t1t_extract_lock_bytes()235 p_t1t->lockbyte[num_locks].lock_byte = p_data[lock_offset]; in rw_t1t_extract_lock_bytes()236 p_t1t->lockbyte[num_locks].b_lock_read = TRUE; in rw_t1t_extract_lock_bytes()311 if (p_t1t->lockbyte[num_locks].b_lock_read == FALSE) in rw_t1t_read_locks()313 …offset = p_t1t->lock_tlv[p_t1t->lockbyte[num_locks].tlv_index].offset + p_t1t->lockbyte[num_locks]… in rw_t1t_read_locks()316 p_t1t->lockbyte[num_locks].lock_byte = p_t1t->mem[offset]; in rw_t1t_read_locks()317 p_t1t->lockbyte[num_locks].b_lock_read = TRUE; in rw_t1t_read_locks()462 if (p_t1t->lockbyte[num_locks].lock_status == RW_T1T_LOCK_UPDATE_INITIATED) in rw_t1t_handle_write_rsp()464 p_t1t->lockbyte[num_locks].lock_status = RW_T1T_LOCK_UPDATED; in rw_t1t_handle_write_rsp()[all …]
170 …tRW_T1T_LOCK lockbyte[RW_T1T_MAX_LOCK_BYTES]; /* Dynamic Lock byte information … member346 …tRW_T2T_LOCK lockbyte[RW_T2T_MAX_LOCK_BYTES]; /* Dynamic Lock byte information … member