Searched refs:eq_id (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | errorq.c | 348 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() 717 if (eqp->eq_id != NULL) in errorq_init() 726 eqp->eq_id = id; in errorq_init() 926 if (flag == ERRORQ_ASYNC && eqp->eq_id != NULL) in errorq_commit() 927 ddi_trigger_softintr(eqp->eq_id); in errorq_commit()
|
/titanic_41/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); 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 D | oce_intr.c | 347 oce_arm_eq(dev, eq->eq_id, num_eqe, B_TRUE, B_TRUE); in oce_isr()
|
H A D | oce_gld.c | 109 oce_arm_eq(dev, dev->eq[qidx]->eq_id, 0, B_TRUE, B_FALSE); in oce_start()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | errorq_impl.h | 80 ddi_softintr_t eq_id; /* soft interrupt identifier */ member
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_hw.h | 984 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 D | oce_io.h | 100 uint32_t eq_id; member
|