Home
last modified time | relevance | path

Searched refs:max_offset (Results 1 – 25 of 26) sorted by relevance

12

/linux/net/smc/
H A Dsmc_clc.h383 u16 max_offset; in smc_get_clc_v2_ext() local
385 max_offset = offsetof(struct smc_clc_msg_proposal_area, pclc_v2_ext) - in smc_get_clc_v2_ext()
390 ntohs(prop_smcd->v2_ext_offset) > max_offset) in smc_get_clc_v2_ext()
403 u16 max_offset = offsetof(struct smc_clc_msg_proposal_area, pclc_smcd_v2_ext) - in smc_get_clc_smcd_v2_ext() local
411 ntohs(prop_v2ext->hdr.smcd_v2_ext_offset) > max_offset) in smc_get_clc_smcd_v2_ext()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c272 int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain, u64 max_offset, in radeon_bo_pin_restricted() argument
286 if (max_offset != 0) { in radeon_bo_pin_restricted()
293 WARN_ON_ONCE(max_offset < in radeon_bo_pin_restricted()
309 (!max_offset || max_offset > bo->rdev->mc.visible_vram_size)) in radeon_bo_pin_restricted()
313 bo->placements[i].lpfn = max_offset >> PAGE_SHIFT; in radeon_bo_pin_restricted()
H A Dradeon_object.h148 u64 max_offset, u64 *gpu_addr);
/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() argument
42 for (offset = 0; offset < max_offset; offset++) { in test_one()
/linux/include/scsi/
H A Dscsi_transport_spi.h22 int max_offset; member
65 #define spi_max_offset(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_offset)
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_hwrm.c489 u32 max_offset, offset; in bnge_hwrm_req_dma_slice() local
494 max_offset = BNGE_HWRM_DMA_SIZE - ctx->allocated; in bnge_hwrm_req_dma_slice()
495 offset = max_offset - size; in bnge_hwrm_req_dma_slice()
499 if (addr < req_addr + max_offset && req_addr + ctx->req_len <= addr) { in bnge_hwrm_req_dma_slice()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c784 u32 max_offset, offset; in hwrm_req_dma_slice() local
789 max_offset = BNXT_HWRM_DMA_SIZE - ctx->allocated; in hwrm_req_dma_slice()
790 offset = max_offset - size; in hwrm_req_dma_slice()
794 if (addr < req_addr + max_offset && req_addr + ctx->req_len <= addr) { in hwrm_req_dma_slice()
/linux/drivers/mtd/
H A Dftl.c154 loff_t offset, max_offset; in scan_header() local
158 max_offset = (0x100000<part->mbd.mtd->size)?0x100000:part->mbd.mtd->size; in scan_header()
161 (offset + sizeof(header)) < max_offset; in scan_header()
173 if (offset == max_offset) { in scan_header()
/linux/drivers/scsi/
H A D53c700.c239 __u8 max_offset = (hostdata->chip710 in NCR_700_offset_period_to_sxfer() local
250 if(offset > max_offset) { in NCR_700_offset_period_to_sxfer()
252 offset, max_offset); in NCR_700_offset_period_to_sxfer()
253 offset = max_offset; in NCR_700_offset_period_to_sxfer()
2000 int max_offset = hostdata->chip710 in NCR_700_set_offset() local
2006 if(offset > max_offset) in NCR_700_set_offset()
2007 offset = max_offset; in NCR_700_set_offset()
/linux/lib/crypto/tests/
H A Dhash-test-template.h69 rand_offset(size_t max_offset) rand_offset() argument
/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.h54 u32 max_offset; member
H A Dlibcxgb_ppm.c306 hdr->max_offset = htonl(length); in cxgbi_ppm_make_ppod_hdr()
/linux/drivers/media/pci/ivtv/
H A Divtvfb.c182 unsigned long max_offset; member
215 osd->max_offset = oi->display_width * oi->display_height * 4; in ivtvfb_get_osd_coords()
/linux/include/uapi/linux/
H A Dbtrfs.h548 __u64 max_offset; /* in */ member
/linux/kernel/trace/
H A Dtrace_probe.c1136 int i, max_offset = 0; in get_entry_arg_max_offset() local
1150 if (earg->code[i].offset > max_offset) in get_entry_arg_max_offset()
1151 max_offset = earg->code[i].offset; in get_entry_arg_max_offset()
1153 return max_offset; in get_entry_arg_max_offset()
/linux/drivers/pci/
H A Dpci.c3307 u32 dw0, bei, base, max_offset; in pci_ea_read() local
3351 pci_read_config_dword(dev, ent_offset, &max_offset); in pci_ea_read()
3371 end = start + (max_offset | 0x03); in pci_ea_read()
3374 if (max_offset & PCI_EA_IS_64) { in pci_ea_read()
/linux/tools/perf/util/
H A Dsession.c2803 u64 max_offset = offset + size; in perf_session__cpu_bitmap()
2849 } while (offset < max_offset); in perf_session__set_guest_cpu()
1809 u64 max_offset = offset + size; perf_session__peek_events() local
/linux/fs/btrfs/
H A Dioctl.c1403 test.offset = sk->max_offset; in key_in_sk()
1509 test.offset = sk->max_offset; in copy_to_sk()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c3876 int max_offset) in gfx_v8_0_parse_ind_reg_list() argument
3887 BUG_ON(*offset_count >= max_offset); in gfx_v8_0_parse_ind_reg_list()
/linux/include/net/
H A Dcfg80211.h320 u8 max_offset; member
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c3766 req.param.pd_th_srg = max_th - he_obss_pd->max_offset; in mt7915_mcu_set_obss_spr_pd()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c4884 req.pd_th_srg = max_th - he_obss_pd->max_offset; in mt7996_mcu_set_obss_spr_pd()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c3587 cmd->obss_max = he_obss_pd->max_offset; in ath11k_wmi_send_obss_spr_cmd()
/linux/net/wireless/
H A Dnl80211.c6863 he_obss_pd->max_offset = in nl80211_parse_he_obss_pd()
6869 if (he_obss_pd->min_offset > he_obss_pd->max_offset) in nl80211_parse_he_obss_pd()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c3709 cmd->obss_max = a_cpu_to_sle32(he_obss_pd->max_offset); in ath12k_wmi_send_obss_spr_cmd()

12