Searched refs:db_lock (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.h52 spinlock_t db_lock; member in struct:edif_dbell
H A Dqla_edif.c60 spin_lock_irqsave(&vha->e_dbell.db_lock, flags);
69 spin_unlock_irqrestore(&vha->e_dbell.db_lock, flags);
1253 spin_lock_irqsave(&vha->e_dbell.db_lock, flags);
1258 spin_unlock_irqrestore(&vha->e_dbell.db_lock, flags);
1273 spin_lock_irqsave(&vha->e_dbell.db_lock, flags);
1284 spin_unlock_irqrestore(&vha->e_dbell.db_lock, flags);
2101 spin_lock_init(&vha->e_dbell.db_lock);
2120 spin_lock_irqsave(&vha->e_dbell.db_lock, flags);
2147 spin_unlock_irqrestore(&vha->e_dbell.db_lock, flags);
2169 spin_lock_irqsave(&vha->e_dbell.db_lock, flag
[all...]
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c173 spinlock_t db_lock; member in struct:mport_dev
1413 spin_lock(&data->db_lock);
1424 spin_unlock(&data->db_lock);
1463 spin_lock_irqsave(&md->db_lock, flags);
1466 spin_unlock_irqrestore(&md->db_lock, flags);
1492 spin_lock_irqsave(&priv->md->db_lock, flags);
1502 spin_unlock_irqrestore(&priv->md->db_lock, flags);
2036 spin_lock_irqsave(&chdev->db_lock, flags);
2041 spin_unlock_irqrestore(&chdev->db_lock, flags);
2394 spin_lock_init(&md->db_lock);
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2450 spinlock_t db_lock; member in struct:bnxt
2609 spin_lock(&bp->db_lock);
2611 spin_unlock(&bp->db_lock);
2621 spin_lock(&bp->db_lock);
2623 spin_unlock(&bp->db_lock);
H A Dbnxt.c13985 spin_lock_init(&bp->db_lock);
/linux-master/drivers/accel/habanalabs/common/
H A Dcommand_submission.c84 spin_lock_irqsave(&outcome_store->db_lock, flags);
105 spin_unlock_irqrestore(&outcome_store->db_lock, flags);
114 spin_lock_irqsave(&outcome_store->db_lock, flags);
125 spin_unlock_irqrestore(&outcome_store->db_lock, flags);
130 spin_unlock_irqrestore(&outcome_store->db_lock, flags);
H A Dhabanalabs.h1856 * @db_lock: any operation on the store must take this lock
1863 spinlock_t db_lock; member in struct:hl_cs_outcome_store
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c2428 spin_lock_irqsave(&q->db_lock, flags);
2430 spin_unlock_irqrestore(&q->db_lock, flags);
2435 spin_lock_irq(&q->db_lock);
2446 spin_unlock_irq(&q->db_lock);
2524 spin_lock_irq(&q->db_lock);
2548 spin_unlock_irq(&q->db_lock);
H A Dsge.c1028 spin_lock_irqsave(&q->db_lock, flags);
1035 spin_unlock_irqrestore(&q->db_lock, flags);
4563 spin_lock_init(&q->db_lock);
H A Dcxgb4.h856 spinlock_t db_lock; member in struct:sge_txq

Completed in 297 milliseconds