Home
last modified time | relevance | path

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

/illumos-gate/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()
980 lm_tpa_info_t* tpa_info = &LM_TPA_INFO(pdev); in lm_tpa_send_ramrods() local
987 tpa_info->state = TPA_STATE_RAMROD_SENT; in lm_tpa_send_ramrods()
991 tpa_info->ramrod_recv_cnt++; in lm_tpa_send_ramrods()
997 tpa_info->ipvx_enabled_current = tpa_info->ipvx_enabled_required; in lm_tpa_send_ramrods()
998 if (tpa_info->update_cookie) in lm_tpa_send_ramrods()
1001 tpa_info->update_cookie = NULL; in lm_tpa_send_ramrods()
4048 lm_tpa_info_t* tpa_info = &LM_TPA_INFO(pdev); in lm_eth_init_command_comp() local
[all …]
/illumos-gate/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)