Searched refs:i40e_error (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_main.c | 426 i40e_error(i40e_t *i40e, const char *fmt, ...) in i40e_error() function 797 i40e_error(i40e, "i40e_aq_get_switch_config() failed %d: %d", in i40e_set_def_vsi_seid() 803 i40e_error(i40e, "encountered multiple (%d) switching units " in i40e_set_def_vsi_seid() 830 i40e_error(i40e, "i40e_aq_get_switch_config() failed %d: %d", in i40e_get_mac_seid() 865 i40e_error(i40e, "Capability discovery failed " in i40e_get_hw_capabilities() 873 i40e_error(i40e, "Capability discovery failed: %d", rc); in i40e_get_hw_capabilities() 913 i40e_error(i40e, in i40e_get_switch_resources() 1083 i40e_error(i40e, "Interrupt block-enable failed: %d", in i40e_enable_interrupts() 1091 i40e_error(i40e, in i40e_enable_interrupts() 1114 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 | 83 i40e_error(i40e, "failed to remove mac address " in i40e_group_remove_mac() 151 i40e_error(i40e, "failed to add mac address " in i40e_group_add_mac() 234 i40e_error(i40e, "failed to %s unicast promiscuity on " in i40e_m_promisc() 253 i40e_error(i40e, "failed to %s multicast promiscuity on " in i40e_m_promisc() 264 i40e_error(i40e, "failed to %s unicast promiscuity on " in i40e_m_promisc() 300 i40e_error(i40e, "failed to enable multicast " in i40e_multicast_add() 318 i40e_error(i40e, "failed to add mac address " in i40e_multicast_add() 359 i40e_error(i40e, "failed to remove mac address " in i40e_multicast_remove() 387 i40e_error(i40e, "failed to disable " in i40e_multicast_remove() 464 i40e_error(i40e, "Failed to stop ring %u", itrq->itrq_index); in i40e_ring_stop() [all …]
|
H A D | i40e_transceiver.c | 624 i40e_error(i40e, "failed to allocate dma handle for I/O " in i40e_alloc_dma_buffer() 637 i40e_error(i40e, "failed to allocate %ld bytes of DMA for I/O " in i40e_alloc_dma_buffer() 658 i40e_error(i40e, "failed to allocate %ld bytes of DMA for I/O " in i40e_alloc_dma_buffer() 723 i40e_error(i40e, "failed to allocate RX work list for a ring " in i40e_alloc_rx_data() 732 i40e_error(i40e, "failed to allocate a %d entry RX free list " in i40e_alloc_rx_data() 740 i40e_error(i40e, "failed to allocate a %d entry rcb area for " in i40e_alloc_rx_data() 827 i40e_error(i40e, "failed to allocate DMA resources " in i40e_alloc_rx_dma() 854 i40e_error(i40e, "failed to allocate RX dma buffer"); in i40e_alloc_rx_dma() 949 i40e_error(i40e, "failed to allocate DMA resources for TX " in i40e_alloc_tx_dma() 964 i40e_error(i40e, "failed to allocate a %d entry TX work list " in i40e_alloc_tx_dma() [all …]
|
H A D | i40e_sw.h | 990 extern void i40e_error(i40e_t *, const char *, ...) __KPRINTFLIKE(2);
|
H A D | i40e_stats.c | 260 i40e_error(i40e, "Failed to create kstats for VSI %u", vsi_id); in i40e_stat_vsi_init() 465 i40e_error(i40e, "Could not create kernel statistics."); in i40e_stat_pf_init()
|