Searched defs:bypass (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.c32 * bypass and peer-to-peer support
229 * Called from px_attach to check for bypass dma support and set
290 DBG(DBG_DMA_ALLOCH, px_p->px_dip, "bypass mode\n");
335 * If this is an IOMMU bypass access, the caller can't use
369 * mmu bypass, or mmu translate) we are asked to do.
439 goto done; /* leave bypass and dvma flag as 0 */
443 goto done; /* leave bypass and dvma flag as 0 */
467 * VA/size pair: <shadow IO, bypass, peer-to-peer>, or OTYP_PAGES
512 * VA/size pair: <normal, bypass, peer-to-peer>
954 px_dma_win_t **win_pp, uint64_t count_max, uint64_t bypass)
952 px_dma_newwin(dev_info_t *dip, ddi_dma_req_t *dmareq, ddi_dma_impl_t *mp, uint32_t cookie_no, uint32_t start_idx, uint32_t end_idx, px_dma_win_t **win_pp, uint64_t count_max, uint64_t bypass) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c32 * bypass and peer-to-peer support
447 DEBUG0(DBG_DMA_ALLOCH, pci_p->pci_dip, "bypass mode\n");
448 /* if tomatillo ver <= 2.3 don't allow bypass */
532 * iommu bypass, or iommu translate) we are asked to do.
626 goto done; /* leave bypass and dvma flag as 0 */
646 * VA/size pair: <shadow IO, bypass, peer-to-peer>, or OTYP_PAGES
694 * VA/size pair: <normal, bypass, peer-to-peer>
1283 * Called to handle iommu bypass and pci peer-to-peer transfers.
1293 * space (if we are doing an iommu bypass transfer) or pci address
1303 * and nocross restrictions while bypass DM
1334 uint64_t count_max, bypass = PCI_DMA_BYPASS_PREFIX(mp, pfn); local
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h264 unsigned char bypass; member in struct:adapter_params
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c155 boolean_t bypass = _B_FALSE; /* bypass IPsec policy */ variable
338 bypass = _B_TRUE;
1341 if (bypass) {
1357 "to bypass IPsec policy.\n", progname);
1381 if (bypass) {
1394 "privilege to bypass IPsec "

Completed in 73 milliseconds