Home
last modified time | relevance | path

Searched refs:BNX2X_MSG_SP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c131 DP(BNX2X_MSG_SP, "Preamble failed: %d\n", rc); in bnx2x_exe_queue_add()
2884 DP(BNX2X_MSG_SP, "%s bin %d\n", in bnx2x_mcast_set_one_rule_e2()
3550 DP(BNX2X_MSG_SP, in bnx2x_mcast_setup_e1h()
4460 DP(BNX2X_MSG_SP, "0x0000: "); in bnx2x_debug_print_ind_table()
4467 DP_CONT(BNX2X_MSG_SP, "\n"); in bnx2x_debug_print_ind_table()
4468 DP(BNX2X_MSG_SP, "0x%04x: ", i + 1); in bnx2x_debug_print_ind_table()
4472 DP_CONT(BNX2X_MSG_SP, "\n"); in bnx2x_debug_print_ind_table()
4496 DP(BNX2X_MSG_SP, "Configuring RSS\n"); in bnx2x_setup_rss()
4755 DP(BNX2X_MSG_SP, in bnx2x_queue_comp_cmd()
5759 DP(BNX2X_MSG_SP, in bnx2x_func_state_change_comp()
[all …]
H A Dbnx2x_main.c1822 DP(BNX2X_MSG_SP, in bnx2x_sp_event()
3821 DP(BNX2X_MSG_SP, "end of spq\n"); in bnx2x_sp_get_next()
3944 DP(BNX2X_MSG_SP, in bnx2x_sp_post()
5372 DP(BNX2X_MSG_SP, in bnx2x_after_afex_vif_lists()
5530 DP(BNX2X_MSG_SP, in bnx2x_eq_int()
5572 DP(BNX2X_MSG_SP | BNX2X_MSG_MCP, in bnx2x_eq_int()
5608 DP(BNX2X_MSG_SP | BNX2X_MSG_PTP, in bnx2x_eq_int()
5729 DP(BNX2X_MSG_SP, in bnx2x_sp_task()
10202 DP(BNX2X_MSG_SP, in bnx2x_udp_port_update()
10319 DP(BNX2X_MSG_SP, in bnx2x_sp_rtnl_task()
[all …]
H A Dbnx2x_vfpf.c190 DP(BNX2X_MSG_SP, "Got a response from PF\n"); in bnx2x_send_msg2pf()
274 DP(BNX2X_MSG_SP, "attempting to acquire resources\n"); in bnx2x_vfpf_acquire()
294 DP(BNX2X_MSG_SP, "resources acquired\n"); in bnx2x_vfpf_acquire()
299 DP(BNX2X_MSG_SP, in bnx2x_vfpf_acquire()
427 DP(BNX2X_MSG_SP, "vf released\n"); in bnx2x_vfpf_release()
480 DP(BNX2X_MSG_SP, "INIT VF Succeeded\n"); in bnx2x_vfpf_init()
H A Dbnx2x_cmn.c1703 DP(BNX2X_MSG_SP, "about to request enable msix with %d vectors\n", in bnx2x_enable_msix()
2282 DP(BNX2X_MSG_SP, "stats fw_stats_num %d, vf headroom %d, num_groups %d\n", in bnx2x_alloc_fw_stats_mem()
2314 DP(BNX2X_MSG_SP, "statistics request base address set to %x %x\n", in bnx2x_alloc_fw_stats_mem()
2317 DP(BNX2X_MSG_SP, "statistics data base address set to %x %x\n", in bnx2x_alloc_fw_stats_mem()
2389 DP(BNX2X_MSG_SP, "loaded fw 0x%x major 0x%x minor 0x%x rev 0x%x eng 0x%x\n", in bnx2x_compare_fw_ver()
4291 DP(BNX2X_MSG_SP | NETIF_MSG_IFUP, in bnx2x_setup_tc()
4311 DP(BNX2X_MSG_SP | NETIF_MSG_IFUP, in bnx2x_setup_tc()
4551 DP(BNX2X_MSG_SP, "calculated rx_ring_size %d\n", rx_ring_size); in bnx2x_alloc_fp_mem_at()
5139 DP((BNX2X_MSG_SP | verbose), "Scheduling sp_rtnl task [Flag: %d]\n", in bnx2x_schedule_sp_rtnl()
H A Dbnx2x.h82 #define BNX2X_MSG_SP 0x0100000 /* was: NETIF_MSG_INTR */ macro