Home
last modified time | relevance | path

Searched refs:HXGE_ERROR (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_fzc.c75 return (HXGE_ERROR); in hxge_fzc_intr_ldg_num_set()
81 return (HXGE_ERROR); in hxge_fzc_intr_ldg_num_set()
99 return (HXGE_ERROR | rs); in hxge_fzc_intr_ldg_num_set()
119 return (HXGE_ERROR); in hxge_fzc_intr_tmres_set()
124 return (HXGE_ERROR | rs); in hxge_fzc_intr_tmres_set()
144 return (HXGE_ERROR); in hxge_fzc_intr_sid_set()
161 return (HXGE_ERROR | rs); in hxge_fzc_intr_sid_set()
207 return (HXGE_ERROR | rs); in hxge_init_fzc_rxdma_channel_pages()
252 return (HXGE_ERROR | rs); in hxge_init_fzc_rx_common()
278 return (HXGE_ERROR | rs); in hxge_init_fzc_txdma_channel_pages()
[all …]
H A Dhxge_pfc.c88 return (HXGE_ERROR); in hxge_tcam_dump_entry()
176 return (HXGE_ERROR); in hxge_tcam_default_add_entry()
210 return (HXGE_ERROR); in hxge_tcam_default_add_entry()
231 return (HXGE_ERROR); in hxge_tcam_default_add_entry()
272 return (HXGE_ERROR); in hxge_tcam_default_config()
455 return (HXGE_ERROR); in hxge_pfc_clear_mac_address()
474 return (HXGE_ERROR); in hxge_pfc_set_mac_address()
494 return (HXGE_ERROR); in hxge_pfc_set_mac_address()
545 return (HXGE_ERROR); in hxge_pfc_config_tcam_enable()
552 return (HXGE_ERROR); in hxge_pfc_config_tcam_enable()
[all …]
H A Dhxge_vmac.c120 return (HXGE_ERROR); in hxge_tx_vmac_init()
154 return (HXGE_ERROR); in hxge_rx_vmac_init()
181 status = (rv == HPI_SUCCESS) ? HXGE_OK : HXGE_ERROR; in hxge_tx_vmac_enable()
201 status = (rv == HPI_SUCCESS) ? HXGE_OK : HXGE_ERROR; in hxge_tx_vmac_disable()
229 return (HXGE_ERROR); in hxge_rx_vmac_enable()
242 status = (rv == HPI_SUCCESS) ? HXGE_OK : HXGE_ERROR; in hxge_rx_vmac_enable()
275 status = (rv == HPI_SUCCESS) ? HXGE_OK : HXGE_ERROR; in hxge_rx_vmac_disable()
H A Dhxge_virtual.c67 return (HXGE_ERROR); in hxge_get_config_properties()
480 return (HXGE_ERROR); in hxge_ldgv_init()
504 return (HXGE_ERROR); in hxge_ldgv_init()
736 return (HXGE_ERROR); in hxge_intr_mask_mgmt()
744 return (HXGE_ERROR); in hxge_intr_mask_mgmt()
767 return (HXGE_ERROR | rs); in hxge_intr_mask_mgmt()
786 return (HXGE_ERROR | rs); in hxge_intr_mask_mgmt()
814 return (HXGE_ERROR); in hxge_intr_mask_mgmt_set()
822 return (HXGE_ERROR); in hxge_intr_mask_mgmt_set()
852 return (HXGE_ERROR | rs); in hxge_intr_mask_mgmt_set()
[all …]
H A Dhxge_txdma.c925 return (HXGE_ERROR); in hxge_txdma_hw_mode()
931 return (HXGE_ERROR); in hxge_txdma_hw_mode()
937 return (HXGE_ERROR); in hxge_txdma_hw_mode()
943 return (HXGE_ERROR); in hxge_txdma_hw_mode()
1541 return (HXGE_ERROR); in hxge_map_txdma()
1547 return (HXGE_ERROR); in hxge_map_txdma()
1890 status = HXGE_ERROR; in hxge_map_txdma_channel_buf_ring()
1978 status = HXGE_ERROR; in hxge_map_txdma_channel_buf_ring()
2003 status = HXGE_ERROR; in hxge_map_txdma_channel_buf_ring()
2192 return (HXGE_ERROR); in hxge_txdma_hw_start()
[all …]
H A Dhxge_rxdma.c371 return (HXGE_ERROR); in hxge_rxbuf_pp_to_vp()
488 return (HXGE_ERROR); in hxge_rxbuf_pp_to_vp()
504 return (HXGE_ERROR); in hxge_rxbuf_pp_to_vp()
777 return (HXGE_ERROR); in hxge_rxdma_hw_mode()
784 return (HXGE_ERROR); in hxge_rxdma_hw_mode()
790 return (HXGE_ERROR); in hxge_rxdma_hw_mode()
797 return (HXGE_ERROR); in hxge_rxdma_hw_mode()
2269 return (HXGE_ERROR); in hxge_map_rxdma()
2276 return (HXGE_ERROR); in hxge_map_rxdma()
2509 status = HXGE_ERROR; in hxge_map_rxdma_channel()
[all …]
H A Dhxge_main.c456 status = HXGE_ERROR; in hxge_attach()
760 return (HXGE_ERROR); in hxge_map_regs()
1270 status = HXGE_ERROR; in hxge_setup_dev()
1403 return (HXGE_ERROR); in hxge_alloc_mem_pool()
1409 return (HXGE_ERROR); in hxge_alloc_mem_pool()
2288 return (HXGE_ERROR | HXGE_DDI_FAILED); in hxge_dma_mem_alloc()
2310 return (HXGE_ERROR); in hxge_dma_mem_alloc()
2340 return (HXGE_ERROR); in hxge_dma_mem_alloc()
3766 status = HXGE_ERROR; in hxge_add_intrs_adv()
4242 return (HXGE_ERROR); in hxge_mac_register()
[all …]
H A Dhxge.h54 #define HXGE_ERROR 0x40000000 macro