/Linux-v6.6/drivers/gpu/drm/ |
D | drm_suballoc.c | 158 return list_entry(hole->next, struct drm_suballoc, olist)->soffset; in drm_suballoc_hole_eoffset() 166 size_t soffset, eoffset, wasted; in drm_suballoc_try_alloc() local 168 soffset = drm_suballoc_hole_soffset(sa_manager); in drm_suballoc_try_alloc() 170 wasted = round_up(soffset, align) - soffset; in drm_suballoc_try_alloc() 172 if ((eoffset - soffset) >= (size + wasted)) { in drm_suballoc_try_alloc() 173 soffset += wasted; in drm_suballoc_try_alloc() 176 sa->soffset = soffset; in drm_suballoc_try_alloc() 177 sa->eoffset = soffset + size; in drm_suballoc_try_alloc() 189 size_t soffset, eoffset, wasted; in __drm_suballoc_event() local 196 soffset = drm_suballoc_hole_soffset(sa_manager); in __drm_suballoc_event() [all …]
|
/Linux-v6.6/net/ipv4/ |
D | ip_options.c | 81 int soffset, doffset; in __ip_options_echo() local 94 soffset = sptr[sopt->rr+2]; in __ip_options_echo() 97 if (sopt->rr_needaddr && soffset <= optlen) { in __ip_options_echo() 98 if (soffset + 3 > optlen) in __ip_options_echo() 100 dptr[2] = soffset + 4; in __ip_options_echo() 108 soffset = sptr[sopt->ts+2]; in __ip_options_echo() 111 if (soffset <= optlen) { in __ip_options_echo() 113 if (soffset + 3 > optlen) in __ip_options_echo() 116 soffset += 4; in __ip_options_echo() 119 if (soffset + 3 > optlen) in __ip_options_echo() [all …]
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_ct.h | 40 .soffset = MLX5_BYTE_OFF(fte_match_param,\ 48 .soffset = MLX5_BYTE_OFF(fte_match_param,\ 56 .soffset = MLX5_BYTE_OFF(fte_match_param,\ 64 .soffset = MLX5_BYTE_OFF(fte_match_param,\ 73 .soffset = MLX5_BYTE_OFF(fte_match_param,\ 81 .soffset = MLX5_BYTE_OFF(fte_match_param,\
|
/Linux-v6.6/drivers/video/fbdev/ |
D | carminefb.c | 227 u32 soffset = par->smem_offset; in carmine_init_display_param() local 296 c_set_disp_reg(par, CARMINE_DISP_REG_L0_ORG_ADR, soffset); in carmine_init_display_param() 297 c_set_disp_reg(par, CARMINE_DISP_REG_L1_ORG_ADR, soffset); in carmine_init_display_param() 298 c_set_disp_reg(par, CARMINE_DISP_REG_L2_ORG_ADR1, soffset); in carmine_init_display_param() 299 c_set_disp_reg(par, CARMINE_DISP_REG_L3_ORG_ADR1, soffset); in carmine_init_display_param() 300 c_set_disp_reg(par, CARMINE_DISP_REG_L4_ORG_ADR1, soffset); in carmine_init_display_param() 301 c_set_disp_reg(par, CARMINE_DISP_REG_L5_ORG_ADR1, soffset); in carmine_init_display_param() 302 c_set_disp_reg(par, CARMINE_DISP_REG_L6_ORG_ADR1, soffset); in carmine_init_display_param() 303 c_set_disp_reg(par, CARMINE_DISP_REG_L7_ORG_ADR1, soffset); in carmine_init_display_param() 306 c_set_disp_reg(par, CARMINE_DISP_REG_L0_DISP_ADR, soffset); in carmine_init_display_param() [all …]
|
/Linux-v6.6/include/drm/ |
D | drm_suballoc.h | 46 size_t soffset; member 70 return sa->soffset; in drm_suballoc_soffset() 92 return sa->eoffset - sa->soffset; in drm_suballoc_size()
|
/Linux-v6.6/drivers/gpu/drm/radeon/ |
D | radeon_vm.c | 449 uint64_t soffset, in radeon_vm_bo_set_addr() argument 458 if (soffset) { in radeon_vm_bo_set_addr() 460 eoffset = soffset + size - 1; in radeon_vm_bo_set_addr() 461 if (soffset >= eoffset) { in radeon_vm_bo_set_addr() 479 soffset /= RADEON_GPU_PAGE_SIZE; in radeon_vm_bo_set_addr() 481 if (soffset || eoffset) { in radeon_vm_bo_set_addr() 483 it = interval_tree_iter_first(&vm->va, soffset, eoffset); in radeon_vm_bo_set_addr() 490 soffset, tmp->bo, tmp->it.start, tmp->it.last); in radeon_vm_bo_set_addr() 520 if (soffset || eoffset) { in radeon_vm_bo_set_addr() 522 bo_va->it.start = soffset; in radeon_vm_bo_set_addr() [all …]
|
D | radeon_trace.h | 69 __field(u64, soffset) 75 __entry->soffset = bo_va->it.start; 80 __entry->soffset, __entry->eoffset, __entry->flags)
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | post_meter.h | 11 .soffset = MLX5_BYTE_OFF(fte_match_param, \
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_trace.h | 297 __field(u64, soffset) 303 __entry->soffset = mapping->start; 308 __entry->soffset, __entry->eoffset, __entry->flags)
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.h | 250 int soffset; /* byte offset of spec for match */ member
|
D | en_tc.c | 120 .soffset = MLX5_BYTE_OFF(fte_match_param, 190 int soffset = mlx5e_tc_attr_to_reg_mappings[type].soffset; in mlx5e_tc_match_to_reg_match() local 197 fmask = headers_c + soffset; in mlx5e_tc_match_to_reg_match() 198 fval = headers_v + soffset; in mlx5e_tc_match_to_reg_match() 237 int soffset = mlx5e_tc_attr_to_reg_mappings[type].soffset; in mlx5e_tc_match_to_reg_get_match() local 244 fmask = headers_c + soffset; in mlx5e_tc_match_to_reg_get_match() 245 fval = headers_v + soffset; in mlx5e_tc_match_to_reg_get_match()
|
/Linux-v6.6/drivers/crypto/chelsio/ |
D | chcr_algo.c | 615 int soffset = 0, sless; in chcr_hash_ent_in_wr() local 622 sless = min_t(unsigned int, sg_dma_len(src) - soffset - srcskip, in chcr_hash_ent_in_wr() 625 soffset += sless; in chcr_hash_ent_in_wr() 627 if (sg_dma_len(src) == (soffset + srcskip)) { in chcr_hash_ent_in_wr() 629 soffset = 0; in chcr_hash_ent_in_wr() 645 int offset = 0, soffset = 0, less, sless = 0; in chcr_sg_ent_in_wr() local 658 sless = min_t(unsigned int, sg_dma_len(src) - srcskip - soffset, in chcr_sg_ent_in_wr() 678 soffset += sless; in chcr_sg_ent_in_wr() 679 if ((soffset + srcskip) == sg_dma_len(src)) { in chcr_sg_ent_in_wr() 682 soffset = 0; in chcr_sg_ent_in_wr()
|
/Linux-v6.6/fs/xfs/ |
D | xfs_trace.h | 3309 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, 3311 TP_ARGS(src, soffset, len, dest, doffset), 3329 __entry->src_offset = soffset; 3353 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, \ 3355 TP_ARGS(src, soffset, len, dest, doffset)) 3483 TP_PROTO(struct xfs_inode *src, xfs_fileoff_t soffset, 3486 TP_ARGS(src, soffset, len, dest, doffset), 3498 __entry->src_lblk = soffset;
|
/Linux-v6.6/drivers/scsi/pm8001/ |
D | pm80xx_hwi.c | 69 static void pm80xx_pci_mem_copy(struct pm8001_hba_info *pm8001_ha, u32 soffset, in pm80xx_pci_mem_copy() argument 76 offset = (soffset + index); in pm80xx_pci_mem_copy()
|