Searched refs:byte_index (Results 1 – 5 of 5) sorted by relevance
337 p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_handle_lock_read_rsp()642 p_t2t->lockbyte[p_t2t->num_lockbytes].byte_index = xx; in rw_t2t_handle_tlv_detect_rsp()814 p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_read_locks()898 p_t2t->lockbyte[xx].byte_index = xx; in rw_t2t_extract_default_locks_info()1786 p_t2t->lockbyte[0].byte_index; in rw_t2t_handle_config_tag_readonly()1987 p_t2t->lockbyte[count].byte_index; in rw_t2t_update_attributes()2126 ((p_t2t->lockbyte[num_dynamic_locks].byte_index + 1) * in rw_t2t_get_lock_bits_for_segment()2168 ((p_t2t->lockbyte[num_dynamic_locks].byte_index + 1) * in rw_t2t_get_lock_bits_for_segment()2293 ((p_t2t->lockbyte[num_dyn_lock_bytes].byte_index + 1) * in rw_t2t_update_lock_attributes()2445 p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_set_dynamic_lock_bits()[all …]
214 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_extract_lock_bytes()295 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_read_locks()446 p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_handle_write_rsp()448 ((p_t1t->lockbyte[num_locks].byte_index + 1) * 8 <= in rw_t1t_handle_write_rsp()466 p_t1t->lockbyte[lock_count].byte_index; in rw_t1t_handle_write_rsp()468 ((p_t1t->lockbyte[lock_count].byte_index + 1) * 8 <= in rw_t1t_handle_write_rsp()1043 p_t1t->lockbyte[p_t1t->num_lockbytes].byte_index = xx; in rw_t1t_handle_tlv_detect_rsp()1788 p_t1t->lockbyte[count].byte_index; in rw_t1t_update_attributes()1858 ((p_t1t->lockbyte[num_dynamic_locks].byte_index + 1) * in rw_t1t_get_lock_bits_for_segment()1902 ((p_t1t->lockbyte[num_dynamic_locks].byte_index + 1) * in rw_t1t_get_lock_bits_for_segment()
148 uint8_t byte_index; /* Index of Lock byte pointed by the TLV */ member379 uint8_t byte_index; /* Index of Lock byte pointed by the TLV */ member
523 uint16_t byte_index = index / 10; \525 bool supported = local_supported_commands_[byte_index] & (1 << bit_index); \
108 uint16_t byte_index = index / 10; \ in DualModeController()110 if (byte_index < 36) { \ in DualModeController()111 supported_commands[byte_index] = supported_commands[byte_index] | bit; \ in DualModeController()