Home | History | Annotate | Download | only in pci

Lines Matching defs:page_length

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;
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) |
2437 DNPRINTF(MPII_D_MISC, "%s: page_version: 0x%02x page_length: %d "
2440 cp->config_header.page_length,
3362 pagelen = hdr.page_length * 4;
3509 pagelen = hdr.page_length * 4;
3607 pagelen = hdr.page_length * 4;
3728 hdr.page_length = sizeof(*ppg) / 4;
3841 pagelen = hdr.page_length * 4;