Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/fnic/
Dfnic.h46 #define FNIC_IO_LOCKS 64 /* IO locks: power of 2 */ macro
198 spinlock_t io_req_lock[FNIC_IO_LOCKS]; /* locks for scsi cmnds */
Dfnic_main.c588 for (i = 0; i < FNIC_IO_LOCKS; i++) in fnic_probe()
Dfnic_scsi.c108 u32 hash = sc->request->tag & (FNIC_IO_LOCKS - 1); in fnic_io_lock_hash()