Searched refs:sb_data_e2 (Results 1 – 1 of 1) sorted by relevance
9393 struct hc_status_block_data_e2 sb_data_e2; in bxe_zero_fp_sb() local9399 memset(&sb_data_e2, 0, sizeof(struct hc_status_block_data_e2)); in bxe_zero_fp_sb()9400 sb_data_e2.common.state = SB_DISABLED; in bxe_zero_fp_sb()9401 sb_data_e2.common.p_func.vf_valid = FALSE; in bxe_zero_fp_sb()9402 sb_data_p = (uint32_t *)&sb_data_e2; in bxe_zero_fp_sb()9511 struct hc_status_block_data_e2 sb_data_e2; in bxe_init_sb() local9527 memset(&sb_data_e2, 0, sizeof(struct hc_status_block_data_e2)); in bxe_init_sb()9528 sb_data_e2.common.state = SB_ENABLED; in bxe_init_sb()9529 sb_data_e2.common.p_func.pf_id = SC_FUNC(sc); in bxe_init_sb()9530 sb_data_e2.common.p_func.vf_id = vfid; in bxe_init_sb()[all …]