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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c37 lm_bd_chain_t *rx_chain_sge,
49 DbgBreakIfFastPath( NULL != rx_chain_sge );
65 if( rx_chain_sge )
67 val64 = (((u64_t)lm_bd_chain_prod_idx(rx_chain_sge))<<32) | val32 ;
84 * rx_chain_bd always valid, rx_chain_sge valid only in case we are LAH enabled in this queue
103 lm_bd_chain_t* rx_chain_sge = NULL; local
115 DbgBreakIfFastPath( rx_chain_sge && !lm_bd_chains_are_consistent( rx_chain_sge, rx_chain_bd ) );
121 rx_chain_sge = LM_RXQ_SGE_PTR_IF_VALID(pdev, chain_idx);
132 rx_chain_sge
33 lm_rx_set_prods( lm_device_t *pdev, u16_t const iro_prod_offset, lm_bd_chain_t *rcq_chain_bd, lm_bd_chain_t *rx_chain_bd, lm_bd_chain_t *rx_chain_sge, const u32_t chain_idx ) argument
931 lm_bd_chain_t* rx_chain_sge = LM_RXQ_SGE_PTR_IF_VALID(pdev, chain_idx); local
[all...]
H A Dlm_resc.c2535 lm_bd_chain_t *rx_chain_sge = NULL; local
2550 rx_chain_sge = LM_RXQ_SGE_PTR_IF_VALID(pdev, idx);
2552 DbgBreakIfFastPath( rx_chain_sge && !lm_bd_chains_are_consistent( rx_chain_sge, rx_chain_bd ) );
2562 if( rx_chain_sge )
2564 lm_bd_chain_bds_consumed(rx_chain_sge, 1);
H A Dlm_sp.c239 lm_bd_chain_t * rx_chain_sge = NULL; local
245 rx_chain_sge = LM_RXQ_SGE_PTR_IF_VALID(pdev, cid);
294 if(rx_chain_sge)
302 rx->sge_page_base.hi = mm_cpu_to_le32(lm_bd_chain_phys_addr(rx_chain_sge, 0).as_u32.high);
303 rx->sge_page_base.lo = mm_cpu_to_le32(lm_bd_chain_phys_addr(rx_chain_sge, 0).as_u32.low);

Completed in 56 milliseconds