Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c843 lm_tpa_info_t *tpa_info = &LM_TPA_INFO(pdev); in lm_tpa_send_ramrods_wait() local
846 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() local
882 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() local
986 tpa_info->ramrod_recv_cnt = pdev->params.rss_chain_cnt; in lm_tpa_send_ramrods()
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2620 lm_tpa_info_t tpa_info; member
2621 #define LM_TPA_INFO(_pdev) ((_pdev)->rx_info.tpa_info)