Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c1221 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()
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()
1358 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_local_wq_cat_err_handler()
1360 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_local_wq_cat_err_handler()
1419 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_invreq_local_wq_err_handler()
1421 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_invreq_local_wq_err_handler()
1480 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_local_acc_vio_wq_err_handler()
1482 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_local_acc_vio_wq_err_handler()
[all …]
H A Dtavor_cq.c988 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_cq_handler()
990 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_cq_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.c299 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/sys/ib/adapters/tavor/
H A Dtavor_event.h132 #define TAVOR_EVT_EQ_OVERFLOW 0x0F macro