Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dhpsa_cmd.h428 #define COMMANDLIST_ALIGNMENT 128 macro
458 } __aligned(COMMANDLIST_ALIGNMENT);
Dhpsa.c8698 BUILD_BUG_ON(sizeof(struct CommandList) % COMMANDLIST_ALIGNMENT); in hpsa_init_one()