Lines Matching defs:ceq_id
703 msix_vec->ceq_id,
735 rf->sc_dev.irq_ops->irdma_cfg_ceq(&rf->sc_dev, msix_vec->ceq_id,
1110 * @ceq_id: the id number of the iwceq
1117 u32 ceq_id, struct irdma_msix_vector *msix_vec)
1121 if (rf->msix_shared && !ceq_id) {
1130 dev_name(&rf->pcidev->dev), ceq_id);
1144 msix_vec->ceq_id = ceq_id;
1145 rf->sc_dev.irq_ops->irdma_cfg_ceq(&rf->sc_dev, ceq_id, msix_vec->idx, true);
1183 * @ceq_id: the id number of the iwceq
1190 u32 ceq_id, struct irdma_sc_vsi *vsi)
1197 info.ceq_id = ceq_id;
1208 info.ceq_id = ceq_id;
1212 iwceq->sc_ceq.ceq_id = ceq_id;
1301 u32 ceq_id;
1309 for (ceq_id = 1; i < num_ceqs; i++, ceq_id++) {
1310 iwceq = &rf->ceqlist[ceq_id];
1311 status = irdma_create_ceq(rf, iwceq, ceq_id, vsi);
1321 status = irdma_cfg_ceq_vector(rf, iwceq, ceq_id, msix_vec);