Searched refs:tpa_client_info (Results 1 – 2 of 2) sorted by relevance
2366 … mess->tpa_client_info.sge_addr[rss_idx] = LM_TPA_CHAIN_BD(pdev, rss_idx).bd_chain_phy.as_u64; in lm_vf_pf_update_rsc()2369 mess->tpa_client_info.complete_on_both_clients = 1; in lm_vf_pf_update_rsc()2370 mess->tpa_client_info.max_tpa_queues = LM_TPA_MAX_AGGS; in lm_vf_pf_update_rsc()2371 …mess->tpa_client_info.max_sges_for_packet = DIV_ROUND_UP_BITS((u16_t)pdev->params.l2_cli_con_param… in lm_vf_pf_update_rsc()2372 mess->tpa_client_info.sge_buff_size = LM_TPA_PAGE_SIZE; in lm_vf_pf_update_rsc()2373 mess->tpa_client_info.max_agg_size = LM_TPA_MAX_AGG_SIZE * LM_TPA_PAGE_SIZE; in lm_vf_pf_update_rsc()2374 mess->tpa_client_info.sge_pause_thr_low = LM_TPA_SGE_PAUSE_THR_LOW; in lm_vf_pf_update_rsc()2375 mess->tpa_client_info.sge_pause_thr_high = LM_TPA_SGE_PAUSE_THR_HIGH; in lm_vf_pf_update_rsc()2376 mess->tpa_client_info.complete_on_both_clients = TRUE; in lm_vf_pf_update_rsc()2377 mess->tpa_client_info.dont_verify_thr = 0; in lm_vf_pf_update_rsc()[all …]
380 } tpa_client_info; member