Home
last modified time | relevance | path

Searched refs:i40e_error (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_main.c419 i40e_error(i40e_t *i40e, const char *fmt, ...) in i40e_error() function
784 i40e_error(i40e, "i40e_aq_get_switch_config() failed %d: %d", in i40e_set_def_vsi_seid()
790 i40e_error(i40e, "encountered multiple (%d) switching units " in i40e_set_def_vsi_seid()
817 i40e_error(i40e, "i40e_aq_get_switch_config() failed %d: %d", in i40e_get_mac_seid()
852 i40e_error(i40e, "Capability discovery failed " in i40e_get_hw_capabilities()
860 i40e_error(i40e, "Capability discovery failed: %d", rc); in i40e_get_hw_capabilities()
900 i40e_error(i40e, in i40e_get_switch_resources()
1070 i40e_error(i40e, "Interrupt block-enable failed: %d", in i40e_enable_interrupts()
1078 i40e_error(i40e, in i40e_enable_interrupts()
1101 i40e_error(i40e, in i40e_disable_interrupts()
[all …]
H A Di40e_osdep.c67 i40e_error(i40e, "failed to allocate DMA handle for common " in i40e_allocate_dma_mem()
89 i40e_error(i40e, "failed to allocate %" PRIu64 " bytes of DMA " in i40e_allocate_dma_mem()
109 i40e_error(i40e, "failed to bind %ld byte sized dma region: %d", in i40e_allocate_dma_mem()
210 i40e_error(OS_DEP(hw)->ios_i40e, "failed to locate PCIe " in i40e_set_hw_bus_info()
H A Di40e_gld.c80 i40e_error(i40e, "failed to remove mac address " in i40e_group_remove_mac()
148 i40e_error(i40e, "failed to add mac address " in i40e_group_add_mac()
231 i40e_error(i40e, "failed to %s unicast promiscuity on " in i40e_m_promisc()
250 i40e_error(i40e, "failed to %s multicast promiscuity on " in i40e_m_promisc()
261 i40e_error(i40e, "failed to %s unicast promiscuity on " in i40e_m_promisc()
297 i40e_error(i40e, "failed to enable multicast " in i40e_multicast_add()
315 i40e_error(i40e, "failed to add mac address " in i40e_multicast_add()
356 i40e_error(i40e, "failed to remove mac address " in i40e_multicast_remove()
384 i40e_error(i40e, "failed to disable " in i40e_multicast_remove()
1289 i40e_error(i40e, "mac_register() returned %d", status); in i40e_register_mac()
H A Di40e_transceiver.c623 i40e_error(i40e, "failed to allocate dma handle for I/O " in i40e_alloc_dma_buffer()
636 i40e_error(i40e, "failed to allocate %ld bytes of DMA for I/O " in i40e_alloc_dma_buffer()
657 i40e_error(i40e, "failed to allocate %ld bytes of DMA for I/O " in i40e_alloc_dma_buffer()
722 i40e_error(i40e, "failed to allocate RX work list for a ring " in i40e_alloc_rx_data()
731 i40e_error(i40e, "failed to allocate a %d entry RX free list " in i40e_alloc_rx_data()
739 i40e_error(i40e, "failed to allocate a %d entry rcb area for " in i40e_alloc_rx_data()
826 i40e_error(i40e, "failed to allocate DMA resources " in i40e_alloc_rx_dma()
853 i40e_error(i40e, "failed to allocate RX dma buffer"); in i40e_alloc_rx_dma()
948 i40e_error(i40e, "failed to allocate DMA resources for TX " in i40e_alloc_tx_dma()
963 i40e_error(i40e, "failed to allocate a %d entry TX work list " in i40e_alloc_tx_dma()
[all …]
H A Di40e_sw.h968 extern void i40e_error(i40e_t *, const char *, ...) __KPRINTFLIKE(2);
H A Di40e_stats.c259 i40e_error(i40e, "Failed to create kstats for VSI %u", vsi_id); in i40e_stat_vsi_init()
464 i40e_error(i40e, "Could not create kernel statistics."); in i40e_stat_pf_init()