Lines Matching defs:crb_entry
2207 struct qla8xxx_minidump_entry_crb *crb_entry;
2217 crb_entry = (struct qla8xxx_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;
2224 crb_entry->value_1);
2234 read_value &= crb_entry->value_2;
2237 read_value |= crb_entry->value_3;
2244 read_value |= crb_entry->value_3;
2249 poll_time = crb_entry->crb_strd.poll_timeout;
2254 if ((read_value & crb_entry->value_2) ==
2255 crb_entry->value_1) {
2270 if (crb_entry->crb_strd.state_index_a) {
2271 index = crb_entry->crb_strd.state_index_a;
2278 index = crb_entry->crb_ctrl.state_index_v;
2284 if (crb_entry->crb_strd.state_index_a) {
2285 index = crb_entry->crb_strd.state_index_a;
2291 if (crb_entry->crb_ctrl.state_index_v) {
2292 index = crb_entry->crb_ctrl.state_index_v;
2296 read_value = crb_entry->value_1;
2304 index = crb_entry->crb_ctrl.state_index_v;
2306 read_value <<= crb_entry->crb_ctrl.shl;
2307 read_value >>= crb_entry->crb_ctrl.shr;
2308 if (crb_entry->value_2)
2309 read_value &= crb_entry->value_2;
2310 read_value |= crb_entry->value_3;
2311 read_value += crb_entry->value_1;
2315 crb_addr += crb_entry->crb_strd.addr_stride;