Home
last modified time | relevance | path

Searched refs:FNIC_IO_LOCKS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/scsi/fnic/
Dfnic.h51 #define FNIC_IO_LOCKS 64 /* IO locks: power of 2 */ macro
280 spinlock_t io_req_lock[FNIC_IO_LOCKS]; /* locks for scsi cmnds */
Dfnic_main.c740 for (i = 0; i < FNIC_IO_LOCKS; i++) in fnic_probe()
Dfnic_scsi.c110 u32 hash = sc->request->tag & (FNIC_IO_LOCKS - 1); in fnic_io_lock_hash()
118 return &fnic->io_req_lock[tag & (FNIC_IO_LOCKS - 1)]; in fnic_io_lock_tag()