Home
last modified time | relevance | path

Searched refs:LM_TPA_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c368 const u32_t lm_tpa_page_size = LM_TPA_PAGE_SIZE; in lm_tpa_stop()
420 DbgBreakIf((fw_sge_index != (sge_num_elem - 1)) && (sge_size < LM_TPA_PAGE_SIZE )); in lm_tpa_stop()
424 sge_size -= LM_TPA_PAGE_SIZE; in lm_tpa_stop()
H A Dlm_sp.c943 … ASSERT_STATIC(LM_TPA_PAGE_SIZE < MAX_VARIABLE_VALUE(tpa_chain->ramrod_data_virt->sge_buff_size)); in lm_tpa_send_ramrod()
944 tpa_chain->ramrod_data_virt->sge_buff_size = mm_cpu_to_le16(LM_TPA_PAGE_SIZE); in lm_tpa_send_ramrod()
946 …ASSERT_STATIC((LM_TPA_MAX_AGG_SIZE * LM_TPA_PAGE_SIZE) < MAX_VARIABLE_VALUE(tpa_chain->ramrod_data… in lm_tpa_send_ramrod()
947 …->ramrod_data_virt->max_agg_size = mm_cpu_to_le16(LM_TPA_MAX_AGG_SIZE * LM_TPA_PAGE_SIZE); in lm_tpa_send_ramrod()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c2372 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()
3576 …ASSERT_STATIC(LM_TPA_PAGE_SIZE < MAX_VARIABLE_VALUE(tpa_chain->tpa_ramrod_data_virt->sge_buff_size… in lm_pf_tpa_send_vf_ramrod()
3577 tpa_chain->tpa_ramrod_data_virt->sge_buff_size = mm_cpu_to_le16(LM_TPA_PAGE_SIZE); in lm_pf_tpa_send_vf_ramrod()
3579 …ASSERT_STATIC((LM_TPA_MAX_AGG_SIZE * LM_TPA_PAGE_SIZE) < MAX_VARIABLE_VALUE(tpa_chain->tpa_ramrod_… in lm_pf_tpa_send_vf_ramrod()
3580 …a_ramrod_data_virt->max_agg_size = mm_cpu_to_le16(LM_TPA_MAX_AGG_SIZE * LM_TPA_PAGE_SIZE); in lm_pf_tpa_send_vf_ramrod()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2415 #define LM_TPA_PAGE_SIZE (1 << LM_TPA_PAGE_BITS) macro