Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c1335 uint_t eqe_evttype; in tavor_port_state_change_handler() local
1340 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe); in tavor_port_state_change_handler()
1342 ASSERT(eqe_evttype == TAVOR_EVT_PORT_STATE_CHANGE || in tavor_port_state_change_handler()
1343 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_port_state_change_handler()
1345 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_port_state_change_handler()
1420 uint_t eqe_evttype; in tavor_comm_estbl_handler() local
1424 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe); in tavor_comm_estbl_handler()
1426 ASSERT(eqe_evttype == TAVOR_EVT_COMM_ESTABLISHED || in tavor_comm_estbl_handler()
1427 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_comm_estbl_handler()
1429 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_comm_estbl_handler()
[all …]
H A Dtavor_cq.c1057 uint_t eqe_evttype; in tavor_cq_handler() local
1061 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe); in tavor_cq_handler()
1063 ASSERT(eqe_evttype == TAVOR_EVT_COMPLETION || in tavor_cq_handler()
1064 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_cq_handler()
1066 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_cq_handler()
1133 uint_t eqe_evttype; in tavor_cq_err_handler() local
1137 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe); in tavor_cq_err_handler()
1139 ASSERT(eqe_evttype == TAVOR_EVT_CQ_ERRORS || in tavor_cq_err_handler()
1140 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_cq_err_handler()
1142 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_cq_err_handler()
H A Dtavor_cmd.c320 uint_t eqe_evttype; in tavor_cmd_complete_handler() local
324 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe); in tavor_cmd_complete_handler()
326 ASSERT(eqe_evttype == TAVOR_EVT_COMMAND_INTF_COMP || in tavor_cmd_complete_handler()
327 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_cmd_complete_handler()
329 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_cmd_complete_handler()
/titanic_50/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()