Home
last modified time | relevance | path

Searched refs:ipath_eep_st_lock (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_stats.c272 spin_lock_irqsave(&dd->ipath_eep_st_lock, flags); in ipath_get_faststats()
277 spin_unlock_irqrestore(&dd->ipath_eep_st_lock, flags); in ipath_get_faststats()
Dipath_eeprom.c928 spin_lock_irqsave(&dd->ipath_eep_st_lock, flags); in ipath_update_eeprom_log()
985 spin_unlock_irqrestore(&dd->ipath_eep_st_lock, flags); in ipath_update_eeprom_log()
1020 spin_lock_irqsave(&dd->ipath_eep_st_lock, flags); in ipath_inc_eeprom_err()
1025 spin_unlock_irqrestore(&dd->ipath_eep_st_lock, flags); in ipath_inc_eeprom_err()
Dipath_kernel.h804 spinlock_t ipath_eep_st_lock; member
Dipath_init_chip.c238 spin_lock_init(&dd->ipath_eep_st_lock); in init_chip_first()