| 56 | } |
| 57 | |
| 58 | static inline struct nitrox_softreq * |
| 59 | nitrox_qp_get_softreq(struct nitrox_qp *qp) |
| 60 | { |
| 61 | uint32_t tail = qp->tail % qp->count; |
| 62 | |
| 63 | rte_smp_rmb(); |
| 64 | return qp->ridq[tail].sr; |
| 65 | } |
| 66 | |
| 67 | static inline void |
| 68 | nitrox_ring_dbell(struct nitrox_qp *qp, uint16_t cnt) |
no outgoing calls
no test coverage detected