Lines Matching refs:intr_idx

922 	int rc = 0, i, j, intr_idx, iqid;  in t4_setup_vi_queues()  local
943 intr_idx = first_vector(vi); in t4_setup_vi_queues()
955 rc = alloc_nm_rxq(vi, nm_rxq, intr_idx, i, oid); in t4_setup_vi_queues()
958 intr_idx++; in t4_setup_vi_queues()
993 rc = alloc_rxq(vi, rxq, intr_idx, i, oid); in t4_setup_vi_queues()
996 intr_idx++; in t4_setup_vi_queues()
1017 rc = alloc_ofld_rxq(vi, ofld_rxq, intr_idx, i, oid); in t4_setup_vi_queues()
1020 intr_idx++; in t4_setup_vi_queues()
1036 intr_idx = vi_intr_iq(vi, j)->abs_id; in t4_setup_vi_queues()
1038 rc = alloc_rxq(vi, rxq, intr_idx, i, oid); in t4_setup_vi_queues()
1052 intr_idx = vi_intr_iq(vi, j)->abs_id; in t4_setup_vi_queues()
1054 rc = alloc_ofld_rxq(vi, ofld_rxq, intr_idx, i, oid); in t4_setup_vi_queues()
2540 int intr_idx, int cong) in alloc_iq_fl() argument
2568 KASSERT(intr_idx < sc->intr_count, in alloc_iq_fl()
2569 ("%s: invalid direct intr_idx %d", __func__, intr_idx)); in alloc_iq_fl()
2572 v |= V_FW_IQ_CMD_IQANDSTINDEX(intr_idx); in alloc_iq_fl()
2811 int rc, intr_idx; in alloc_fwq() local
2818 intr_idx = sc->intr_count > 1 ? 1 : 0; in alloc_fwq()
2819 rc = alloc_iq_fl(&sc->port[0]->vi[0], fwq, NULL, intr_idx, -1); in alloc_fwq()
2894 alloc_rxq(struct vi_info *vi, struct sge_rxq *rxq, int intr_idx, int idx, in alloc_rxq() argument
2901 rc = alloc_iq_fl(vi, &rxq->iq, &rxq->fl, intr_idx, in alloc_rxq()
2980 int intr_idx, int idx, struct sysctl_oid *oid) in alloc_ofld_rxq() argument
2986 rc = alloc_iq_fl(vi, &ofld_rxq->iq, &ofld_rxq->fl, intr_idx, in alloc_ofld_rxq()
3028 alloc_nm_rxq(struct vi_info *vi, struct sge_nm_rxq *nm_rxq, int intr_idx, in alloc_nm_rxq() argument
3060 nm_rxq->intr_idx = intr_idx; in alloc_nm_rxq()