Home
last modified time | relevance | path

Searched refs:status_block (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_int.h20 ALIGNED_TYPE_SIZE(struct status_block, p_hwfn)
H A Dcommon_hsi.h1516 struct status_block { struct
H A Decore_int.c1739 struct status_block *sb_virt; in ecore_int_sb_init()
1741 sb_virt = (struct status_block *)sb_info->sb_virt; in ecore_int_sb_init()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c572 struct status_block *sb_virt; in qede_alloc_mem_sb()
577 sizeof(struct status_block)); in qede_alloc_mem_sb()
587 sizeof(struct status_block)); in qede_alloc_mem_sb()
684 sizeof(struct status_block)); in qede_dealloc_fp_resc()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c4970 fp->sb_index_values = fp->status_block.e2_sb->sb.index_values; in bnx2x_init_eth_fp()
4971 fp->sb_running_index = fp->status_block.e2_sb->sb.running_index; in bnx2x_init_eth_fp()
4973 fp->sb_index_values = fp->status_block.e1x_sb->sb.index_values; in bnx2x_init_eth_fp()
4975 fp->status_block.e1x_sb->sb.running_index; in bnx2x_init_eth_fp()
8997 fp->status_block.e2_sb = in bnx2x_alloc_hsi_mem()
9001 fp->status_block.e1x_sb = in bnx2x_alloc_hsi_mem()
9023 memset(&fp->status_block, 0, sizeof(fp->status_block)); in bnx2x_free_hsi_mem()
H A Dbnx2x.h368 union bnx2x_host_hc_status_block status_block; member