Home
last modified time | relevance | path

Searched refs:last_collision_tag (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dhpsa.h180 int last_collision_tag; /* tags are global */ member
H A Dhpsa.c6156 if (idx != h->last_collision_tag) { /* Print once per tag */ in cmd_tagged_alloc()
6161 h->last_collision_tag = idx; in cmd_tagged_alloc()