Home
last modified time | relevance | path

Searched refs:ena_buf (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.c549 struct ena_com_rx_buf_info *ena_buf = &ena_rx_ctx->ena_bufs[0]; in ena_com_rx_pkt() local
581 ena_buf[i].len = cdesc->length; in ena_com_rx_pkt()
582 ena_buf[i].req_id = cdesc->req_id; in ena_com_rx_pkt()
583 if (unlikely(ena_buf[i].req_id >= q_depth)) in ena_com_rx_pkt()
609 struct ena_com_buf *ena_buf, in ena_com_add_single_rx_desc() argument
625 desc->length = ena_buf->len; in ena_com_add_single_rx_desc()
638 desc->buff_addr_lo = (u32)ena_buf->paddr; in ena_com_add_single_rx_desc()
640 ((ena_buf->paddr & GENMASK_ULL(io_sq->dma_addr_bits - 1, 32)) >> 32); in ena_com_add_single_rx_desc()
H A Dena_xdp.c25 struct ena_com_buf *ena_buf; in ena_xdp_tx_map_frame() local
57 ena_buf = tx_info->bufs; in ena_xdp_tx_map_frame()
58 ena_buf->paddr = dma; in ena_xdp_tx_map_frame()
59 ena_buf->len = size; in ena_xdp_tx_map_frame()
61 ena_tx_ctx->ena_bufs = ena_buf; in ena_xdp_tx_map_frame()
H A Dena_eth_com.h63 struct ena_com_buf *ena_buf,
H A Dena_netdev.h174 struct ena_com_buf ena_buf; member
/linux/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst280 - Populates ``ena_buf`` for the push buffer (if the driver and device are