Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c364 u16_t last_max_set = 0; in lm_tpa_stop() local
442 last_max_set = LM_TPA_BD_ENTRY_TO_MASK_ENTRY(pdev, chain_idx, sge_tpa_chain->last_max_con); in lm_tpa_stop()
446 if((last_max_set == first_max_set) && (lm_bd_chain_is_full(bd_chain))) in lm_tpa_stop()
451 …for (i = first_max_set;((i != last_max_set) || (TRUE == b_force_first_enter)); i = LM_TPA_MASK_NEX… in lm_tpa_stop()