Home
last modified time | relevance | path

Searched refs:tpa_client_info (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c2369 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()
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()
2378 mess->tpa_client_info.tpa_mode = TPA_LRO; in lm_vf_pf_update_rsc()
2379 mess->tpa_client_info.update_ipv4 = lm_tpa_ramrod_update_ipvx(pdev, 0, TPA_IPV4_ENABLED); in lm_vf_pf_update_rsc()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dhw_channel.h380 } tpa_client_info; member