Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c361 u32_t fw_sge_index = 0; in lm_tpa_stop() local
405 for(fw_sge_index = 0; fw_sge_index < sge_num_elem; fw_sge_index++) in lm_tpa_stop()
407 DbgBreakIf(ARRSIZE(cqe->sgl_or_raw_data.sgl) <= fw_sge_index); in lm_tpa_stop()
408 …_BD_ENTRY_TO_ACTIVE_ENTRY(pdev, chain_idx, mm_le16_to_cpu(cqe->sgl_or_raw_data.sgl[fw_sge_index])); in lm_tpa_stop()
420 DbgBreakIf((fw_sge_index != (sge_num_elem - 1)) && (sge_size < LM_TPA_PAGE_SIZE )); in lm_tpa_stop()