Searched refs:ramrod_recv_cnt (Results 1 – 4 of 4) sorted by relevance
179 …volatile u32_t ramrod_recv_cnt; // Number of ramrods received.Decrement by using Interlockedde… member
847 DbgBreakIf(0 != tpa_info->ramrod_recv_cnt); in lm_tpa_send_ramrods_wait()986 tpa_info->ramrod_recv_cnt = pdev->params.rss_chain_cnt; in lm_tpa_send_ramrods()991 tpa_info->ramrod_recv_cnt++; in lm_tpa_send_ramrods()995 …if ((lm_status == LM_STATUS_SUCCESS) && (0 == mm_atomic_dec((u32_t*)(&tpa_info->ramrod_recv_cnt)))) in lm_tpa_send_ramrods()4124 mm_atomic_dec((u32_t*)(&vf_info->vf_tpa_info.ramrod_recv_cnt)); in lm_eth_init_command_comp()4133 if (0 == mm_atomic_dec((u32_t*)(&tpa_info->ramrod_recv_cnt))) in lm_eth_init_command_comp()
631 vf_info->vf_tpa_info.ramrod_recv_cnt = vf_info->vf_si_num_of_active_q; in lm_pf_vf_fill_update_rsc_response()641 lm_status = lm_wait_state_change(pdev, &vf_info->vf_tpa_info.ramrod_recv_cnt, 0); in lm_pf_vf_fill_update_rsc_response()
2510 …volatile u32_t ramrod_recv_cnt; // Number of ramrods received.Decrement by using Interlockedde… member