Searched refs:rx_chain_sge (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_recv.c | 37 lm_bd_chain_t *rx_chain_sge, in lm_rx_set_prods() argument 49 DbgBreakIfFastPath( NULL != rx_chain_sge ); in lm_rx_set_prods() 65 if( rx_chain_sge ) in lm_rx_set_prods() 67 val64 = (((u64_t)lm_bd_chain_prod_idx(rx_chain_sge))<<32) | val32 ; in lm_rx_set_prods() 103 lm_bd_chain_t* rx_chain_sge = NULL; in lm_post_buffers() local 115 DbgBreakIfFastPath( rx_chain_sge && !lm_bd_chains_are_consistent( rx_chain_sge, rx_chain_bd ) ); in lm_post_buffers() 121 rx_chain_sge = LM_RXQ_SGE_PTR_IF_VALID(pdev, chain_idx); in lm_post_buffers() 132 rx_chain_sge = NULL; in lm_post_buffers() 165 cur_sge = rx_chain_sge ? lm_bd_chain_produce_bd(rx_chain_sge) : NULL; in lm_post_buffers() 233 …rods(pdev, rcq_chain->iro_prod_offset, &rcq_chain->bd_chain, rx_chain_bd, rx_chain_sge ,chain_idx); in lm_post_buffers() [all …]
|
H A D | lm_resc.c | 2535 lm_bd_chain_t *rx_chain_sge = NULL; in lm_abort() local 2550 rx_chain_sge = LM_RXQ_SGE_PTR_IF_VALID(pdev, idx); in lm_abort() 2552 … DbgBreakIfFastPath( rx_chain_sge && !lm_bd_chains_are_consistent( rx_chain_sge, rx_chain_bd ) ); in lm_abort() 2562 if( rx_chain_sge ) in lm_abort() 2564 lm_bd_chain_bds_consumed(rx_chain_sge, 1); in lm_abort()
|
H A D | lm_sp.c | 239 lm_bd_chain_t * rx_chain_sge = NULL; in lm_eth_init_client_init_rx_data() local 245 rx_chain_sge = LM_RXQ_SGE_PTR_IF_VALID(pdev, cid); in lm_eth_init_client_init_rx_data() 294 if(rx_chain_sge) in lm_eth_init_client_init_rx_data() 302 … rx->sge_page_base.hi = mm_cpu_to_le32(lm_bd_chain_phys_addr(rx_chain_sge, 0).as_u32.high); in lm_eth_init_client_init_rx_data() 303 rx->sge_page_base.lo = mm_cpu_to_le32(lm_bd_chain_phys_addr(rx_chain_sge, 0).as_u32.low); in lm_eth_init_client_init_rx_data()
|