Searched refs:push_hdr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/ena/ |
| H A D | ena_netmap.c | 401 void *push_hdr; in ena_netmap_tx_frame() local 416 rc = ena_netmap_tx_map_slots(ctx, tx_info, &push_hdr, &header_len, in ena_netmap_tx_frame() 425 ena_tx_ctx.push_header = push_hdr; in ena_netmap_tx_frame() 558 struct ena_tx_buffer *tx_info, void **push_hdr, uint16_t *header_len, in ena_netmap_tx_map_slots() argument 607 *push_hdr = NMB(ctx->na, slot); in ena_netmap_tx_map_slots() 608 if (unlikely(push_hdr == NULL)) { in ena_netmap_tx_map_slots() 630 *push_hdr = tx_ring->push_buf_intermediate_buf; in ena_netmap_tx_map_slots() 638 slot->buf_idx, *push_hdr, push_len); in ena_netmap_tx_map_slots() 732 *push_hdr = NULL; in ena_netmap_tx_map_slots()
|
| H A D | ena_datapath.c | 853 struct mbuf *mbuf, void **push_hdr, u16 *header_len) in ena_tx_map_mbuf() argument 894 *push_hdr = mbuf->m_data; in ena_tx_map_mbuf() 901 *push_hdr = tx_ring->push_buf_intermediate_buf; in ena_tx_map_mbuf() 907 "push_len: %d\n", mbuf, *push_hdr, *header_len); in ena_tx_map_mbuf() 932 *push_hdr = NULL; in ena_tx_map_mbuf() 969 void *push_hdr; in ena_xmit_mbuf() local 1000 rc = ena_tx_map_mbuf(tx_ring, tx_info, *mbuf, &push_hdr, &header_len); in ena_xmit_mbuf() 1007 ena_tx_ctx.push_header = push_hdr; in ena_xmit_mbuf()
|