Searched refs:status_block (Results 1 – 6 of 6) sorted by relevance
20 ALIGNED_TYPE_SIZE(struct status_block, p_hwfn)
1516 struct status_block { struct
1739 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()
572 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()
4970 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()
368 union bnx2x_host_hc_status_block status_block; member