Lines Matching refs:index
1782 * 2 - DMA ring index out of range
2378 int index = 0;
2388 while (!finished && (index < (len - 4))) {
2389 switch (vpd[index]) {
2392 index += 1;
2393 lenlo = vpd[index];
2394 index += 1;
2395 lenhi = vpd[index];
2396 index += 1;
2398 index += i;
2401 index += 1;
2402 lenlo = vpd[index];
2403 index += 1;
2404 lenhi = vpd[index];
2405 index += 1;
2407 if (Length > len - index)
2408 Length = len - index;
2410 lpfc_fill_vpd(phba, vpd, Length, &index);
2417 index ++;
5683 uint32_t i, index;
5743 index = ++cp->cgn_index_minute;
5746 index = 0;
5771 ptr = &cp->cgn_drvr_min[index];
5775 ptr = &cp->cgn_warn_min[index];
5779 ptr = &cp->cgn_alarm_min[index];
5783 lptr = &cp->cgn_latency_min[index];
5792 mptr = &cp->cgn_bw_min[index];
5797 index, dvalue, wvalue, *lptr, mvalue, avalue);
5804 index = ++cp->cgn_index_hour;
5807 index = 0;
5828 lptr = &cp->cgn_drvr_hr[index];
5830 lptr = &cp->cgn_warn_hr[index];
5832 lptr = &cp->cgn_latency_hr[index];
5834 mptr = &cp->cgn_bw_hr[index];
5836 lptr = &cp->cgn_alarm_hr[index];
5842 index, dvalue, wvalue, lvalue, mvalue, avalue);
5851 index = ++cp->cgn_index_day;
5854 index = 0;
5875 lptr = &cp->cgn_drvr_day[index];
5877 lptr = &cp->cgn_warn_day[index];
5879 lptr = &cp->cgn_latency_day[index];
5881 mptr = &cp->cgn_bw_day[index];
5883 lptr = &cp->cgn_alarm_day[index];
5889 index, dvalue, wvalue, lvalue, mvalue, avalue);
6746 "index:x%x\n",
6748 acqe_fip->index);
6753 "evt_tag:x%x, index:x%x\n",
6755 acqe_fip->index);
6766 acqe_fip->index);
6767 rc = lpfc_sli4_read_fcf_rec(phba, acqe_fip->index);
6792 "event, evt_tag:x%x, index:x%x\n",
6793 acqe_fip->event_tag, acqe_fip->index);
6813 "tag:x%x\n", acqe_fip->index,
6821 (phba->fcf.current_rec.fcf_indx != acqe_fip->index)) {
6824 lpfc_sli4_fcf_rr_index_clear(phba, acqe_fip->index);
6830 if (phba->fcf.current_rec.fcf_indx != acqe_fip->index)
6847 "\n", acqe_fip->event_tag, acqe_fip->index);
6878 " tag 0x%x\n", acqe_fip->index, acqe_fip->event_tag);
6881 acqe_fip->index);
8526 /* Free eligible FCF index bmask */
8916 /* The limit on the logical index is just the max_rpi count. */
8963 /* The rpi_hdr stores the logical index only. */
12300 * @id: EQ vector index or Hardware Queue index
12335 * @cpu: CPU map index
12361 * @eqidx: index for eq and irq vector
12363 * @cpu: cpu used to index vector_map structure
12593 /* Only FIRST IRQs get a hdwq index assignment. */
12997 int vectors, rc, index;
13034 for (index = 0; index < vectors; index++) {
13035 eqhdl = lpfc_get_eq_hdl(index);
13039 LPFC_DRIVER_HANDLER_NAME"%d", index);
13041 eqhdl->idx = index;
13042 rc = pci_irq_vector(phba->pcidev, index);
13046 "pci_irq_vec failed (%d)\n", index, rc);
13058 "request_irq failed (%d)\n", index, rc);
13068 lpfc_assign_eq_map_info(phba, index,
13079 lpfc_assign_eq_map_info(phba, index, LPFC_CPU_FIRST_IRQ,
13082 maskp = pci_irq_get_affinity(phba->pcidev, index);
13084 /* Loop through all CPUs associated with vector index */
13102 lpfc_assign_eq_map_info(phba, index,
13123 for (--index; index >= 0; index--) {
13124 eqhdl = lpfc_get_eq_hdl(index);
13153 int rc, index;
13190 for (index = 0; index < phba->cfg_irq_chann; index++) {
13191 eqhdl = lpfc_get_eq_hdl(index);
13192 eqhdl->idx = index;
13293 int index;
13297 for (index = 0; index < phba->cfg_irq_chann; index++) {
13298 eqhdl = lpfc_get_eq_hdl(index);