Lines Matching defs:crb_entry
2194 struct qla8xxx_minidump_entry_crb *crb_entry;
2204 crb_entry = (struct qla8xxx_minidump_entry_crb *)entry_hdr;
2206 crb_addr = crb_entry->addr;
2207 for (i = 0; i < crb_entry->op_count; i++) {
2208 opcode = crb_entry->crb_ctrl.opcode;
2211 crb_entry->value_1);
2221 read_value &= crb_entry->value_2;
2224 read_value |= crb_entry->value_3;
2231 read_value |= crb_entry->value_3;
2236 poll_time = crb_entry->crb_strd.poll_timeout;
2241 if ((read_value & crb_entry->value_2) ==
2242 crb_entry->value_1) {
2257 if (crb_entry->crb_strd.state_index_a) {
2258 index = crb_entry->crb_strd.state_index_a;
2265 index = crb_entry->crb_ctrl.state_index_v;
2271 if (crb_entry->crb_strd.state_index_a) {
2272 index = crb_entry->crb_strd.state_index_a;
2278 if (crb_entry->crb_ctrl.state_index_v) {
2279 index = crb_entry->crb_ctrl.state_index_v;
2283 read_value = crb_entry->value_1;
2291 index = crb_entry->crb_ctrl.state_index_v;
2293 read_value <<= crb_entry->crb_ctrl.shl;
2294 read_value >>= crb_entry->crb_ctrl.shr;
2295 if (crb_entry->value_2)
2296 read_value &= crb_entry->value_2;
2297 read_value |= crb_entry->value_3;
2298 read_value += crb_entry->value_1;
2302 crb_addr += crb_entry->crb_strd.addr_stride;