Home
last modified time | relevance | path

Searched defs:eq (Results 1 – 25 of 46) sorted by relevance

12

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_eventq.c38 fmd_eventq_t *eq = fmd_zalloc(sizeof (fmd_eventq_t), FMD_SLEEP); in fmd_eventq_create() local
53 fmd_eventq_destroy(fmd_eventq_t *eq) in fmd_eventq_destroy()
68 fmd_eventq_drop(fmd_eventq_t *eq, fmd_eventqelem_t *eqe) in fmd_eventq_drop()
79 fmd_eventq_drop_topo(fmd_eventq_t *eq) in fmd_eventq_drop_topo()
118 fmd_eventqstat_dispatch(fmd_eventq_t *eq) in fmd_eventqstat_dispatch()
141 fmd_eventq_insert_at_head(fmd_eventq_t *eq, fmd_event_t *ep) in fmd_eventq_insert_at_head()
179 fmd_eventq_insert_at_time(fmd_eventq_t *eq, fmd_event_t *ep) in fmd_eventq_insert_at_time()
236 fmd_eventq_delete(fmd_eventq_t *eq) in fmd_eventq_delete()
310 fmd_eventq_done(fmd_eventq_t *eq) in fmd_eventq_done()
327 fmd_eventq_cancel(fmd_eventq_t *eq, uint_t type, void *data) in fmd_eventq_cancel()
[all …]
H A Dfmd_xprt.c219 fmd_xprt_class_hash_create(fmd_xprt_class_hash_t *xch, fmd_eventq_t *eq) in fmd_xprt_class_hash_create()
231 fmd_eventq_t *eq = xch->xch_queue; in fmd_xprt_class_hash_destroy() local
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c93 struct hermon_sw_eq_s **eq; in hermon_eq_init_all() local
329 struct hermon_sw_eq_s **eq; in hermon_eq_fini_all() local
374 hermon_eqhdl_t eq, *eqh; in hermon_eq_reset_uar_baseaddr() local
396 hermon_eqhdl_t eq; in hermon_eq_arm_all() local
509 hermon_eq_poll(hermon_state_t *state, hermon_eqhdl_t eq) in hermon_eq_poll()
730 hermon_eqhdl_t eq; in hermon_eq_alloc() local
904 hermon_eqhdl_t eq; in hermon_eq_free() local
971 hermon_eq_handler_init(hermon_state_t *state, hermon_eqhdl_t eq, in hermon_eq_handler_init()
1014 hermon_eq_handler_fini(hermon_state_t *state, hermon_eqhdl_t eq) in hermon_eq_handler_fini()
1051 hermon_eq_demux(hermon_state_t *state, hermon_eqhdl_t eq, in hermon_eq_demux()
[all …]
H A Dhermon_cq.c1057 hermon_cq_handler(hermon_state_t *state, hermon_eqhdl_t eq, in hermon_cq_handler()
1103 hermon_cq_err_handler(hermon_state_t *state, hermon_eqhdl_t eq, in hermon_cq_err_handler()
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c655 tavor_eq_poll(tavor_state_t *state, tavor_eqhdl_t eq) in tavor_eq_poll()
908 tavor_eqhdl_t eq; in tavor_eq_alloc() local
1119 tavor_eqhdl_t eq; in tavor_eq_free() local
1194 tavor_eq_handler_init(tavor_state_t *state, tavor_eqhdl_t eq, in tavor_eq_handler_init()
1243 tavor_eq_handler_fini(tavor_state_t *state, tavor_eqhdl_t eq) in tavor_eq_handler_fini()
1292 tavor_eqe_sync(tavor_eqhdl_t eq, tavor_hw_eqe_t *eqe, uint_t flag, in tavor_eqe_sync()
1329 tavor_port_state_change_handler(tavor_state_t *state, tavor_eqhdl_t eq, in tavor_port_state_change_handler()
1413 tavor_comm_estbl_handler(tavor_state_t *state, tavor_eqhdl_t eq, in tavor_comm_estbl_handler()
1484 tavor_local_wq_cat_err_handler(tavor_state_t *state, tavor_eqhdl_t eq, in tavor_local_wq_cat_err_handler()
1555 tavor_invreq_local_wq_err_handler(tavor_state_t *state, tavor_eqhdl_t eq, in tavor_invreq_local_wq_err_handler()
[all …]
H A Dtavor_cq.c1052 tavor_cq_handler(tavor_state_t *state, tavor_eqhdl_t eq, in tavor_cq_handler()
1126 tavor_cq_err_handler(tavor_state_t *state, tavor_eqhdl_t eq, in tavor_cq_err_handler()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c76 struct oce_eq *eq; in oce_eq_create() local
163 oce_eq_del(struct oce_dev *dev, struct oce_eq *eq) in oce_eq_del()
195 oce_cq_create(struct oce_dev *dev, struct oce_eq *eq, uint32_t q_len, in oce_cq_create()
328 oce_mq_create(struct oce_dev *dev, struct oce_eq *eq, uint32_t q_len) in oce_mq_create()
579 oce_wq_create(struct oce_wq *wq, struct oce_eq *eq) in oce_wq_create()
823 oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq) in oce_rq_create()
1104 oce_drain_eq(struct oce_eq *eq) in oce_drain_eq()
1200 struct oce_eq *eq; in oce_create_queues() local
H A Doce_intr.c306 struct oce_eq *eq; in oce_isr() local
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dfm.c47 errorq_t eq; in ereportq_pend_walk_init() local
99 errorq_t eq; in ereportq_dump_walk_init() local
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c168 reclaimable(struct sge_eq *eq) in reclaimable()
817 struct sge_eq *eq = &wrq->eq; in t4_wrq_tx_locked() local
932 struct sge_eq *eq = &txq->eq; in t4_eth_tx() local
1073 init_eq(struct sge_eq *eq, uint16_t eqtype, uint16_t qsize, uint8_t tx_chan, in init_eq()
1391 ctrl_eq_alloc(struct adapter *sc, struct sge_eq *eq) in ctrl_eq_alloc()
1435 eth_eq_alloc(struct adapter *sc, struct port_info *pi, struct sge_eq *eq) in eth_eq_alloc()
1478 ofld_eq_alloc(struct adapter *sc, struct port_info *pi, struct sge_eq *eq) in ofld_eq_alloc()
1521 alloc_eq(struct adapter *sc, struct port_info *pi, struct sge_eq *eq) in alloc_eq()
1569 free_eq(struct adapter *sc, struct sge_eq *eq) in free_eq()
1658 struct sge_eq *eq = &txq->eq; in alloc_txq() local
[all …]
H A Dadapter.h270 struct sge_eq eq; /* MUST be first */ member
347 struct sge_eq eq; /* MUST be first */ member
539 #define EQ_LOCK(eq) mutex_enter(&(eq)->lock) argument
540 #define EQ_UNLOCK(eq) mutex_exit(&(eq)->lock) argument
541 #define EQ_LOCK_ASSERT_OWNED(eq) ASSERT(mutex_owned(&(eq)->lock)) argument
542 #define EQ_LOCK_ASSERT_NOTOWNED(eq) ASSERT(!mutex_owned(&(eq)->lock)) argument
/titanic_41/usr/src/cmd/checkeq/
H A Dcheckeq.c53 int start, line, eq, ndel, totdel; in check() local
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttyparse.c277 static int eq(string) in eq() function
/titanic_41/usr/src/cmd/ttymon/
H A Dsttyparse.c317 eq(const char *string) function
/titanic_41/usr/src/cmd/vi/port/
H A Dexpreserve.c88 #define eq(a, b) strcmp(a, b) == 0 macro
/titanic_41/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c92 #define eq(s1, s2) (strcmp((s1), (s2)) == 0) macro
/titanic_41/usr/src/cmd/checknr/
H A Dchecknr.c491 eq(char *s1, char *s2) in eq() function
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_event.h249 #define ARM_EQ_INDEX(eq) \ argument
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddm_platform.c117 char *tok, *lasts, *eq; in parse_action_string() local
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1242 #define TAVOR_EQE_EVTTYPE_GET(eq, eqe) \ argument
1246 #define TAVOR_EQE_EVTSUBTYPE_GET(eq, eqe) \ argument
1250 #define TAVOR_EQE_CQNUM_GET(eq, eqe) \ argument
1254 #define TAVOR_EQE_QPNUM_GET(eq, eqe) \ argument
1258 #define TAVOR_EQE_PORTNUM_GET(eq, eqe) \ argument
1262 #define TAVOR_EQE_CMDTOKEN_GET(eq, eqe) \ argument
1266 #define TAVOR_EQE_CMDSTATUS_GET(eq, eqe) \ argument
1270 #define TAVOR_EQE_CMDOUTP0_GET(eq, eqe) \ argument
1272 #define TAVOR_EQE_CMDOUTP1_GET(eq, eqe) \ argument
1274 #define TAVOR_EQE_OPERRTYPE_GET(eq, eqe) \ argument
[all …]
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Ddev.c310 char *eq; in dev_fmri_str2nvl() local
/titanic_41/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc275 wchar_t *eq = (wchar_t *) NULL; in expand_macro() local
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c54 #define eq(a, b) (strcmp(a, b) == 0) macro
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c1486 lm_eq_chain_t *eq = NULL; in lm_sc_is_eq_completion() local
1508 lm_eq_chain_t *eq = NULL; in lm_fc_is_eq_completion() local
/titanic_41/usr/src/cmd/sh/
H A Ddefs.h215 #define eq(a, b) (cf(a, b) == 0) macro

12