Lines Matching defs:crb_entry
3686 struct qla82xx_md_entry_crb *crb_entry;
3695 crb_entry = (struct qla82xx_md_entry_crb *)entry_hdr;
3696 crb_addr = crb_entry->addr;
3698 for (i = 0; i < crb_entry->op_count; i++) {
3699 opcode = crb_entry->crb_ctrl.opcode;
3702 crb_entry->value_1, 1);
3714 read_value &= crb_entry->value_2;
3717 read_value |= crb_entry->value_3;
3725 read_value |= crb_entry->value_3;
3731 poll_time = crb_entry->crb_strd.poll_timeout;
3736 if ((read_value & crb_entry->value_2)
3737 == crb_entry->value_1)
3751 if (crb_entry->crb_strd.state_index_a) {
3752 index = crb_entry->crb_strd.state_index_a;
3758 index = crb_entry->crb_ctrl.state_index_v;
3764 if (crb_entry->crb_strd.state_index_a) {
3765 index = crb_entry->crb_strd.state_index_a;
3770 if (crb_entry->crb_ctrl.state_index_v) {
3771 index = crb_entry->crb_ctrl.state_index_v;
3775 read_value = crb_entry->value_1;
3782 index = crb_entry->crb_ctrl.state_index_v;
3784 read_value <<= crb_entry->crb_ctrl.shl;
3785 read_value >>= crb_entry->crb_ctrl.shr;
3786 if (crb_entry->value_2)
3787 read_value &= crb_entry->value_2;
3788 read_value |= crb_entry->value_3;
3789 read_value += crb_entry->value_1;
3793 crb_addr += crb_entry->crb_strd.addr_stride;