Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c179 ECORE_MSG(sc, in ecore_exe_queue_step()
453 ECORE_MSG(sc, in __ecore_vlan_mac_h_write_unlock()
490 ECORE_MSG(sc, in __ecore_vlan_mac_h_read_lock()
599 ECORE_MSG in ecore_get_n_elements()
1094 ECORE_MSG(sc, in ecore_validate_vlan_mac_add()
1142 ECORE_MSG(sc, in ecore_validate_vlan_mac_del()
1202 ECORE_MSG(sc, in ecore_validate_vlan_mac_move()
1701 ECORE_MSG(sc, in ecore_config_vlan_mac()
2159 ECORE_MSG in ecore_set_rx_mode_e2()
3061 ECORE_MSG in ecore_config_mcast()
[all …]
H A Decore_init_ops.h433 ECORE_MSG(sc, "read order of %d order adjusted to %d", in ecore_init_pxp_arb()
438 ECORE_MSG(sc, "write order of %d order adjusted to %d", in ecore_init_pxp_arb()
443 ECORE_MSG(sc, "write order adjusted to 1 for FPGA"); in ecore_init_pxp_arb()
446 ECORE_MSG(sc, "read order %d write order %d", r_order, w_order); in ecore_init_pxp_arb()
H A Decore_init.h748 ECORE_MSG(sc, "Setting parity mask " in ecore_disable_blocks_parity()
783 ECORE_MSG(sc, "Parity errors in %s: 0x%x", in ecore_clear_blocks_parity()
792 ECORE_MSG(sc, "Parity error in MCP: 0x%x", in ecore_clear_blocks_parity()
H A Decore_sp.h221 #define ECORE_MSG(sc, m, ...) \ macro