Home
last modified time | relevance | path

Searched refs:toe_info (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c194 lm_toe_info_t *toe_info; in lm_tcp_alloc_resc() local
207 toe_info = &pdev->toe_info; in lm_tcp_alloc_resc()
211 bd_chain = &toe_info->scqs[i].bd_chain; in lm_tcp_alloc_resc()
224 bd_chain = &toe_info->rcqs[i].bd_chain; in lm_tcp_alloc_resc()
234 bd_chain = &toe_info->grqs[i].bd_chain; in lm_tcp_alloc_resc()
243 DbgBreakIf(toe_info->grqs[i].isles_pool); in lm_tcp_alloc_resc()
250 toe_info->grqs[i].isles_pool = (lm_isle_t*)mm_alloc_mem(pdev, mem_size, mm_cli_idx); in lm_tcp_alloc_resc()
251 if (!toe_info->grqs[i].isles_pool) { in lm_tcp_alloc_resc()
255 mm_memset(toe_info->grqs[i].isles_pool, 0, mem_size); in lm_tcp_alloc_resc()
259 pdev->toe_info.integrity_info.pattern_size = 256; in lm_tcp_alloc_resc()
[all …]
H A Dlm_l4rx.c64 lm_isle_t * isles_pool = pdev->toe_info.grqs[grq_idx].isles_pool; in _lm_tcp_isle_get_free_list()
498 pdev->toe_info.grqs[sb_idx].number_of_isles_delta--; in lm_tcp_rx_delete_isle()
504 pdev->toe_info.grqs[sb_idx].gen_bufs_in_isles_delta -= (s32_t)d_list_entry_cnt(&removed_list); in lm_tcp_rx_delete_isle()
521 DbgBreakIf(!(pdev && ARRSIZE(pdev->toe_info.rcqs) > drv_toe_rss_id)); in lm_toe_is_rx_completion()
523 rcq = &pdev->toe_info.rcqs[drv_toe_rss_id]; in lm_toe_is_rx_completion()
545 rcq = &pdev->toe_info.rcqs[drv_toe_rss_id]; in lm_toe_is_rcq_suspended()
880 pdev->toe_info.grqs[sb_idx].number_of_isles_delta++; in lm_tcp_rx_gen_isle_create()
918 pdev->toe_info.grqs[sb_idx].gen_bufs_in_isles_delta++; in lm_tcp_rx_gen_isle_right_process()
972 pdev->toe_info.grqs[sb_idx].gen_bufs_in_isles_delta++; in lm_tcp_rx_gen_isle_left_process()
1001 … pdev->toe_info.grqs[sb_idx].gen_bufs_in_isles_delta -= (s32_t)d_list_entry_cnt(&gen_buf_list); in lm_tcp_rx_gen_join_process()
[all …]
H A Dlm_l4tx.c291 DbgBreakIf(!(pdev && ARRSIZE(pdev->toe_info.scqs) > drv_toe_rss_id)); in lm_toe_is_tx_completion()
293 scq = &pdev->toe_info.scqs[drv_toe_rss_id]; in lm_toe_is_tx_completion()
467 scq = &pdev->toe_info.scqs[drv_toe_rss_id]; in lm_tcp_tx_process_cqes()
558 DbgBreakIf(!(pdev && ARRSIZE(pdev->toe_info.scqs) > drv_toe_rss_id)); in lm_toe_service_tx_intr()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4if.h280 #define LM_TCP_GEN_BUF_SIZE(lmdev) ((lmdev)->toe_info.gen_buf_size)
319 #define LM_TCP_SET_UPDATE_WINDOW_MODE(lmdev, mode) (lmdev)->toe_info.update_window_mode = mode
321 #define LM_TCP_GET_UPDATE_WINDOW_MODE(lmdev) ((lmdev)->toe_info.update_window_mode)
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_resc.c2219 mm_mem_zero(&pdev->toe_info, sizeof(pdev->toe_info)); in lm_alloc_resc()
H A Dlm_sp.c2796 pdev->toe_info.stats.total_cfc_delete_error++; in lm_eq_handle_cfc_del_eqe()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c2846 mm_mem_zero((void *) &pdev->toe_info, sizeof(pdev->toe_info)); in lm_vf_init_dev_info()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3112 lm_toe_info_t toe_info; member