Lines Matching defs:sb_data_e1x
9388 struct hc_status_block_data_e1x sb_data_e1x;
9400 memset(&sb_data_e1x, 0, sizeof(struct hc_status_block_data_e1x));
9401 sb_data_e1x.common.state = SB_DISABLED;
9402 sb_data_e1x.common.p_func.vf_valid = FALSE;
9403 sb_data_p = (uint32_t *)&sb_data_e1x;
9506 struct hc_status_block_data_e1x sb_data_e1x;
9536 memset(&sb_data_e1x, 0, sizeof(struct hc_status_block_data_e1x));
9537 sb_data_e1x.common.state = SB_ENABLED;
9538 sb_data_e1x.common.p_func.pf_id = SC_FUNC(sc);
9539 sb_data_e1x.common.p_func.vf_id = 0xff;
9540 sb_data_e1x.common.p_func.vf_valid = FALSE;
9541 sb_data_e1x.common.p_func.vnic_id = SC_VN(sc);
9542 sb_data_e1x.common.same_igu_sb_1b = TRUE;
9543 sb_data_e1x.common.host_sb_addr.hi = U64_HI(busaddr);
9544 sb_data_e1x.common.host_sb_addr.lo = U64_LO(busaddr);
9545 hc_sm_p = sb_data_e1x.common.state_machine;
9546 sb_data_p = (uint32_t *)&sb_data_e1x;
9549 bxe_map_sb_state_machines(sb_data_e1x.index_data);