qed*: HSI renaming for different types of HW
[linux-2.6-microblaze.git] / drivers / net / ethernet / qlogic / qed / qed_int.c
index 8b2d141..d3eabcf 100644 (file)
@@ -62,7 +62,7 @@ struct qed_sb_sp_info {
        struct qed_sb_info sb_info;
 
        /* per protocol index data */
-       struct qed_pi_info pi_info_arr[PIS_PER_SB];
+       struct qed_pi_info pi_info_arr[PIS_PER_SB_E4];
 };
 
 enum qed_attention_type {
@@ -1313,7 +1313,7 @@ static void qed_int_cau_conf_pi(struct qed_hwfn *p_hwfn,
        if (IS_VF(p_hwfn->cdev))
                return;
 
-       sb_offset = igu_sb_id * PIS_PER_SB;
+       sb_offset = igu_sb_id * PIS_PER_SB_E4;
        memset(&pi_entry, 0, sizeof(struct cau_pi_entry));
 
        SET_FIELD(pi_entry.prod, CAU_PI_ENTRY_PI_TIMESET, timeset);