Home
last modified time | relevance | path

Searched refs:soffset (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv4/
H A Dip_options.c81 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/drivers/gpu/drm/radeon/
H A Dradeon_vm.c446 uint64_t soffset, in radeon_vm_bo_set_addr() argument
455 if (soffset) { in radeon_vm_bo_set_addr()
457 eoffset = soffset + size - 1; in radeon_vm_bo_set_addr()
458 if (soffset >= eoffset) { in radeon_vm_bo_set_addr()
476 soffset /= RADEON_GPU_PAGE_SIZE; in radeon_vm_bo_set_addr()
478 if (soffset || eoffset) { in radeon_vm_bo_set_addr()
480 it = interval_tree_iter_first(&vm->va, soffset, eoffset); in radeon_vm_bo_set_addr()
487 soffset, tmp->bo, tmp->it.start, tmp->it.last); in radeon_vm_bo_set_addr()
517 if (soffset || eoffset) { in radeon_vm_bo_set_addr()
519 bo_va->it.start = soffset; in radeon_vm_bo_set_addr()
[all …]
H A Dradeon_trace.h69 __field(u64, soffset)
75 __entry->soffset = bo_va->it.start;
80 __entry->soffset, __entry->eoffset, __entry->flags)
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_meter.h11 .soffset = MLX5_BYTE_OFF(fte_match_param, \
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h249 int soffset; /* byte offset of spec for match */ member
H A Den_tc.c122 .soffset = MLX5_BYTE_OFF(fte_match_param,
192 int soffset = mlx5e_tc_attr_to_reg_mappings[type].soffset; in mlx5e_tc_match_to_reg_match() local
199 fmask = headers_c + soffset; in mlx5e_tc_match_to_reg_match()
200 fval = headers_v + soffset; in mlx5e_tc_match_to_reg_match()
239 int soffset = mlx5e_tc_attr_to_reg_mappings[type].soffset; in mlx5e_tc_match_to_reg_get_match() local
246 fmask = headers_c + soffset; in mlx5e_tc_match_to_reg_get_match()
247 fval = headers_v + soffset; in mlx5e_tc_match_to_reg_get_match()
/linux/fs/xfs/
H A Dxfs_trace.h3998 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len,
4000 TP_ARGS(src, soffset, len, dest, doffset),
4018 __entry->src_offset = soffset;
4042 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, \
4044 TP_ARGS(src, soffset, len, dest, doffset))
4172 TP_PROTO(struct xfs_inode *src, xfs_fileoff_t soffset,
4175 TP_ARGS(src, soffset, len, dest, doffset),
4187 __entry->src_lblk = soffset;