HomeSort by: relevance | last modified time | path
    Searched defs:page_length (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/scsipi/
atapi_tape.h 48 u_int8_t page_length; /* page Length == 0x12 */ member in struct:atapi_cappage
92 u_int8_t page_length; /* page Length == 0x02 */ member in struct:ast_transferpage
110 u_int8_t page_length; /* page Length == 0x06 */ member in struct:ast_identifypage
atapi_tape.h 48 u_int8_t page_length; /* page Length == 0x12 */ member in struct:atapi_cappage
92 u_int8_t page_length; /* page Length == 0x02 */ member in struct:ast_transferpage
110 u_int8_t page_length; /* page Length == 0x06 */ member in struct:ast_identifypage
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem.c 476 * page_length = bytes to copy for this page
480 unsigned page_length = PAGE_SIZE - page_offset; local in function:i915_gem_gtt_pread
481 page_length = remain < page_length ? remain : page_length;
491 user_data, page_length)) {
496 remain -= page_length;
497 user_data += page_length;
498 offset += page_length;
680 * page_length = bytes to copy for this pag
684 unsigned int page_length = PAGE_SIZE - page_offset; local in function:i915_gem_gtt_pwrite_fast
    [all...]
i915_gem.c 476 * page_length = bytes to copy for this page
480 unsigned page_length = PAGE_SIZE - page_offset; local in function:i915_gem_gtt_pread
481 page_length = remain < page_length ? remain : page_length;
491 user_data, page_length)) {
496 remain -= page_length;
497 user_data += page_length;
498 offset += page_length;
680 * page_length = bytes to copy for this pag
684 unsigned int page_length = PAGE_SIZE - page_offset; local in function:i915_gem_gtt_pwrite_fast
    [all...]
  /src/sys/dev/pci/
mpii.c 1638 hdr.page_length = sizeof(ipg) / 4;
2194 hdr.page_length = sizeof(mpg) / 4;
2222 hdr.page_length = sizeof(ipg) / 4;
2322 DNPRINTF(MPII_D_MISC, "%s: page_version: 0x%02x page_length: %d "
2325 cp->config_header.page_length,
2357 int page_length; local in function:mpii_req_cfg_page
2363 page_length = ISSET(flags, MPII_PG_EXTENDED) ?
2364 le16toh(ehdr->ext_page_length) : hdr->page_length;
2366 if (len > sc->sc_request_size - sizeof(*cq) || len < page_length * 4)
2395 MPII_SGE_FL_SIZE_64 | (page_length * 4)
    [all...]
mpii.c 1638 hdr.page_length = sizeof(ipg) / 4;
2194 hdr.page_length = sizeof(mpg) / 4;
2222 hdr.page_length = sizeof(ipg) / 4;
2322 DNPRINTF(MPII_D_MISC, "%s: page_version: 0x%02x page_length: %d "
2325 cp->config_header.page_length,
2357 int page_length; local in function:mpii_req_cfg_page
2363 page_length = ISSET(flags, MPII_PG_EXTENDED) ?
2364 le16toh(ehdr->ext_page_length) : hdr->page_length;
2366 if (len > sc->sc_request_size - sizeof(*cq) || len < page_length * 4)
2395 MPII_SGE_FL_SIZE_64 | (page_length * 4)
    [all...]
mpiireg.h 1030 u_int8_t page_length; member in struct:mpii_cfg_hdr
mpiireg.h 1030 u_int8_t page_length; member in struct:mpii_cfg_hdr
  /src/sys/arch/hp300/stand/common/
scsireg.h 350 u_char page_length; /* = 6 */ member in struct:scsi_err_recovery
373 u_char page_length; /* = 10 */ member in struct:scsi_disco_reco
390 u_char page_length; /* = 22 */ member in struct:scsi_format
418 u_char page_length; /* = 18 */ member in struct:scsi_geometry
445 u_char page_length; /* = 14 */ member in struct:scsi_cache
scsireg.h 350 u_char page_length; /* = 6 */ member in struct:scsi_err_recovery
373 u_char page_length; /* = 10 */ member in struct:scsi_disco_reco
390 u_char page_length; /* = 22 */ member in struct:scsi_format
418 u_char page_length; /* = 18 */ member in struct:scsi_geometry
445 u_char page_length; /* = 14 */ member in struct:scsi_cache

Completed in 43 milliseconds