| 637 | } |
| 638 | |
| 639 | int |
| 640 | sfc_ev_qprime(struct sfc_evq *evq) |
| 641 | { |
| 642 | SFC_ASSERT(evq->init_state == SFC_EVQ_STARTED); |
| 643 | return efx_ev_qprime(evq->common, evq->read_ptr); |
| 644 | } |
| 645 | |
| 646 | /* Event queue HW index allocation scheme is described in sfc_ev.h. */ |
| 647 | int |
no test coverage detected