Lines Matching defs:crb_entry
2209 struct qla8044_minidump_entry_crb *crb_entry;
2220 crb_entry = (struct qla8044_minidump_entry_crb *)entry_hdr;
2222 crb_addr = crb_entry->addr;
2223 for (i = 0; i < crb_entry->op_count; i++) {
2224 opcode = crb_entry->crb_ctrl.opcode;
2228 crb_entry->value_1);
2240 read_value &= crb_entry->value_2;
2243 read_value |= crb_entry->value_3;
2250 read_value |= crb_entry->value_3;
2255 poll_time = crb_entry->crb_strd.poll_timeout;
2260 if ((read_value & crb_entry->value_2) ==
2261 crb_entry->value_1) {
2276 if (crb_entry->crb_strd.state_index_a) {
2277 index = crb_entry->crb_strd.state_index_a;
2284 index = crb_entry->crb_ctrl.state_index_v;
2290 if (crb_entry->crb_strd.state_index_a) {
2291 index = crb_entry->crb_strd.state_index_a;
2297 if (crb_entry->crb_ctrl.state_index_v) {
2298 index = crb_entry->crb_ctrl.state_index_v;
2302 read_value = crb_entry->value_1;
2310 index = crb_entry->crb_ctrl.state_index_v;
2312 read_value <<= crb_entry->crb_ctrl.shl;
2313 read_value >>= crb_entry->crb_ctrl.shr;
2314 if (crb_entry->value_2)
2315 read_value &= crb_entry->value_2;
2316 read_value |= crb_entry->value_3;
2317 read_value += crb_entry->value_1;
2321 crb_addr += crb_entry->crb_strd.addr_stride;