Home
last modified time | relevance | path

Searched refs:DbgBreakIfFastPath (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c49 DbgBreakIfFastPath( NULL != rx_chain_sge ); in lm_rx_set_prods()
50 DbgBreakIfFastPath(IS_CHANNEL_VFDEV(pdev)); in lm_rx_set_prods()
115 DbgBreakIfFastPath( rx_chain_sge && !lm_bd_chains_are_consistent( rx_chain_sge, rx_chain_bd ) ); in lm_post_buffers()
142 DbgBreakIfFastPath(SIG(packet) != L2PACKET_RX_SIG); in lm_post_buffers()
386 DbgBreakIfFastPath(pkt->l2pkt_rx_info->total_packet_size < MIN_ETHERNET_PACKET_SIZE); in lm_tpa_stop()
976 DbgBreakIfFastPath(S16_SUB(cq_new_idx, cq_old_idx) <= 0); in lm_get_packets_rcvd()
979 DbgBreakIfFastPath(cqe == NULL); in lm_get_packets_rcvd()
1017 DbgBreakIfFastPath(pkt == NULL); in lm_get_packets_rcvd()
1037 DbgBreakIfFastPath( NULL == pkt ); in lm_get_packets_rcvd()
1046 DbgBreakIfFastPath(SIG(pkt) != L2PACKET_RX_SIG); in lm_get_packets_rcvd()
[all …]
H A Dlm_send.c77 DbgBreakIfFastPath(!(start_bd && generic_bd)); in lm_handle_lso_split()
130 DbgBreakIfFastPath(total_hlen_bytes > sum_frag_size); in lm_pre_process_lso_packet()
208 DbgBreakIfFastPath(hlen_reminder <= start_bd_nbytes); in lm_process_lso_packet()
215 DbgBreakIfFastPath((*frag)->size >= 0x10000 || (*frag)->size == 0); in lm_process_lso_packet()
241 DbgBreakIfFastPath(hlen_reminder <= prod_bd_nbytes); in lm_process_lso_packet()
285 DbgBreakIfFastPath(coalesce_buf == NULL); in lm_get_coalesce_buffer()
838 DbgBreakIfFastPath(frag->size >= 0x10000 || frag->size == 0); in lm_send_packet()
890 DbgBreakIfFastPath( !parse_bd_ptr ) ; in lm_send_packet()
997 DbgBreakIfFastPath(packet->size < ETHERNET_PACKET_HEADER_SIZE); in lm_send_packet()
1101 DbgBreakIfFastPath(pkt_num == 0); in lm_get_packets_sent()
[all …]
H A Dbd_chain.h510 DbgBreakIfFastPath(bd_chain->bd_left > bd_chain->capacity); in lm_bd_chain_bds_consumed()
544 DbgBreakIfFastPath(!bd_chain->bd_left); in lm_bd_chain_produce_bd()
592 DbgBreakIfFastPath(bd_chain->bd_left == bd_chain->capacity); in lm_bd_chain_consume_bd()
647 DbgBreakIfFastPath(bd_chain->bd_left < nbds); in lm_toe_bd_chain_bds_produced()
671DbgBreakIfFastPath((bd_chain->prod_idx & bd_chain->bds_per_page_mask) > bd_chain->usable_bds_per_p… in lm_toe_bd_chain_bds_produced()
672DbgBreakIfFastPath((bd_chain->prod_idx & bd_chain->bds_per_page_mask) == 0); /* GilR 5/13/2006 - t… in lm_toe_bd_chain_bds_produced()
682 DbgBreakIfFastPath(bd_chain->bd_left < nbds); in lm_bd_chain_bds_produced()
710 DbgBreakIfFastPath(bd_chain->bd_left < 1); in lm_bd_chain_bd_produced()
H A Dlm_sp.c3361 DbgBreakIfFastPath(S16_SUB(cq_new_idx, cq_old_idx) <= 0); in lm_service_eq_intr()
3367 DbgBreakIfFastPath(elem == NULL); in lm_service_eq_intr()
H A Dlm_sb.c359 DbgBreakIfFastPath(!pdev); in lm_is_def_sb_updated()
H A Dlm_resc.c2552DbgBreakIfFastPath( rx_chain_sge && !lm_bd_chains_are_consistent( rx_chain_sge, rx_chain_bd ) ); in lm_abort()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h476 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_cond) macro
561 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_cond) macro
625 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_cond) macro
726 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_cond) macro
739 #define DbgBreakIfFastPath(_cond) macro
821 #define DbgBreakIfFastPath(_cond) DbgBreakIf(_cond) macro
869 #define DbgBreakIfFastPath(_cond) DbgBreakIfNoLog(_cond) macro
877 #define DbgBreakIfFastPath(_cond) macro
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.h99 #define DbgBreakIfFastPath(_c) DbgBreakIf(_c) macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3438 DbgBreakIfFastPath(!pdev); in lm_is_sb_updated()