Searched refs:sb_data_e2 (Results 1 – 1 of 1) sorted by relevance
4757 struct hc_status_block_data_e2 sb_data_e2; in bnx2x_zero_fp_sb() local4764 sb_data_e2.common.state = SB_DISABLED; in bnx2x_zero_fp_sb()4765 sb_data_e2.common.p_func.vf_valid = FALSE; in bnx2x_zero_fp_sb()4766 sb_data_p = (uint32_t *) & sb_data_e2; in bnx2x_zero_fp_sb()4870 struct hc_status_block_data_e2 sb_data_e2; in bnx2x_init_sb() local4887 sb_data_e2.common.state = SB_ENABLED; in bnx2x_init_sb()4888 sb_data_e2.common.p_func.pf_id = SC_FUNC(sc); in bnx2x_init_sb()4889 sb_data_e2.common.p_func.vf_id = vfid; in bnx2x_init_sb()4892 sb_data_e2.common.same_igu_sb_1b = TRUE; in bnx2x_init_sb()4895 hc_sm_p = sb_data_e2.common.state_machine; in bnx2x_init_sb()[all …]