Searched refs:swizzled_tag (Results 1 – 1 of 1) sorted by relevance
4530 u8 swizzled_tag[8]; in hpsa_send_abort_both_ways() local4546 memcpy(swizzled_tag, &abort->Request.CDB[4], 8); in hpsa_send_abort_both_ways()4547 swizzle_abort_tag(swizzled_tag); in hpsa_send_abort_both_ways()4548 c = hpsa_find_cmd_in_queue_by_tag(h, swizzled_tag, &h->cmpQ); in hpsa_send_abort_both_ways()