Searched refs:sb_data_e2 (Results 1 – 1 of 1) sorted by relevance
4753 struct hc_status_block_data_e2 sb_data_e2; in bnx2x_zero_fp_sb() local4760 sb_data_e2.common.state = SB_DISABLED; in bnx2x_zero_fp_sb()4761 sb_data_e2.common.p_func.vf_valid = FALSE; in bnx2x_zero_fp_sb()4762 sb_data_p = (uint32_t *) & sb_data_e2; in bnx2x_zero_fp_sb()4866 struct hc_status_block_data_e2 sb_data_e2; in bnx2x_init_sb() local4883 sb_data_e2.common.state = SB_ENABLED; in bnx2x_init_sb()4884 sb_data_e2.common.p_func.pf_id = SC_FUNC(sc); in bnx2x_init_sb()4885 sb_data_e2.common.p_func.vf_id = vfid; in bnx2x_init_sb()4888 sb_data_e2.common.same_igu_sb_1b = TRUE; in bnx2x_init_sb()4891 hc_sm_p = sb_data_e2.common.state_machine; in bnx2x_init_sb()[all …]