Searched refs:taglower (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | hpsa.c | 4390 struct CommandList *c, __le32 *taglower, __le32 *tagupper) in hpsa_get_tag() argument 4398 *taglower = cpu_to_le32(tag); in hpsa_get_tag() 4406 *taglower = cm2->Tag; in hpsa_get_tag() 4411 *taglower = cpu_to_le32(tag); in hpsa_get_tag() 4420 __le32 tagupper, taglower; in hpsa_send_abort() local 4434 hpsa_get_tag(h, abort, &taglower, &tagupper); in hpsa_send_abort() 4436 __func__, tagupper, taglower); in hpsa_send_abort() 4448 __func__, tagupper, taglower); in hpsa_send_abort() 4455 __func__, tagupper, taglower); in hpsa_send_abort() 4571 __le32 tagupper, taglower; in hpsa_eh_abort_handler() local [all …]
|