Searched refs:push_hdr (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ena/ |
H A D | ena_netmap.c | 396 void *push_hdr; in ena_netmap_tx_frame() local 411 rc = ena_netmap_tx_map_slots(ctx, tx_info, &push_hdr, &header_len, in ena_netmap_tx_frame() 420 ena_tx_ctx.push_header = push_hdr; in ena_netmap_tx_frame() 548 struct ena_tx_buffer *tx_info, void **push_hdr, uint16_t *header_len, in ena_netmap_tx_map_slots() argument 597 *push_hdr = NMB(ctx->na, slot); in ena_netmap_tx_map_slots() 598 if (unlikely(push_hdr == NULL)) { in ena_netmap_tx_map_slots() 617 *push_hdr = tx_ring->push_buf_intermediate_buf; in ena_netmap_tx_map_slots() 625 slot->buf_idx, *push_hdr, push_len); in ena_netmap_tx_map_slots() 712 *push_hdr = NULL; in ena_netmap_tx_map_slots()
|
H A D | ena_datapath.c | 854 struct mbuf *mbuf, void **push_hdr, u16 *header_len) in ena_tx_map_mbuf() argument 896 *push_hdr = mbuf->m_data; in ena_tx_map_mbuf() 904 *push_hdr = tx_ring->push_buf_intermediate_buf; in ena_tx_map_mbuf() 911 mbuf, *push_hdr, *header_len); in ena_tx_map_mbuf() 939 *push_hdr = NULL; in ena_tx_map_mbuf() 976 void *push_hdr; in ena_xmit_mbuf() local 1007 rc = ena_tx_map_mbuf(tx_ring, tx_info, *mbuf, &push_hdr, &header_len); in ena_xmit_mbuf() 1014 ena_tx_ctx.push_header = push_hdr; in ena_xmit_mbuf()
|