Searched refs:eq_id (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | errorq_impl.h | 80 ddi_softintr_t eq_id; /* soft interrupt identifier */ member in struct:errorq
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | errorq.c | 348 eqp->eq_id = id; 460 if (eqp->eq_id != NULL) 461 ddi_remove_softintr(eqp->eq_id); 564 if (flag == ERRORQ_ASYNC && eqp->eq_id != NULL) 565 ddi_trigger_softintr(eqp->eq_id); 717 if (eqp->eq_id != NULL) 726 eqp->eq_id = id; 926 if (flag == ERRORQ_ASYNC && eqp->eq_id != NULL) 927 ddi_trigger_softintr(eqp->eq_id);
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_queue.c | 142 eq->eq_id = LE_16(fwcmd->params.rsp.eq_id); 149 "EQ created, eq=0x%p eq_id=0x%x", (void *)eq, eq->eq_id); 177 fwcmd->params.req.id = eq->eq_id; 243 fwcmd->params.req.cq_ctx.eq_id = eq->eq_id; 1068 fwcmd->params.req.delay[neq].eq_id = eq_arr[neq]; 1127 oce_arm_eq(dev, eq->eq_id, num_eqe, B_FALSE, B_TRUE);
|
H A D | oce_intr.c | 347 oce_arm_eq(dev, eq->eq_id, num_eqe, B_TRUE, B_TRUE);
|
H A D | oce_gld.c | 109 oce_arm_eq(dev, dev->eq[qidx]->eq_id, 0, B_TRUE, B_FALSE);
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_hw.h | 984 uint16_t eq_id; member in struct:mbx_create_common_eq::__anon7664::__anon7666 1027 uint32_t eq_id:8; member in struct:oce_cq_ctx 1053 uint32_t eq_id:8; 1369 uint32_t eq_id; member in struct:mbx_modify_common_eq_delay::__anon7701::__anon7702::__anon7703
|
H A D | oce_io.h | 100 uint32_t eq_id; member in struct:oce_eq
|
Completed in 91 milliseconds