Lines Matching refs:request

315 	 * XXX: It's not clear what we should do with a non-cacheable request
401 * Find if this virt is 'within' a request we know about
417 return (fc_priv_error(cp, "request not within a "
421 * We know about this request, so we trust it enough to sync it.
455 * Find if this virt matches a request we know about
471 return (fc_priv_error(cp, "request doesn't match a "
627 * Find if this request matches a mapping resource we set up.
641 return (fc_priv_error(cp, "request doesn't match a "
697 * Find if this virt is 'within' a request we know about
710 return (fc_priv_error(cp, "request not within a "
784 * Find if this virt is 'within' a request we know about
797 return (fc_priv_error(cp, "request not within a "
1280 ndi_ra_request_t request;
1349 bzero((caddr_t)&request, sizeof (ndi_ra_request_t));
1385 request.ra_flags |= NDI_RA_ALIGN_SIZE;
1386 request.ra_boundbase = 0;
1387 request.ra_boundlen = PCI_4GIG_LIMIT;
1394 request.ra_len = l;
1395 request.ra_flags ^= NDI_RA_ALLOC_BOUNDED;
1400 &request, &answer, &alen, NDI_RA_TYPE_MEM,
1415 request.ra_len = l;
1419 request.ra_flags ^= NDI_RA_ALLOC_BOUNDED;
1426 request.ra_flags = NDI_RA_ALLOC_SPECIFIED;
1427 request.ra_addr = (uint64_t)LADDR(
1435 &request, &answer, &alen, NDI_RA_TYPE_MEM,
1438 if (request.ra_flags == NDI_RA_ALLOC_SPECIFIED)
1441 (void *) request.ra_addr);
1470 request.ra_flags |= NDI_RA_ALLOC_BOUNDED;
1477 request.ra_flags = NDI_RA_ALLOC_SPECIFIED;
1478 request.ra_addr = (uint64_t)
1485 &request, &answer, &alen, NDI_RA_TYPE_MEM,
1488 if (request.ra_flags == NDI_RA_ALLOC_SPECIFIED)
1491 (void *) request.ra_addr);
1509 request.ra_flags |= NDI_RA_ALLOC_BOUNDED;
1516 request.ra_flags = NDI_RA_ALLOC_SPECIFIED;
1517 request.ra_addr = (uint64_t)
1524 &request, &answer, &alen, NDI_RA_TYPE_IO,
1527 if (request.ra_flags ==
1531 (void *) request.ra_addr);
1573 ndi_ra_request_t request;
1576 bzero((caddr_t)&request, sizeof (ndi_ra_request_t));