Home
last modified time | relevance | path

Searched refs:eqe_evttype (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c1215 uint_t eqe_evttype; in tavor_port_state_change_handler() local
1218 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe); in tavor_port_state_change_handler()
1220 ASSERT(eqe_evttype == TAVOR_EVT_PORT_STATE_CHANGE || in tavor_port_state_change_handler()
1221 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_port_state_change_handler()
1223 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_port_state_change_handler()
1292 uint_t eqe_evttype; in tavor_comm_estbl_handler() local
1294 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe); in tavor_comm_estbl_handler()
1296 ASSERT(eqe_evttype == TAVOR_EVT_COMM_ESTABLISHED || in tavor_comm_estbl_handler()
1297 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_comm_estbl_handler()
1299 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_comm_estbl_handler()
[all …]
H A Dtavor_cq.c983 uint_t eqe_evttype; in tavor_cq_handler() local
985 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe); in tavor_cq_handler()
987 ASSERT(eqe_evttype == TAVOR_EVT_COMPLETION || in tavor_cq_handler()
988 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_cq_handler()
990 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_cq_handler()
1049 uint_t eqe_evttype; in tavor_cq_err_handler() local
1051 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe); in tavor_cq_err_handler()
1053 ASSERT(eqe_evttype == TAVOR_EVT_CQ_ERRORS || in tavor_cq_err_handler()
1054 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_cq_err_handler()
1056 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_cq_err_handler()
H A Dtavor_cmd.c294 uint_t eqe_evttype; in tavor_cmd_complete_handler() local
296 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe); in tavor_cmd_complete_handler()
298 ASSERT(eqe_evttype == TAVOR_EVT_COMMAND_INTF_COMP || in tavor_cmd_complete_handler()
299 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_cmd_complete_handler()
301 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_cmd_complete_handler()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c1054 uint_t eqe_evttype; in hermon_eq_demux() local
1057 eqe_evttype = HERMON_EQE_EVTTYPE_GET(eq, eqe); in hermon_eq_demux()
1059 switch (eqe_evttype) { in hermon_eq_demux()