Lines Matching defs:crb_entry
2206 struct qla8044_minidump_entry_crb *crb_entry;
2217 crb_entry = (struct qla8044_minidump_entry_crb *)entry_hdr;
2219 crb_addr = crb_entry->addr;
2220 for (i = 0; i < crb_entry->op_count; i++) {
2221 opcode = crb_entry->crb_ctrl.opcode;
2225 crb_entry->value_1);
2235 read_value &= crb_entry->value_2;
2237 read_value |= crb_entry->value_3;
2244 read_value |= crb_entry->value_3;
2248 poll_time = crb_entry->crb_strd.poll_timeout;
2253 if ((read_value & crb_entry->value_2) ==
2254 crb_entry->value_1) {
2268 if (crb_entry->crb_strd.state_index_a) {
2269 index = crb_entry->crb_strd.state_index_a;
2276 index = crb_entry->crb_ctrl.state_index_v;
2281 if (crb_entry->crb_strd.state_index_a) {
2282 index = crb_entry->crb_strd.state_index_a;
2288 if (crb_entry->crb_ctrl.state_index_v) {
2289 index = crb_entry->crb_ctrl.state_index_v;
2293 read_value = crb_entry->value_1;
2300 index = crb_entry->crb_ctrl.state_index_v;
2302 read_value <<= crb_entry->crb_ctrl.shl;
2303 read_value >>= crb_entry->crb_ctrl.shr;
2304 if (crb_entry->value_2)
2305 read_value &= crb_entry->value_2;
2306 read_value |= crb_entry->value_3;
2307 read_value += crb_entry->value_1;
2310 crb_addr += crb_entry->crb_strd.addr_stride;