Home
last modified time | relevance | path

Searched refs:last_offset (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dqp.c558 u32 last_offset; in mlx4_create_zones() local
611 last_offset = dev->caps.reserved_qps_cnt[MLX4_QP_REGION_FW]; in mlx4_create_zones()
635 if (((last_offset & MLX4_BF_QP_SKIP_MASK) && in mlx4_create_zones()
636 ((int)(max_table_offset - last_offset)) >= in mlx4_create_zones()
638 (!(last_offset & MLX4_BF_QP_SKIP_MASK) && in mlx4_create_zones()
639 !((last_offset + requested_size - 1) & in mlx4_create_zones()
644 (last_offset | MLX4_BF_QP_SKIP_MASK | bf_mask) + 1; in mlx4_create_zones()
646 if (last_offset & MLX4_BF_QP_SKIP_MASK) in mlx4_create_zones()
647 last_offset = candidate_offset; in mlx4_create_zones()
651 if (last_offset > max_table_offset) { in mlx4_create_zones()
[all …]
/linux/drivers/vfio/pci/pds/
H A Dlm.c140 if (offset < lm_file->last_offset || !lm_file->last_offset_sg) { in pds_vfio_get_file_page()
141 lm_file->last_offset = 0; in pds_vfio_get_file_page()
146 cur_offset = lm_file->last_offset; in pds_vfio_get_file_page()
153 lm_file->last_offset = cur_offset; in pds_vfio_get_file_page()
H A Dlm.h29 unsigned long last_offset; member
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c1019 __mt7601u_phy_freq_cal(struct mt7601u_dev *dev, s8 last_offset, u8 phy_mode) in __mt7601u_phy_freq_cal() argument
1023 trace_freq_cal_offset(dev, phy_mode, last_offset); in __mt7601u_phy_freq_cal()
1026 if (last_offset == MT_FREQ_OFFSET_INVALID) in __mt7601u_phy_freq_cal()
1048 if (abs(last_offset) >= activate_threshold) in __mt7601u_phy_freq_cal()
1050 else if (abs(last_offset) <= deactivate_threshold) in __mt7601u_phy_freq_cal()
1056 if (last_offset > deactivate_threshold) { in __mt7601u_phy_freq_cal()
1061 } else if (last_offset < -deactivate_threshold) { in __mt7601u_phy_freq_cal()
1080 s8 last_offset; in mt7601u_phy_freq_cal() local
1085 last_offset = dev->bcn_freq_off; in mt7601u_phy_freq_cal()
1089 delay = __mt7601u_phy_freq_cal(dev, last_offset, phy_mode); in mt7601u_phy_freq_cal()
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c284 int first_offset, last_offset; in decompress_file() local
442 last_offset = fifo_free_last_offset(cur_in, used_in, fifo_in_len); in decompress_file()
466 n = fread(fifo_in + last_offset, 1, read_sz, inpf); in decompress_file()
637 last_offset = fifo_free_last_offset(cur_out, used_out, in decompress_file()
639 nx_append_dde(ddl_out, fifo_out + last_offset, in decompress_file()
/linux/drivers/ras/amd/atl/
H A Dmap.c400 u64 last_offset = 0; in find_normalized_offset() local
419 if (*norm_offset <= last_offset) { in find_normalized_offset()
421 ctx->map.num, *norm_offset, last_offset); in find_normalized_offset()
429 last_offset = *norm_offset; in find_normalized_offset()
/linux/drivers/android/tests/
H A Dbinder_alloc_kunit.c340 size_t last_offset, offset = 0; in gen_buf_sizes() local
348 last_offset = offset; in gen_buf_sizes()
350 front_sizes[i] = offset - last_offset; in gen_buf_sizes()
/linux/drivers/vfio/pci/virtio/
H A Dcommon.h37 unsigned long last_offset; member
H A Dmigrate.c42 if (offset < buf->last_offset || !buf->last_offset_sg) { in virtiovf_get_migration_page()
43 buf->last_offset = 0; in virtiovf_get_migration_page()
48 cur_offset = buf->last_offset; in virtiovf_get_migration_page()
55 buf->last_offset = cur_offset; in virtiovf_get_migration_page()
1030 vhca_buf->last_offset; in virtiovf_resume_write()
/linux/drivers/staging/media/meson/vdec/
H A Desparser.c281 if (offset < sess->last_offset) in esparser_get_offset()
284 sess->last_offset = offset; in esparser_get_offset()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_submit.c457 uint32_t i, last_offset = 0; in submit_reloc() local
490 (off < last_offset)) { in submit_reloc()
508 last_offset = off; in submit_reloc()
/linux/drivers/soc/ti/
H A Dknav_qmss_queue.c762 unsigned last_offset; in knav_pool_create() local
816 last_offset = 0; in knav_pool_create()
819 if ((iter->region_offset - last_offset) >= num_desc) { in knav_pool_create()
823 last_offset = iter->region_offset + iter->num_desc; in knav_pool_create()
830 pool->region_offset = last_offset; in knav_pool_create()
/linux/fs/btrfs/
H A Dtree-log.c3977 u64 first_offset, u64 last_offset) in insert_dir_log_key() argument
4008 last_offset = max(last_offset, curr_end); in insert_dir_log_key()
4010 btrfs_set_dir_log_end(path->nodes[0], item, last_offset); in insert_dir_log_key()
4255 u64 last_offset = (u64)-1; in log_dir_items() local
4370 last_offset = (u64)-1; in log_dir_items()
4377 last_offset = (u64)-1; in log_dir_items()
4390 last_offset = min_key.offset - 1; in log_dir_items()
4404 *last_offset_ret = last_offset; in log_dir_items()
4413 ASSERT(last_old_dentry_offset <= last_offset, in log_dir_items()
4415 last_old_dentry_offset, last_offset); in log_dir_items()
[all …]
H A Dscrub.c1445 u64 last_offset; in get_raid56_logic_offset() local
1448 last_offset = (physical - map->stripes[num].physical) * data_stripes; in get_raid56_logic_offset()
1450 *stripe_start = last_offset; in get_raid56_logic_offset()
1452 *offset = last_offset; in get_raid56_logic_offset()
1458 *offset = last_offset + btrfs_stripe_nr_to_offset(i); in get_raid56_logic_offset()
1472 *offset = last_offset + btrfs_stripe_nr_to_offset(j); in get_raid56_logic_offset()
/linux/kernel/trace/
H A Dtrace_probe.c838 int i, offset, last_offset = 0; in __store_entry_arg() local
892 last_offset = earg->code[i - 1].offset; in __store_entry_arg()
895 offset = last_offset + sizeof(unsigned long); in __store_entry_arg()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c439 int last_offset; in hns_nic_reuse_page() local
452 last_offset = hnae_page_size(ring) - hnae_buf_size(ring); in hns_nic_reuse_page()
478 if (desc_cb->page_offset <= last_offset) { in hns_nic_reuse_page()
/linux/fs/f2fs/
H A Dnode.c2935 int i, idx, last_offset, nrpages; in f2fs_restore_node_summary() local
2938 last_offset = BLKS_PER_SEG(sbi); in f2fs_restore_node_summary()
2942 for (i = 0; i < last_offset; i += nrpages, addr += nrpages) { in f2fs_restore_node_summary()
2943 nrpages = bio_max_segs(last_offset - i); in f2fs_restore_node_summary()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c344 record->offset = cpu_to_le32(bs_trace->last_offset); in bnxt_fill_drv_seg_record()
H A Dbnxt.h2144 u32 last_offset; member
2156 bs_trace->last_offset = offset; in bnxt_bs_trace_check_wrap()
H A Dbnxt.c9144 req->next_bs_offset = cpu_to_le32(bs_trace->last_offset); in bnxt_hwrm_func_backing_store_cfg_v2()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c4046 u16 last_offset = 0; in __i40e_reprogram_flex_pit() local
4098 last_offset = list_prev_entry(entry, list)->src_offset + 1; in __i40e_reprogram_flex_pit()
4100 for (; i < 3; i++, last_offset++) { in __i40e_reprogram_flex_pit()
4105 last_offset)); in __i40e_reprogram_flex_pit()
/linux/drivers/md/
H A Ddm-integrity.c4086 sector_t last_sector, last_area, last_offset; in calculate_device_limits() local
4101 get_area_and_offset(ic, ic->provided_data_sectors - 1, &last_area, &last_offset); in calculate_device_limits()
4102 last_sector = get_data_sector(ic, last_area, last_offset); in calculate_device_limits()