Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dnetdev_rx.c316 mutex_lock(&hfi1_mutex); in hfi1_netdev_rx_init()
319 mutex_unlock(&hfi1_mutex); in hfi1_netdev_rx_init()
335 mutex_lock(&hfi1_mutex); in hfi1_netdev_rx_destroy()
337 mutex_unlock(&hfi1_mutex); in hfi1_netdev_rx_destroy()
400 mutex_lock(&hfi1_mutex); in hfi1_netdev_enable_queues()
402 mutex_unlock(&hfi1_mutex); in hfi1_netdev_enable_queues()
416 mutex_lock(&hfi1_mutex); in hfi1_netdev_disable_queues()
418 mutex_unlock(&hfi1_mutex); in hfi1_netdev_disable_queues()
H A Dvnic_main.c514 mutex_lock(&hfi1_mutex); in hfi1_vnic_init()
536 mutex_unlock(&hfi1_mutex); in hfi1_vnic_init()
544 mutex_lock(&hfi1_mutex); in hfi1_vnic_deinit()
549 mutex_unlock(&hfi1_mutex); in hfi1_vnic_deinit()
H A Dfile_ops.c812 mutex_lock(&hfi1_mutex); in assign_ctxt()
826 mutex_unlock(&hfi1_mutex); in assign_ctxt()
907 * The hfi1_mutex must be held when this function is called. It is
1031 mutex_lock(&hfi1_mutex); in deallocate_ctxt()
1035 mutex_unlock(&hfi1_mutex); in deallocate_ctxt()
H A Ddriver.c79 DEFINE_MUTEX(hfi1_mutex); /* general driver use */ variable
1450 mutex_lock(&hfi1_mutex); in hfi1_reset_device()
1453 mutex_unlock(&hfi1_mutex); in hfi1_reset_device()
1457 mutex_unlock(&hfi1_mutex); in hfi1_reset_device()
H A Dhfi.h2252 extern struct mutex hfi1_mutex;
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dnetdev_rx.c315 mutex_lock(&hfi1_mutex); in hfi1_netdev_rx_init()
317 mutex_unlock(&hfi1_mutex); in hfi1_netdev_rx_init()
333 mutex_lock(&hfi1_mutex); in hfi1_netdev_rx_destroy()
335 mutex_unlock(&hfi1_mutex); in hfi1_netdev_rx_destroy()
402 mutex_lock(&hfi1_mutex); in hfi1_netdev_enable_queues()
404 mutex_unlock(&hfi1_mutex); in hfi1_netdev_enable_queues()
418 mutex_lock(&hfi1_mutex); in hfi1_netdev_disable_queues()
420 mutex_unlock(&hfi1_mutex); in hfi1_netdev_disable_queues()
H A Dvnic_main.c472 mutex_lock(&hfi1_mutex); in hfi1_vnic_init()
494 mutex_unlock(&hfi1_mutex); in hfi1_vnic_init()
502 mutex_lock(&hfi1_mutex); in hfi1_vnic_deinit()
507 mutex_unlock(&hfi1_mutex); in hfi1_vnic_deinit()
H A Ddriver.c32 DEFINE_MUTEX(hfi1_mutex); /* general driver use */ variable
1403 mutex_lock(&hfi1_mutex); in hfi1_reset_device()
1406 mutex_unlock(&hfi1_mutex); in hfi1_reset_device()
1410 mutex_unlock(&hfi1_mutex); in hfi1_reset_device()
H A Dfile_ops.c802 mutex_lock(&hfi1_mutex); in assign_ctxt()
816 mutex_unlock(&hfi1_mutex); in assign_ctxt()
897 * The hfi1_mutex must be held when this function is called. It is
1021 mutex_lock(&hfi1_mutex); in deallocate_ctxt()
1025 mutex_unlock(&hfi1_mutex); in deallocate_ctxt()
H A Dhfi.h2199 extern struct mutex hfi1_mutex;

Completed in 22 milliseconds