| 2583 | } |
| 2584 | |
| 2585 | static inline void ena_init_rx_mbuf(struct rte_mbuf *mbuf, uint16_t len) |
| 2586 | { |
| 2587 | mbuf->data_len = len; |
| 2588 | mbuf->data_off = RTE_PKTMBUF_HEADROOM; |
| 2589 | mbuf->refcnt = 1; |
| 2590 | mbuf->next = NULL; |
| 2591 | } |
| 2592 | |
| 2593 | static struct rte_mbuf *ena_rx_mbuf(struct ena_ring *rx_ring, |
| 2594 | struct ena_com_rx_buf_info *ena_bufs, |