Searched refs:eq_old_idx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c1633 u16_t eq_old_idx = 0; local
1648 eq_old_idx = lm_bd_chain_cons_idx(&eq_chain->bd_chain);
1649 DbgBreakIf(S16_SUB(eq_new_idx, eq_old_idx) < 0);
1651 while (eq_old_idx != eq_new_idx)
1653 DbgBreakIf(S16_SUB(eq_new_idx, eq_old_idx) <= 0);
1668 eq_old_idx = lm_bd_chain_cons_idx(&eq_chain->bd_chain);
1670 if (eq_old_idx != eq_new_idx)
1729 eq_old_idx = lm_bd_chain_cons_idx(&eq_chain->bd_chain);
1754 u16_t eq_old_idx = 0; local
1766 eq_old_idx
[all...]

Completed in 120 milliseconds