Searched refs:i40e_error (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_main.c | 421 i40e_error(i40e_t *i40e, const char *fmt, ...) in i40e_error() function 785 i40e_error(i40e, "i40e_aq_get_switch_config() failed %d: %d", in i40e_get_vsi_id() 791 i40e_error(i40e, "encountered multiple (%d) switching units " in i40e_get_vsi_id() 827 i40e_error(i40e, "Capability discovery failed " in i40e_get_hw_capabilities() 835 i40e_error(i40e, "Capability discovery failed: %d", rc); in i40e_get_hw_capabilities() 875 i40e_error(i40e, in i40e_get_switch_resources() 1045 i40e_error(i40e, "Interrupt block-enable failed: %d", in i40e_enable_interrupts() 1053 i40e_error(i40e, in i40e_enable_interrupts() 1076 i40e_error(i40e, in i40e_disable_interrupts() 1084 i40e_error(i40e, in i40e_disable_interrupts() [all …]
|
H A D | i40e_osdep.c | 67 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 D | i40e_gld.c | 79 i40e_error(i40e, "failed to remove mac address " in i40e_group_remove_mac() 150 i40e_error(i40e, "failed to add mac address " in i40e_group_add_mac() 233 i40e_error(i40e, "failed to %s unicast promiscuity on " in i40e_m_promisc() 252 i40e_error(i40e, "failed to %s multicast promiscuity on " in i40e_m_promisc() 263 i40e_error(i40e, "failed to %s unicast promiscuity on " in i40e_m_promisc() 299 i40e_error(i40e, "failed to enable multicast " in i40e_multicast_add() 317 i40e_error(i40e, "failed to add mac address " in i40e_multicast_add() 358 i40e_error(i40e, "failed to remove mac address " in i40e_multicast_remove() 386 i40e_error(i40e, "failed to disable " in i40e_multicast_remove() 1113 i40e_error(i40e, "mac_register() returned %d", status); in i40e_register_mac()
|
H A D | i40e_transceiver.c | 572 i40e_error(i40e, "failed to allocate dma handle for I/O " in i40e_alloc_dma_buffer() 585 i40e_error(i40e, "failed to allocate %ld bytes of DMA for I/O " in i40e_alloc_dma_buffer() 606 i40e_error(i40e, "failed to allocate %ld bytes of DMA for I/O " in i40e_alloc_dma_buffer() 671 i40e_error(i40e, "failed to allocate rx work list for a ring " in i40e_alloc_rx_data() 680 i40e_error(i40e, "failed to allocate a %d entry rx free list " in i40e_alloc_rx_data() 688 i40e_error(i40e, "failed to allocate a %d entry rcb area for " in i40e_alloc_rx_data() 775 i40e_error(i40e, "failed to allocate DMA resources " in i40e_alloc_rx_dma() 802 i40e_error(i40e, "failed to allocate rx dma buffer"); in i40e_alloc_rx_dma() 893 i40e_error(i40e, "failed to allocate DMA resources for tx " in i40e_alloc_tx_dma() 908 i40e_error(i40e, "failed to allocate a %d entry tx work list " in i40e_alloc_tx_dma() [all …]
|
H A D | i40e_sw.h | 918 extern void i40e_error(i40e_t *, const char *, ...) __KPRINTFLIKE(2);
|
H A D | i40e_stats.c | 261 i40e_error(i40e, "Failed to create kstats for VSI %d", in i40e_stat_vsi_init() 467 i40e_error(i40e, "Could not create kernel statistics."); in i40e_stat_pf_init()
|