Searched refs:sb_data_e1x (Results 1 – 1 of 1) sorted by relevance
9388 struct hc_status_block_data_e1x sb_data_e1x; in bxe_zero_fp_sb() local9400 memset(&sb_data_e1x, 0, sizeof(struct hc_status_block_data_e1x)); in bxe_zero_fp_sb()9401 sb_data_e1x.common.state = SB_DISABLED; in bxe_zero_fp_sb()9402 sb_data_e1x.common.p_func.vf_valid = FALSE; in bxe_zero_fp_sb()9403 sb_data_p = (uint32_t *)&sb_data_e1x; in bxe_zero_fp_sb()9506 struct hc_status_block_data_e1x sb_data_e1x; in bxe_init_sb() local9536 memset(&sb_data_e1x, 0, sizeof(struct hc_status_block_data_e1x)); in bxe_init_sb()9537 sb_data_e1x.common.state = SB_ENABLED; in bxe_init_sb()9538 sb_data_e1x.common.p_func.pf_id = SC_FUNC(sc); in bxe_init_sb()9539 sb_data_e1x.common.p_func.vf_id = 0xff; in bxe_init_sb()[all …]