Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_object.c301 int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain, u64 max_offset, in radeon_bo_pin_restricted() argument
314 if (max_offset != 0) { in radeon_bo_pin_restricted()
321 WARN_ON_ONCE(max_offset < in radeon_bo_pin_restricted()
332 (!max_offset || max_offset > bo->rdev->mc.visible_vram_size)) in radeon_bo_pin_restricted()
336 bo->placements[i].lpfn = max_offset >> PAGE_SHIFT; in radeon_bo_pin_restricted()
Dradeon_object.h137 u64 max_offset, u64 *gpu_addr);
/drivers/net/ethernet/qlogic/qlge/
Dqlge_dbg.c629 u32 max_offset; in ql_get_mac_protocol_registers() local
637 max_offset = MAC_ADDR_MAX_CAM_WCOUNT; in ql_get_mac_protocol_registers()
641 max_offset = MAC_ADDR_MAX_CAM_WCOUNT; in ql_get_mac_protocol_registers()
646 max_offset = MAC_ADDR_MAX_CAM_WCOUNT; in ql_get_mac_protocol_registers()
650 max_offset = MAC_ADDR_MAX_FC_MAC_WCOUNT; in ql_get_mac_protocol_registers()
654 max_offset = MAC_ADDR_MAX_MGMT_MAC_WCOUNT; in ql_get_mac_protocol_registers()
658 max_offset = MAC_ADDR_MAX_MGMT_VLAN_WCOUNT; in ql_get_mac_protocol_registers()
662 max_offset = MAC_ADDR_MAX_MGMT_V4_WCOUNT; in ql_get_mac_protocol_registers()
666 max_offset = MAC_ADDR_MAX_MGMT_V6_WCOUNT; in ql_get_mac_protocol_registers()
670 max_offset = MAC_ADDR_MAX_MGMT_TU_DP_WCOUNT; in ql_get_mac_protocol_registers()
[all …]
/drivers/mtd/
Dftl.c160 loff_t offset, max_offset; in scan_header() local
164 max_offset = (0x100000<part->mbd.mtd->size)?0x100000:part->mbd.mtd->size; in scan_header()
167 (offset + sizeof(header)) < max_offset; in scan_header()
179 if (offset == max_offset) { in scan_header()
/drivers/scsi/
D53c700.c253 __u8 max_offset = (hostdata->chip710 in NCR_700_offset_period_to_sxfer() local
264 if(offset > max_offset) { in NCR_700_offset_period_to_sxfer()
266 offset, max_offset); in NCR_700_offset_period_to_sxfer()
267 offset = max_offset; in NCR_700_offset_period_to_sxfer()
2019 int max_offset = hostdata->chip710 in NCR_700_set_offset() local
2025 if(offset > max_offset) in NCR_700_set_offset()
2026 offset = max_offset; in NCR_700_set_offset()
/drivers/media/pci/ivtv/
Divtvfb.c192 unsigned long max_offset; member
225 osd->max_offset = oi->display_width * oi->display_height * 4; in ivtvfb_get_osd_coords()
/drivers/scsi/cxgbi/
Dlibcxgbi.h99 u32 max_offset; member
Dlibcxgbi.c1525 hdr.max_offset = htonl(gl->length); in ddp_tag_reserve()