Searched refs:db_page_list (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | doorbell.c | 55 list_for_each_entry(page, &context->db_page_list, list) in mlx5_ib_db_map_user() 75 list_add(&page->list, &context->db_page_list); in mlx5_ib_db_map_user()
|
H A D | mlx5_ib.h | 124 struct list_head db_page_list; member
|
H A D | main.c | 1923 INIT_LIST_HEAD(&context->db_page_list); in mlx5_ib_alloc_ucontext()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | doorbell.c | 55 list_for_each_entry(page, &context->db_page_list, list) in mlx4_ib_db_map_user() 75 list_add(&page->list, &context->db_page_list); in mlx4_ib_db_map_user()
|
H A D | mlx4_ib.h | 86 struct list_head db_page_list; member
|
H A D | main.c | 1123 INIT_LIST_HEAD(&context->db_page_list); in mlx4_ib_alloc_ucontext()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | doorbell.c | 56 list_for_each_entry(page, &context->db_page_list, list) in mlx5_ib_db_map_user() 79 list_add(&page->list, &context->db_page_list); in mlx5_ib_db_map_user()
|
H A D | mlx5_ib.h | 198 struct list_head db_page_list; member
|
H A D | main.c | 1938 INIT_LIST_HEAD(&context->db_page_list); in mlx5_ib_alloc_ucontext()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | doorbell.c | 55 list_for_each_entry(page, &context->db_page_list, list) in mlx4_ib_db_map_user() 75 list_add(&page->list, &context->db_page_list); in mlx4_ib_db_map_user()
|
H A D | mlx4_ib.h | 87 struct list_head db_page_list; member
|
H A D | main.c | 1123 INIT_LIST_HEAD(&context->db_page_list); in mlx4_ib_alloc_ucontext()
|
Completed in 33 milliseconds