Home
last modified time | relevance | path

Searched refs:NXGE_DDI_FAILED (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c543 status |= NXGE_DDI_FAILED; in nxge_update_rxdma_grp_properties()
552 status |= NXGE_DDI_FAILED; in nxge_update_rxdma_grp_properties()
561 status |= NXGE_DDI_FAILED; in nxge_update_rxdma_grp_properties()
754 status |= NXGE_DDI_FAILED; in nxge_update_rxdma_properties()
1357 status |= NXGE_DDI_FAILED; in nxge_cfg_verify_set_quick_config()
1945 return (NXGE_DDI_FAILED); in nxge_use_default_dma_config_n2()
1987 return (NXGE_DDI_FAILED); in nxge_use_default_dma_config_n2()
2068 return (NXGE_DDI_FAILED); in nxge_use_default_dma_config_n2()
2097 return (NXGE_DDI_FAILED); in nxge_use_default_dma_config_n2()
2103 return (NXGE_DDI_FAILED); in nxge_use_default_dma_config_n2()
[all …]
H A Dnxge_main.c903 status = (NXGE_ERROR | NXGE_DDI_FAILED); in nxge_attach()
3347 return (NXGE_ERROR | NXGE_DDI_FAILED); in nxge_dma_mem_alloc()
3359 return (NXGE_ERROR | NXGE_DDI_FAILED); in nxge_dma_mem_alloc()
3557 return (NXGE_ERROR | NXGE_DDI_FAILED); in nxge_dma_mem_alloc()
5912 return (NXGE_ERROR | NXGE_DDI_FAILED); in nxge_add_intrs()
5998 return (NXGE_ERROR | NXGE_DDI_FAILED); in nxge_add_intrs()
6058 return (NXGE_ERROR | NXGE_DDI_FAILED); in nxge_add_intrs_adv_type()
6066 return (NXGE_ERROR | NXGE_DDI_FAILED); in nxge_add_intrs_adv_type()
6114 return (NXGE_ERROR | NXGE_DDI_FAILED); in nxge_add_intrs_adv_type()
6128 return (NXGE_ERROR | NXGE_DDI_FAILED); in nxge_add_intrs_adv_type()
[all …]
H A Dnxge_txdma.c2595 status |= NXGE_DDI_FAILED; in nxge_map_txdma_channel_buf_ring()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h72 #define NXGE_DDI_FAILED 0x20000000 macro