Searched refs:tpa_info (Results 1 – 2 of 2) sorted by relevance
843 lm_tpa_info_t *tpa_info = &LM_TPA_INFO(pdev); in lm_tpa_send_ramrods_wait() local846 DbgBreakIf(NULL != tpa_info->update_cookie); in lm_tpa_send_ramrods_wait()847 DbgBreakIf(0 != tpa_info->ramrod_recv_cnt); in lm_tpa_send_ramrods_wait()858 lm_status = lm_wait_state_change(pdev, &tpa_info->state, TPA_STATE_NONE); in lm_tpa_send_ramrods_wait()879 const lm_tpa_info_t* tpa_info = &LM_TPA_INFO(pdev); in lm_tpa_ramrod_update_ipvx() local882 if(GET_FLAGS(tpa_info->ipvx_enabled_required, vbd_tpa_ipvx_bit) == in lm_tpa_ramrod_update_ipvx()883 GET_FLAGS(tpa_info->ipvx_enabled_current, vbd_tpa_ipvx_bit)) in lm_tpa_ramrod_update_ipvx()887 else if(GET_FLAGS(tpa_info->ipvx_enabled_required, vbd_tpa_ipvx_bit)) in lm_tpa_ramrod_update_ipvx()980 lm_tpa_info_t* tpa_info = &LM_TPA_INFO(pdev); in lm_tpa_send_ramrods() local986 tpa_info->ramrod_recv_cnt = pdev->params.rss_chain_cnt; in lm_tpa_send_ramrods()[all …]
2620 lm_tpa_info_t tpa_info; member2621 #define LM_TPA_INFO(_pdev) ((_pdev)->rx_info.tpa_info)