Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c77 DP(BNX2X_MSG_SP, "Setup the execution queue with the chunk length of %d\n", in bnx2x_exe_queue_init()
84 DP(BNX2X_MSG_SP, "Deleting an exe_queue element\n"); in bnx2x_exe_queue_free_elem()
131 DP(BNX2X_MSG_SP, "Preamble failed: %d\n", rc); in bnx2x_exe_queue_add()
192 DP(BNX2X_MSG_SP, "RAMROD_DRV_CLR_ONLY requested: resetting a pending_comp list\n"); in bnx2x_exe_queue_step()
253 DP(BNX2X_MSG_SP, "Allocating a new exe_queue element\n"); in bnx2x_exe_queue_alloc_elem()
294 DP(BNX2X_MSG_SP, "waiting for state to become %d\n", state); in bnx2x_state_wait()
300 DP(BNX2X_MSG_SP, "exit (cnt %d)\n", 5000 - cnt); in bnx2x_state_wait()
436 DP(BNX2X_MSG_SP, "vlan_mac_lock writer - There are readers; Busy\n"); in __bnx2x_vlan_mac_h_write_trylock()
440 DP(BNX2X_MSG_SP, "vlan_mac_lock writer - Taken\n"); in __bnx2x_vlan_mac_h_write_trylock()
459 DP(BNX2X_MSG_SP, "vlan_mac_lock execute pending command with ramrod flags %lu\n", in __bnx2x_vlan_mac_h_exec_pending()
[all …]
Dbnx2x_main.c1239 DP(BNX2X_MSG_SP, "INIT CREDIT[%d] : %x\n", regs->pN, init_crd); in bnx2x_pbf_pN_buf_flushed()
1240 DP(BNX2X_MSG_SP, "CREDIT[%d] : s:%x\n", regs->pN, crd); in bnx2x_pbf_pN_buf_flushed()
1241 DP(BNX2X_MSG_SP, "CREDIT_FREED[%d]: s:%x\n", regs->pN, crd_freed); in bnx2x_pbf_pN_buf_flushed()
1250 DP(BNX2X_MSG_SP, "PBF tx buffer[%d] timed out\n", in bnx2x_pbf_pN_buf_flushed()
1252 DP(BNX2X_MSG_SP, "CREDIT[%d] : c:%x\n", in bnx2x_pbf_pN_buf_flushed()
1254 DP(BNX2X_MSG_SP, "CREDIT_FREED[%d]: c:%x\n", in bnx2x_pbf_pN_buf_flushed()
1259 DP(BNX2X_MSG_SP, "Waited %d*%d usec for PBF tx buffer[%d]\n", in bnx2x_pbf_pN_buf_flushed()
1273 DP(BNX2X_MSG_SP, "OCCUPANCY[%d] : s:%x\n", regs->pN, occup); in bnx2x_pbf_pN_cmd_flushed()
1274 DP(BNX2X_MSG_SP, "LINES_FREED[%d] : s:%x\n", regs->pN, freed); in bnx2x_pbf_pN_cmd_flushed()
1282 DP(BNX2X_MSG_SP, "PBF cmd queue[%d] timed out\n", in bnx2x_pbf_pN_cmd_flushed()
[all …]
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()
Dbnx2x_cmn.c1691 DP(BNX2X_MSG_SP, "about to request enable msix with %d vectors\n", in bnx2x_enable_msix()
2271 DP(BNX2X_MSG_SP, "stats fw_stats_num %d, vf headroom %d, num_groups %d\n", in bnx2x_alloc_fw_stats_mem()
2303 DP(BNX2X_MSG_SP, "statistics request base address set to %x %x\n", in bnx2x_alloc_fw_stats_mem()
2306 DP(BNX2X_MSG_SP, "statistics data base address set to %x %x\n", in bnx2x_alloc_fw_stats_mem()
2378 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()
4280 DP(BNX2X_MSG_SP | NETIF_MSG_IFUP, in bnx2x_setup_tc()
4300 DP(BNX2X_MSG_SP | NETIF_MSG_IFUP, in bnx2x_setup_tc()
4540 DP(BNX2X_MSG_SP, "calculated rx_ring_size %d\n", rx_ring_size); in bnx2x_alloc_fp_mem_at()
5128 DP((BNX2X_MSG_SP | verbose), "Scheduling sp_rtnl task [Flag: %d]\n", in bnx2x_schedule_sp_rtnl()
Dbnx2x.h82 #define BNX2X_MSG_SP 0x0100000 /* was: NETIF_MSG_INTR */ macro