Searched refs:eqe_evttype (Results 1 – 4 of 4) sorted by relevance
1335 uint_t eqe_evttype; in tavor_port_state_change_handler() local1340 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() local1424 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 …]
1057 uint_t eqe_evttype; in tavor_cq_handler() local1061 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() local1137 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()
320 uint_t eqe_evttype; in tavor_cmd_complete_handler() local324 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()
1054 uint_t eqe_evttype; in hermon_eq_demux() local1057 eqe_evttype = HERMON_EQE_EVTTYPE_GET(eq, eqe); in hermon_eq_demux()1059 switch (eqe_evttype) { in hermon_eq_demux()