Searched refs:FNIC_IO_LOCKS (Results 1 – 3 of 3) sorted by relevance
51 #define FNIC_IO_LOCKS 64 /* IO locks: power of 2 */ macro280 spinlock_t io_req_lock[FNIC_IO_LOCKS]; /* locks for scsi cmnds */
740 for (i = 0; i < FNIC_IO_LOCKS; i++) in fnic_probe()
110 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()