Symbol: S16_SUB
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
4489
num_wqes = (u16_t) S16_SUB(new_con_idx, pdev->kq_info.kwq_con_idx);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
4512
if(S16_SUB(pdev->kq_info.kwq_prod_idx, con_idx) >= 0)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
4515
(u32_t) S16_SUB(pdev->kq_info.kwq_prod_idx, con_idx);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
4641
DbgBreakIf(S16_SUB(con_idx, pdev->kq_info.history_kcq_con_idx) < 0);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
4644
num_cqes = (u32_t) S16_SUB(
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
4690
DbgBreakIf(S16_SUB(prod_idx, con_idx) < 0);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_recv.c
208
DbgBreakIf(S16_SUB(hw_con_idx, rxq->con_idx) <= 0);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_recv.c
665
DbgBreakIf(S16_SUB(hw_con_idx, rxq->con_idx) <= 0);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_send.c
681
DbgBreakIf(S16_SUB(hw_con_idx, txq->con_idx) <= 0);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_send.c
696
if((u16_t) S16_SUB(hw_con_idx, txq->con_idx) <
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_send.c
710
if(S16_SUB(hw_con_idx, pkt->u1.tx.next_bd_idx) <= 0)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_recv.c
976
DbgBreakIfFastPath(S16_SUB(cq_new_idx, cq_old_idx) <= 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_send.c
1055
S16_SUB(lm_bd_chain_prod_idx(&tx_chain->bd_chain), old_prod_idx);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_send.c
1093
u16_t pkt_num = S16_SUB(new_idx,tx_chain->pkt_idx);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_send.c
1142
pkt_num = S16_SUB(new_idx,tx_chain->pkt_idx);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3361
DbgBreakIfFastPath(S16_SUB(cq_new_idx, cq_old_idx) <= 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1444
DbgBreakIf(S16_SUB(cq_new_idx, cq_old_idx) < 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1447
rcq->num_cqes_last_dpc = S16_SUB(cq_new_idx, cq_old_idx);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1484
DbgBreakIf(S16_SUB(cq_new_idx, cq_old_idx) <= 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1983
DbgBreakIf(S16_SUB(new_prod, old_prod) < tcp_buf->bd_used);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1984
rx_con->db_more_bds += S16_SUB(new_prod, old_prod);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5331
DbgBreakIf(S16_SUB(xag_toe->cmp_bd_cons, cst_toe->bd_cons) > 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5332
DbgBreakIf(S16_SUB(xst_toe->tx_bd_cons, xst_toe->bd_prod) > 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5333
DbgBreakIf(S16_SUB(xst_toe->bd_prod, tcp->tx_con->db_data.tx->bds_prod) > 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4tx.c
172
DbgBreakIf(S16_SUB(new_prod, old_prod) < tcp_buf->bd_used);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4tx.c
173
tx_con->db_more_bds += S16_SUB(new_prod, old_prod);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4tx.c
470
DbgBreakIf(S16_SUB(cq_new_idx, cq_old_idx) <= 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4tx.c
473
scq->num_cqes_last_dpc = S16_SUB(cq_new_idx, cq_old_idx);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4tx.c
494
DbgBreakIf(S16_SUB(cq_new_idx, cq_old_idx) <= 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4tx.c
632
DbgBreakIf(S16_SUB(new_prod, old_prod) >= 3);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4tx.c
633
DbgBreakIf(S16_SUB(new_prod, old_prod) <= 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4tx.c
647
_lm_tcp_tx_write_db(pdev, tcp_con, tcp_state->cid, 0, (u16_t)S16_SUB(new_prod, old_prod), 1);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
1649
DbgBreakIf(S16_SUB(eq_new_idx, eq_old_idx) < 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
1653
DbgBreakIf(S16_SUB(eq_new_idx, eq_old_idx) <= 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
1767
DbgBreakIf(S16_SUB(eq_new_idx, eq_old_idx) < 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
1771
DbgBreakIf(S16_SUB(eq_new_idx, eq_old_idx) <= 0);