/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | state_dump.c | 610 u64 base_addr, next_fence; in hl_state_dump_print_engine_fences() local 616 next_fence = sds->props[SP_NEXT_TPC]; in hl_state_dump_print_engine_fences() 621 next_fence = sds->props[SP_NEXT_MME]; in hl_state_dump_print_engine_fences() 626 next_fence = sds->props[SP_DMA_QUEUES_OFFSET]; in hl_state_dump_print_engine_fences() 634 base_addr + next_fence * i + in hl_state_dump_print_engine_fences() 636 base_addr + next_fence * i + in hl_state_dump_print_engine_fences()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | wr.c | 1038 u8 next_fence) in handle_psv() 1058 next_fence, MLX5_OPCODE_SET_PSV); in handle_psv() 1070 u8 next_fence) in handle_reg_mr_integrity() 1136 next_fence); in handle_reg_mr_integrity() 1142 next_fence); in handle_reg_mr_integrity() 1146 qp->next_fence = MLX5_FENCE_MODE_INITIATOR_SMALL; in handle_reg_mr_integrity() 1156 u8 next_fence, int *num_sge) in handle_qpt_rc() 1189 next_fence); in handle_qpt_rc() 1293 u8 next_fence = 0; in mlx5_ib_post_send() local 1338 next_fence in mlx5_ib_post_send() 1033 handle_psv(struct mlx5_ib_dev *dev, struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, struct mlx5_wqe_ctrl_seg **ctrl, void **seg, int *size, void **cur_edge, unsigned int *idx, int nreq, struct ib_sig_domain *domain, u32 psv_index, u8 next_fence) handle_psv() argument 1064 handle_reg_mr_integrity(struct mlx5_ib_dev *dev, struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, struct mlx5_wqe_ctrl_seg **ctrl, void **seg, int *size, void **cur_edge, unsigned int *idx, int nreq, u8 fence, u8 next_fence) handle_reg_mr_integrity() argument 1152 handle_qpt_rc(struct mlx5_ib_dev *dev, struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, struct mlx5_wqe_ctrl_seg **ctrl, void **seg, int *size, void **cur_edge, unsigned int *idx, int nreq, u8 fence, u8 next_fence, int *num_sge) handle_qpt_rc() argument [all...] |
H A D | mlx5_ib.h | 418 u8 next_fence; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | wr.c | 817 u8 next_fence) in handle_psv() 837 nreq, next_fence, MLX5_OPCODE_SET_PSV); in handle_psv() 849 u8 next_fence) in handle_reg_mr_integrity() 915 next_fence); in handle_reg_mr_integrity() 921 next_fence); in handle_reg_mr_integrity() 925 qp->next_fence = MLX5_FENCE_MODE_INITIATOR_SMALL; in handle_reg_mr_integrity() 935 u8 next_fence, int *num_sge) in handle_qpt_rc() 968 next_fence); in handle_qpt_rc() 1068 u8 next_fence = 0; in mlx5_ib_post_send() local 1110 next_fence in mlx5_ib_post_send() 812 handle_psv(struct mlx5_ib_dev *dev, struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, struct mlx5_wqe_ctrl_seg **ctrl, void **seg, int *size, void **cur_edge, unsigned int *idx, int nreq, struct ib_sig_domain *domain, u32 psv_index, u8 next_fence) handle_psv() argument 843 handle_reg_mr_integrity(struct mlx5_ib_dev *dev, struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, struct mlx5_wqe_ctrl_seg **ctrl, void **seg, int *size, void **cur_edge, unsigned int *idx, int nreq, u8 fence, u8 next_fence) handle_reg_mr_integrity() argument 931 handle_qpt_rc(struct mlx5_ib_dev *dev, struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, struct mlx5_wqe_ctrl_seg **ctrl, void **seg, int *size, void **cur_edge, unsigned int *idx, int nreq, u8 fence, u8 next_fence, int *num_sge) handle_qpt_rc() argument [all...] |
H A D | mlx5_ib.h | 509 u8 next_fence; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gpu.h | 121 u32 next_fence; member
|
H A D | etnaviv_gpu.c | 1126 gpu->fence_context, ++gpu->next_fence); in etnaviv_gpu_fence_alloc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gpu.h | 134 u32 next_fence; member
|
H A D | etnaviv_gpu.c | 1138 gpu->fence_context, ++gpu->next_fence); in etnaviv_gpu_fence_alloc()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fence.c | 467 struct vmw_fence_obj *fence, *next_fence; in __vmw_fences_update() local 475 list_for_each_entry_safe(fence, next_fence, &fman->fence_list, head) { in __vmw_fences_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fence.c | 465 struct vmw_fence_obj *fence, *next_fence; in __vmw_fences_update() local 472 list_for_each_entry_safe(fence, next_fence, &fman->fence_list, head) { in __vmw_fences_update()
|