Home
last modified time | relevance | path

Searched refs:eq_id (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c348 eqp->eq_id = id; in errorq_create()
460 if (eqp->eq_id != NULL) in errorq_destroy()
461 ddi_remove_softintr(eqp->eq_id); in errorq_destroy()
564 if (flag == ERRORQ_ASYNC && eqp->eq_id != NULL) in errorq_dispatch()
565 ddi_trigger_softintr(eqp->eq_id); in errorq_dispatch()
718 if (eqp->eq_id != NULL) in errorq_init()
727 eqp->eq_id = id; in errorq_init()
928 if (flag == ERRORQ_ASYNC && eqp->eq_id != NULL) in errorq_commit()
929 ddi_trigger_softintr(eqp->eq_id); in errorq_commit()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c142 eq->eq_id = LE_16(fwcmd->params.rsp.eq_id); in oce_eq_create()
149 "EQ created, eq=0x%p eq_id=0x%x", (void *)eq, eq->eq_id); in oce_eq_create()
177 fwcmd->params.req.id = eq->eq_id; in oce_eq_del()
243 fwcmd->params.req.cq_ctx.eq_id = eq->eq_id; in oce_cq_create()
1068 fwcmd->params.req.delay[neq].eq_id = eq_arr[neq]; in oce_set_eq_delay()
1127 oce_arm_eq(dev, eq->eq_id, num_eqe, B_FALSE, B_TRUE); in oce_drain_eq()
H A Doce_intr.c347 oce_arm_eq(dev, eq->eq_id, num_eqe, B_TRUE, B_TRUE); in oce_isr()
H A Doce_gld.c113 oce_arm_eq(dev, dev->eq[qidx]->eq_id, 0, B_TRUE, B_FALSE); in oce_start()
/illumos-gate/usr/src/uts/common/sys/
H A Derrorq_impl.h80 ddi_softintr_t eq_id; /* soft interrupt identifier */ member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h984 uint16_t eq_id; member
1027 uint32_t eq_id:8; member
1053 uint32_t eq_id:8;
1369 uint32_t eq_id; member
H A Doce_io.h100 uint32_t eq_id; member