Searched defs:eqe_evttype (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c1054 uint_t eqe_evttype; local
1057 eqe_evttype = HERMON_EQE_EVTTYPE_GET(eq, eqe);
1059 switch (eqe_evttype) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1057 uint_t eqe_evttype; local
1061 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe);
1063 ASSERT(eqe_evttype == TAVOR_EVT_COMPLETION ||
1064 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW);
1066 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) {
1133 uint_t eqe_evttype; local
1137 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe);
1139 ASSERT(eqe_evttype == TAVOR_EVT_CQ_ERRORS ||
1140 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW);
1142 if (eqe_evttype
[all...]
H A Dtavor_event.c1335 uint_t eqe_evttype; local
1340 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe);
1342 ASSERT(eqe_evttype == TAVOR_EVT_PORT_STATE_CHANGE ||
1343 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW);
1345 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) {
1420 uint_t eqe_evttype; local
1424 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe);
1426 ASSERT(eqe_evttype == TAVOR_EVT_COMM_ESTABLISHED ||
1427 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW);
1429 if (eqe_evttype
1491 uint_t eqe_evttype; local
1562 uint_t eqe_evttype; local
1633 uint_t eqe_evttype; local
1705 uint_t eqe_evttype; local
1791 uint_t eqe_evttype; local
1862 uint_t eqe_evttype; local
1933 uint_t eqe_evttype; local
2008 uint_t eqe_evttype; local
2075 uint_t eqe_evttype; local
[all...]
H A Dtavor_cmd.c320 uint_t eqe_evttype; local
324 eqe_evttype = TAVOR_EQE_EVTTYPE_GET(eq, eqe);
326 ASSERT(eqe_evttype == TAVOR_EVT_COMMAND_INTF_COMP ||
327 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW);
329 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) {

Completed in 93 milliseconds