Home
last modified time | relevance | path

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

/trueos/sys/dev/bxe/
HDbxe.c906 BLOGE(dma->sc, "Failed DMA alloc '%s' (%d)!\n", dma->msg, error); in bxe_dma_map_addr()
936 BLOGE(sc, "dma block '%s' already has size %lu\n", msg, in bxe_dma_alloc()
961 BLOGE(sc, "Failed to create dma tag for '%s' (%d)\n", msg, rc); in bxe_dma_alloc()
971 BLOGE(sc, "Failed to alloc dma mem for '%s' (%d)\n", msg, rc); in bxe_dma_alloc()
985 BLOGE(sc, "Failed to load dma map for '%s' (%d)\n", msg, rc); in bxe_dma_alloc()
1122 BLOGE(sc, "resource 0x%x > HW_LOCK_MAX_RESOURCE_VALUE\n", resource); in bxe_acquire_hw_lock()
1136 BLOGE(sc, "resource in use (status 0x%x bit 0x%x)\n", in bxe_acquire_hw_lock()
1151 BLOGE(sc, "Resource lock timeout!\n"); in bxe_acquire_hw_lock()
1166 BLOGE(sc, "resource 0x%x > HW_LOCK_MAX_RESOURCE_VALUE\n", resource); in bxe_release_hw_lock()
1180 BLOGE(sc, "resource not in use (status 0x%x bit 0x%x)\n", in bxe_release_hw_lock()
[all …]
HDbxe_stats.c236 BLOGE(sc, "Timeout waiting for stats finished\n"); in bxe_stats_comp()
272 BLOGE(sc, "BUG!\n"); in bxe_stats_pmf_update()
322 BLOGE(sc, "BUG!\n"); in bxe_port_stats_init()
546 BLOGE(sc, "BUG!\n"); in bxe_func_stats_init()
885 BLOGE(sc, "stats update failed, unknown MAC type\n"); in bxe_hw_stats_update()
920 BLOGE(sc, "invalid NIG timer max (%u)\n", in bxe_hw_stats_update()
1472 BLOGE(sc, "BUG!\n"); in bxe_port_stats_base_init()
HDecore_sp.h271 BLOGE(sc, "ECORE: " str, ##__VA_ARGS__)
HDbxe.h2288 #define BLOGE(sc, format, args...) \ macro