Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c1343 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()
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()
1498 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_local_wq_cat_err_handler()
1500 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_local_wq_cat_err_handler()
1569 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_invreq_local_wq_err_handler()
1571 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_invreq_local_wq_err_handler()
1640 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_local_acc_vio_wq_err_handler()
1642 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_local_acc_vio_wq_err_handler()
[all …]
H A Dtavor_cq.c1064 eqe_evttype == TAVOR_EVT_EQ_OVERFLOW); in tavor_cq_handler()
1066 if (eqe_evttype == TAVOR_EVT_EQ_OVERFLOW) { in tavor_cq_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.c327 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/sys/ib/adapters/tavor/
H A Dtavor_event.h132 #define TAVOR_EVT_EQ_OVERFLOW 0x0F macro