Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c78 DP(BNX2X_MSG_SP, "Setup the execution queue with the chunk length of %d\n", in bnx2x_exe_queue_init()
85 DP(BNX2X_MSG_SP, "Deleting an exe_queue element\n"); in bnx2x_exe_queue_free_elem()
132 DP(BNX2X_MSG_SP, "Preamble failed: %d\n", rc); in bnx2x_exe_queue_add()
193 DP(BNX2X_MSG_SP, "RAMROD_DRV_CLR_ONLY requested: resetting a pending_comp list\n"); in bnx2x_exe_queue_step()
254 DP(BNX2X_MSG_SP, "Allocating a new exe_queue element\n"); in bnx2x_exe_queue_alloc_elem()
295 DP(BNX2X_MSG_SP, "waiting for state to become %d\n", state); in bnx2x_state_wait()
301 DP(BNX2X_MSG_SP, "exit (cnt %d)\n", 5000 - cnt); in bnx2x_state_wait()
437 DP(BNX2X_MSG_SP, "vlan_mac_lock writer - There are readers; Busy\n"); in __bnx2x_vlan_mac_h_write_trylock()
441 DP(BNX2X_MSG_SP, "vlan_mac_lock writer - Taken\n"); in __bnx2x_vlan_mac_h_write_trylock()
460 DP(BNX2X_MSG_SP, "vlan_mac_lock execute pending command with ramrod flags %lu\n", in __bnx2x_vlan_mac_h_exec_pending()
[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()
4289 DP(BNX2X_MSG_SP | NETIF_MSG_IFUP, in bnx2x_setup_tc()
4309 DP(BNX2X_MSG_SP | NETIF_MSG_IFUP, in bnx2x_setup_tc()
4549 DP(BNX2X_MSG_SP, "calculated rx_ring_size %d\n", rx_ring_size); in bnx2x_alloc_fp_mem_at()
5131 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