Home
last modified time | relevance | path

Searched refs:spin_lock_init (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd-12.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_uar.c123 spin_lock_init(&bf->lock); in mlx5_alloc_uuars()
124 spin_lock_init(&bf->lock32); in mlx5_alloc_uuars()
H A Dmlx5_cq.c266 spin_lock_init(&table->lock); in mlx5_init_cq_table()
268 spin_lock_init(&table->linear_array[x].lock); in mlx5_init_cq_table()
H A Dmlx5_mpfs.c112 spin_lock_init(&dev->mpfs.spinlock); in mlx5_mpfs_init()
H A Dmlx5_cmd.c1390 spin_lock_init(&cmd->cache.large.lock); in create_msg_cache()
1392 spin_lock_init(&cmd->cache.med.lock); in create_msg_cache()
1533 spin_lock_init(&cmd->alloc_lock); in mlx5_cmd_init()
1534 spin_lock_init(&cmd->token_lock); in mlx5_cmd_init()
1536 spin_lock_init(&cmd->stats[i].lock); in mlx5_cmd_init()
H A Dmlx5_mr.c43 spin_lock_init(&table->lock); in mlx5_init_mr_table()
/freebsd-12.1/sys/dev/mlx4/
H A Ddoorbell.h70 #define MLX4_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr)
/freebsd-12.1/sys/dev/mlx5/
H A Ddoorbell.h58 #define MLX5_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr)
/freebsd-12.1/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); in mthca_alloc_srq()
672 spin_lock_init(&dev->srq_table.lock); in mthca_init_srq_table()
H A Dmthca_allocator.c92 spin_lock_init(&alloc->lock); in mthca_alloc_init()
H A Dmthca_mad.c299 spin_lock_init(&dev->sm_lock); in mthca_create_agents()
/freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/
H A Did_table.c102 spin_lock_init(&alloc->lock); in c4iw_id_table_alloc()
/freebsd-12.1/sys/dev/axgbe/
H A Dxgbe_osdep.h63 spin_lock_init(spinlock_t *spinlock) in spin_lock_init() function
H A Dxgbe-drv.c163 spin_lock_init(&tx_ring->lock); in xgbe_alloc_channels()
168 spin_lock_init(&rx_ring->lock); in xgbe_alloc_channels()
/freebsd-12.1/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-12.1/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_xfer.c232 spin_lock_init(&xfer_state->lock); in mlx5_fpga_xfer_exec()
H A Dmlx5fpga_ipsec.c345 spin_lock_init(&fdev->ipsec->pending_cmds_lock); in mlx5_fpga_ipsec_init()
H A Dmlx5fpga_trans.c326 spin_lock_init(&fdev->trans->lock); in mlx5_fpga_trans_device_init()
/freebsd-12.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c89 spin_lock_init(&cq->lock); in mlx4_en_create_cq()
H A Dmlx4_en_main.c199 spin_lock_init(&mdev->uar_lock); in mlx4_en_add()
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_device.c224 spin_lock_init(&device->event_handler_lock); in ib_alloc_device()
225 spin_lock_init(&device->client_data_lock); in ib_alloc_device()
/freebsd-12.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_srq.c277 spin_lock_init(&srq_table->lock); in mlx4_init_srq_table()
H A Dmlx4_alloc.c186 spin_lock_init(&bitmap->lock); in mlx4_bitmap_init()
233 spin_lock_init(&zones->lock); in mlx4_zone_allocator_create()
H A Dmlx4_cq.c344 spin_lock_init(&cq_table->lock); in mlx4_init_cq_table()
/freebsd-12.1/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

1234