Searched refs:spin_lock_init (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-11-stable/sys/dev/mlx4/
H A Ddoorbell.h70 #define MLX4_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr)
/freebsd-11-stable/sys/dev/mlx5/
H A Ddoorbell.h58 #define MLX5_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr)
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_doorbell.h79 #define MTHCA_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr)
H A Dmthca_srq.c258 spin_lock_init(&srq->lock);
672 spin_lock_init(&dev->srq_table.lock);
H A Dmthca_allocator.c92 spin_lock_init(&alloc->lock);
H A Dmthca_mad.c299 spin_lock_init(&dev->sm_lock);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Did_table.c100 spin_lock_init(&alloc->lock);
H A Ddevice.c251 spin_lock_init(&iwsc->lock);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h136 #define spin_lock_init(lock) linux_spin_lock_init(lock, spin_lock_name("lnxspin")) macro
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mpfs.c115 spin_lock_init(&dev->mpfs.spinlock);
H A Dmlx5_uar.c123 spin_lock_init(&bf->lock);
124 spin_lock_init(&bf->lock32);
H A Dmlx5_cq.c266 spin_lock_init(&table->lock);
268 spin_lock_init(&table->linear_array[x].lock);
H A Dmlx5_mr.c43 spin_lock_init(&table->lock);
H A Dmlx5_cmd.c1436 spin_lock_init(&cmd->cache.large.lock);
1438 spin_lock_init(&cmd->cache.med.lock);
1579 spin_lock_init(&cmd->alloc_lock);
1580 spin_lock_init(&cmd->token_lock);
1582 spin_lock_init(&cmd->stats[i].lock);
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_xfer.c232 spin_lock_init(&xfer_state->lock);
H A Dmlx5fpga_ipsec.c345 spin_lock_init(&fdev->ipsec->pending_cmds_lock);
H A Dmlx5fpga_trans.c326 spin_lock_init(&fdev->trans->lock);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c89 spin_lock_init(&cq->lock);
H A Dmlx4_en_main.c199 spin_lock_init(&mdev->uar_lock);
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h139 #define spin_lock_init(lock) mtx_init(lock, "VCHI spinlock " # lock, NULL, MTX_DEF) macro
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cq.c344 spin_lock_init(&cq_table->lock);
H A Dmlx4_srq.c277 spin_lock_init(&srq_table->lock);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c269 spin_lock_init(&pool->pool_lock);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c405 spin_lock_init(&dev->sriov.id_map_lock);
H A Dmlx4_ib_srq.c96 spin_lock_init(&srq->lock);

Completed in 195 milliseconds

1234