Home
last modified time | relevance | path

Searched refs:DbgBreakIfAll (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_attn.c537 DbgBreakIfAll(1); in lm_latch_attn_everest_processing()
545 DbgBreakIfAll(1); in lm_latch_attn_everest_processing()
553 DbgBreakIfAll(1); in lm_latch_attn_everest_processing()
561 DbgBreakIfAll(1); in lm_latch_attn_everest_processing()
569 DbgBreakIfAll(1); in lm_latch_attn_everest_processing()
642 DbgBreakIfAll(1); in lm_latch_attn_everest_processing()
668 DbgBreakIfAll(1); in lm_latch_attn_everest_processing()
677 DbgBreakIfAll(1); in lm_latch_attn_everest_processing()
686 DbgBreakIfAll(1); in lm_latch_attn_everest_processing()
1035 DbgBreakIfAll(1); in lm_pxp_attn_everest_processing()
[all …]
H A Dlm_hw_init_reset.c1956 DbgBreakIfAll(1); in lm_chip_reset()
1969 DbgBreakIfAll(1); in lm_chip_reset()
3832 DbgBreakIfAll(1); in prs_brb_mem_setup()
3851 DbgBreakIfAll(1); in prs_brb_mem_setup()
3898 DbgBreakIfAll(1); in prs_brb_mem_setup()
3907 DbgBreakIfAll(1); in prs_brb_mem_setup()
3921 DbgBreakIfAll(1); in prs_brb_mem_setup()
3930 DbgBreakIfAll(val != 1); in prs_brb_mem_setup()
4709 DbgBreakIfAll(1); in lm_chip_init()
4717 DbgBreakIfAll(1); in lm_chip_init()
H A Dlm_resc.c99 DbgBreakIfAll(rd_val != 0); in lm_clear_chain_sb_cons_idx()
103 DbgBreakIfAll(rd_val != 0); in lm_clear_chain_sb_cons_idx()
112 DbgBreakIfAll(rd_val_32 != 0); in lm_clear_chain_sb_cons_idx()
122 DbgBreakIfAll(rd_val != 0); in lm_clear_chain_sb_cons_idx()
137 DbgBreakIfAll(rd_val != 0); in lm_clear_chain_sb_cons_idx()
H A Dbd_chain.h159 DbgBreakIfAll(!mem_virt) ; in lm_bd_chain_set_next_ptrs()
H A Dlm_mcp.c605 DbgBreakIfAll( ++wait_cnt > wait_cnt_limit ) ; in lm_loader_lock()
H A Dlm_devinfo.c398 DbgBreakIfAll(1); in lm_get_bar_offset_direct()
649 DbgBreakIfAll(1); in lm_get_chip_id_and_mode()
2293 DbgBreakIfAll(TRUE); in lm_get_shmem_mf_cfg_info()
2853 DbgBreakIfAll("New Chip?? initialize cam params!\n"); in lm_init_cam_params()
H A Dlm_sp.c2794 DbgBreakIfAll(1); in lm_eq_handle_cfc_del_eqe()
2811 DbgBreakIfAll(1); in lm_eq_handle_cfc_del_eqe()
4065 DbgBreakIfAll(ramrod_type & COMMON_RAMROD_ETH_RX_CQE_ERROR); in lm_eth_init_command_comp()
H A Dlm_recv.c1004 DbgBreakIfAll(sp_cqes->idx >= MAX_NUM_SPE); in lm_get_packets_rcvd()
H A Dlm_stats.c533 DbgBreakIfAll( val >= MAX_STATS_TIMER_WAKEUP_NO_COMPLETION ) ; in lm_stats_on_timer()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h264 #define DbgBreakIfAll(_cond) do {\ macro
282 #define DbgBreakIfAll(_cond) do {\ macro
295 #define DbgBreakIfAll(_cond) do {\ macro
309 #define DbgBreakIfAll(_c) \ macro
319 #define DbgBreakIfAll(_c) \ macro
346 #define DbgBreakIfAll(_cond) DbgBreakIf(_cond) macro
365 #define DbgBreakIfAll(_cond) do {\ macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c468 DbgBreakIfAll(d_list_is_empty(&rx_con->u.rx.gen_info.dpc_peninsula_list)); in lm_tcp_rx_skp_process()
810 DbgBreakIfAll(last_gen_buf == NULL); in lm_tcp_rx_gen_peninsula_process()
811 DbgBreakIfAll(last_gen_buf->placed_bytes != 0); in lm_tcp_rx_gen_peninsula_process()
812 DbgBreakIfAll(nbytes > LM_TCP_GEN_BUF_SIZE(pdev)); in lm_tcp_rx_gen_peninsula_process()
1106 DbgBreakIfAll( !gen_buf ) ; in lm_tcp_rx_complete_tcp_fp()
1207DbgBreakIfAll(nbytes & 0xc0000000); /* two upper bits on show a completion larger than 1GB - a bit… in lm_tcp_rx_process_cqe()
1218 DbgBreakIfAll(TRUE); in lm_tcp_rx_process_cqe()
1419 DbgBreakIfAll(TRUE); in lm_tcp_rx_process_cqe()
1930DbgBreakIfAll( (rx_con->db_more_bds + frag_list->cnt) > (u32_t)(rx_con->bd_chain.capacity + rx_con… in _lm_tcp_rx_post_buf()
2069 DbgBreakIfAll( !head_of_indication ) ; in _lm_tcp_rx_get_buffered_data()
[all …]
H A Dlm_l4tx.c383DbgBreakIfAll(cqe->len & 0xc0000000); /* two upper bits on show a completion larger than 1GB - a b… in lm_tcp_tx_process_cqe()
443 DbgBreakIfAll(TRUE); in lm_tcp_tx_process_cqe()
H A Dlm_l4sp.c2126 DbgBreakIfAll(tcp->tcp_cached.initial_rcv_wnd > MAX_INITIAL_RCV_WND); in _lm_tcp_init_cstorm_toe_context()
2144 DbgBreakIfAll(tcp->tcp_const.hash_value >= (u8_t)USTORM_INDIRECTION_TABLE_SIZE); in _lm_tcp_init_cstorm_toe_context()
3582 DbgBreakIfAll(tcp_cached->initial_rcv_wnd > MAX_INITIAL_RCV_WND); in lm_tcp_set_tcp_cached()