SNIC_IO_LOCKS
____cacheline_aligned spinlock_t io_req_lock[SNIC_IO_LOCKS];
for (i = 0; i < SNIC_IO_LOCKS; i++)
u32 hash = snic_cmd_tag(sc) & (SNIC_IO_LOCKS - 1);
return &snic->io_req_lock[tag & (SNIC_IO_LOCKS - 1)];